156
edits
Line 96: | Line 96: | ||
# Log in as root. | # Log in as root. | ||
# Disable gpm, cups, and hpoj | # Disable gpm, cups, atd, apmd, and hpoj: | ||
<pre>for s in gpm cups atd, apmd, hpoj; do service $s stop; chkconfig --del $s; done</pre> | |||
===Disable X=== | ===Disable X=== |
edits