Others

HOW TO CHANGE THE SPLASH SCREEN OF LINUX?

1. Download the slpash screen from net source like (http://www.queervisions.com/arch/2007/04/9_grub_splash_i.html)

2. Copy the file under /boot/grub/ as splash.xpm.gz

3. just reboot the machine you r done.

HOW TO INCREASE THE NO. OF VIRTUAL CONSOLE IN LINUX?

1. Open the /etc/inittab file

vi /etc/inittab

2. Find Lines of This Type

1:2345:respawn:/sbin/mingetty tty1

2:2345:respawn:/sbin/mingetty tty2

3:2345:respawn:/sbin/mingetty tty3

4:2345:respawn:/sbin/mingetty tty4

5:2345:respawn:/sbin/mingetty tty5

6:2345:respawn:/sbin/mingetty tty6

3. Now Increase the no. of terminal you need bu adding the following line

7:2345:respawn:/sbin/mingetty tty7

8:2345:respawn:/sbin/mingetty tty8

9:2345:respawn:/sbin/mingetty tty9

4. Now save the file and reboot the System

5. You can get 9 virtual console now by the key combination of ALT+CTL+F1 to F9 and the GUI will come after that by default (ALT+CTL+f10)

Disabling SELINUX

You can disable SELINUX by editing the following files.

vi /etc/sysconfig/selinx