- Code: Select all
editor /etc/kde3/kdm/kdmrc
search for
- Code: Select all
"AllowRootLogin"
change the value to "true"
editor /etc/kde3/kdm/kdmrc
"AllowRootLogin"
sudo
route -n add -net 10.67.0.0
/16
192.168.120.254
startx
./etc/inittab
, by changing just one number in the runlevel section. When you are finished, reboot the computer. The next time you log in, you are presented with a graphical login prompt.su
command.gedit /etc/inittab
to edit the file with gedit. The file /etc/inittab
opens. Within the first screen, a section of the file which looks like the following appears:# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
# id:3:initdefault:
id:3:initdefault:
from a 3
to a 5
.3
to 5
. id:5:initdefault: