-
How do I install and use fonts in Linux?
Posted on August 6th, 2008 No commentsInstalling fonts in Ubuntu
Once you have your handy collection of True Type fonts, you are going to want to create a directory to hold them. Installing the fonts system-wide will give all users access to them. First, create a font directory in /usr/share/fonts/truetype. Call this directory newfonts. Issue the command sudo mkdir /usr/share/fonts/truetype/newfonts. You will have to enter your sudo password to complete this task.
Once this directory is created, place all your *ttf or *TTF files in the newfonts directory. With the fonts in place you will then need to issue the command fc-cache -f -v to make the system aware of the new fonts. Once this is done, the system knows about the new fonts and all the system users will have access to them.
If you want to make these fonts available only to specific users, then you will follow the same directions except you will add the fonts only to the users’ ~/.fonts directory. If the ~/.fonts directory doesn’t exist, create it with mkdir ~/.fonts (while logged into the specific users’ accounts). Now move (or copy) all of the *ttf and/or *TTF files into the new directory and run fc-cache -f -v to make the users’ accounts aware of the fonts.
If you have a single-user machine, go with the latter version……
-
General Information of psa.conf
Posted on July 9th, 2008 No commentsAll standard paths for apache directories are stored in Plesk configuraion file. Example can be found below:
Note: all examples are taken from Plesk 8.x installations, so if you have older version paths can be different. You should check it on the server directly.
Read the rest of this entry »



Recent Comments