How to install urwfonts-8.71.tar.bz2 in Linux? [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have downloaded this free set of 80 standard fonts, but I'm not sure how to install it in my Linux box (CentOS 5.4). Any suggestion would be greatly appreciated!
Thanks!!

Here's CentOS's font guide.
Basically, you unzip the fonts into /usr/share/fonts/local (creating the folder if necessary), then call fc-cache /usr/share/fonts/local.

Related

How to edit the "File Management Preferences" via command line in Centos Desktop [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
is it possible to edit the
File Management Preferences
via vi or something ?
No, but it is possible with gconftool-2. Just frob the values under /apps/nautilus; look in gconf-editor for details.

How to lock my monitor with command in linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to lock my desktop with a shell command. How can I do this?
What desktop environment are you using?
Using GNOME:
gnome-screensaver-command -l
Using KDE:
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
Using xfce:
xflock4
if you have xscreensaver installer this will work:
xscreensaver -lock
Other then that it is depending on which DE you have.

No bashrc in ubuntu Gnome [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to configure my environment variables in Ubuntu version and can't find my bashrc.
Where can I find it?
in your home dir, e.g. if you are larix, then it is located in:
/home/larix/.bashrc
You can see it from your filemanager if it shows "hidden" files (if file name starts with "." it is considered as "hidden" file in linux)

how to make a multi boot dvd for linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it possible to make a single bootable dvd with multiple linux distros in it? we should be able to select which os to boot by a menu.
There are several tutorials for this:
http://www.justlinux.com/forum/showthread.php?t=150078
http://pcquest.ciol.com/content/enterprise/2005/105070101.asp

Reinstall Ubuntu [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have a question.
I have partition for home with directory "abc". So /home/abc
If I will reinstall Ubuntu and create the same user "abc" my data will be OK? Will this folder be cleared and created again?
https://askubuntu.com/search?q=reinstall+home
Thanks #bobince, if it is a SEPARATE partition, no problem. If you are trying to install over that partition it is going to get wiped.

Resources