Build:Tutorial:Configuring a RHEL System: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 91: Line 91:
# At the Red Hat Network Alert Notification Tool window, click Close.
# At the Red Hat Network Alert Notification Tool window, click Close.
# Restart the system.
# Restart the system.
===Disable Unneeded Services===
# Log in as root.
# Disable gpm, cups, and hpoj.
#* for s in gpm cups hpoj; do service $s stop; chkconfig --del $s; done


===Disable X===
===Disable X===
Line 98: Line 104:
# Set the current init level to 3.
# Set the current init level to 3.
#* telinit 3
#* telinit 3
===Disable Unneeded Services===
# Log in as root.
# Disable gpm, cups, and hpoj.
#* for s in gpm cups hpoj; do service $s stop; chkconfig --del $s; done


===Configure VNC===
===Configure VNC===
166

edits