166
edits
No edit summary |
(fill in update, x disabling, and vnc configuration) |
||
Line 82: | Line 82: | ||
# At the Red Hat Network Alert Notification Tool window, click Close. | # At the Red Hat Network Alert Notification Tool window, click Close. | ||
# Reboot the system. | # Reboot the system. | ||
===Disable X=== | |||
# Log in to the system. | |||
# Open a Terminal program. | |||
# Gain root permission. | |||
# Edit /etc/inittab so the standard runlevel is 3. | |||
# Set the current init level to 3. | |||
#* telinit 3 | |||
===Configure VNC=== | |||
# Log in as a system user. | |||
# Set your VNC password. | |||
#* vncpasswd | |||
# Log in as root. | |||
# Edit /etc/sysconfig/vncservers so that it contains the line: | |||
#* VNCSERVERS="0:myusername" | |||
# Enable vncserver as a system service. | |||
#* chkconfig --level 345 vncserver on | |||
# Start vncserver so it creates the user's xstartup file. | |||
#* service vncserver start | |||
# Stop vncserver. | |||
# Edit ~myusername/.vnc/xstartup so that the top two lines (the last of the two exec'ing xinitrc) are run. | |||
# Start vncserver. | |||
#* service vncserver start | |||
# Add port 5900 to the server's iptables configuration by editing /etc/sysconfig/iptables. | |||
# Restart iptables. | |||
#* service iptables restart |
edits