Q. How do I install Linux on SATA drives?
{ 5 comments }
Q: I am using QLogic driver and I would like to know how do I scan new LUNs on Linux operating system? A: You need to find out driver proc file /proc/scsi/qlaXXX. For example on my system it is /proc/scsi/qla2300/0 Once file is identified you need to type following command (login as the root user): [...]
{ 3 comments }
The command to finding out if package is installed in Linux is depend upon your Linux distribution. Following are commands for different distributions. Jump to your distribution: * Debian / Ubuntu Linux * Red Hat / Fedora Linux / Cent OS / Suse Linux Debian / Ubuntu Linux Use dpkg command, which is package manager [...]
{ 4 comments }
Q. I messed up with my X server configuration. Now I would like to reconfigure X server. A. Fedora comes with the X Configuration Tool called redhat-config-xfree86 which provides a graphical interface for creating, modifying or reconfiguring the XFree86 configuration file. At shell prompt type following command to reconfigure X server under Fedora Linux (login [...]
{ 2 comments }
MS-Windows XP service pack 2 comes with in build firewall. If Microsoft Windows Firewall is blocking a port that is used by a service or by a program, you can configure the Windows Firewall to create an exception. Windows Firewall may be blocking a program or a service if Programs do not respond to a [...]
{ 25 comments }
As explained earlier you can use the mount command to mount a remote windows partition or a windows share under Linux. /etc/fstab file contains static information about the filesystems. The file fstab contains descriptive information about the various file systems. fstab is only read by programs, and not written; it is the duty of the [...]
{ 31 comments }