166
edits
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 | ||
===Configure VNC=== | ===Configure VNC=== |
edits