Enable “Enable Software Mixer” under the “Audio” tab in Mplayer preferences.
Local Yum Rpm Repository
YUM is the default package manager provided with most RPM distros, especially Fedora and Redhat based distros. It is similar to APT of the Debian based distros. Admittedly, it is not the best package manager in term of performance, I…
Securing MySQL after Installation
If you just installed Linux or, separately, MySQL server, you need to undertake some simple routines to make it a little more secure. The below will set a password for a superuser account, remove anonymous user account and do some…
Fax and Faxing in Linux
You will obviously need a modem, in most cases you laptop’s internal software modem will not work, so get an external one. Become root: su – Install the necessary fax software: yum install efax Prepare: chmod 0666 /dev/ttyS0 chmod 777…
True type fonts in Linux
Installing true type fonts for system-wide use in Gnome, KDE, etc.: Become root: su – As root, create the fonts directory: mkdir /usr/share/fonts/ttf Copy the font files in, cd into the fonts directory: cp [fontfiles] /usr/share/fonts/ttf cd /usr/share/fonts/ttf Make fonts.dir:…
Numlock / numpad not working in Gnome / KDE
You accidentally pressed <CTRL><SHIFT><NUMLOCK> and did not notice it. Press it again (you should hear a BEEP). If it does not work, try these solutions.