Archive for the ‘Troubleshooting’ Category

Troubleshooting - Debian mouse pointer invisible

Thursday, April 10th, 2008

File /etc/X11/xorg.conf

Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “HWCursor” “off”
Option “SWCursor” “True”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “Auto”
EndSection

Troubleshooting | Debian - Disable the annoying beep / bell

Tuesday, April 8th, 2008
rmmod pcspkr

Troubleshooting Debian Ubuntu - Audio doesn’t Work

Wednesday, February 27th, 2008

apt-get install alsa-base alsa-utils
alsaconf

CentOS: Problems & Solutions

Sunday, December 16th, 2007

Trying to connect to Apache but ‘Connection Refused’.
Either iptables is blocking the connection or the Apache server is not running

/////////////////////////////////////////////////////////////////////
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’
The MySQL server is not running