canmove, Confirmed users
1,511
edits
(s/yum-updated/yum-updatesd/) |
(disable cron jobs) |
||
Line 37: | Line 37: | ||
# switch to runlevel 3 now | # switch to runlevel 3 now | ||
init 3 | init 3 | ||
# Disable unneeded services by moving to /etc/cron.*.disabled/, leaving only logrotate and anacron: | |||
/etc/cron.daily/0anacron | |||
/etc/cron.daily/logrotate | |||
/etc/cron.daily.disabled | |||
/etc/cron.daily.disabled/prelink | |||
/etc/cron.daily.disabled/makewhatis.cron | |||
/etc/cron.daily.disabled/tmpwatch | |||
/etc/cron.daily.disabled/0logwatch | |||
/etc/cron.daily.disabled/cups | |||
/etc/cron.daily.disabled/rpm | |||
/etc/cron.daily.disabled/mlocate.cron | |||
/etc/cron.daily.disabled/beagle-crawl-system | |||
/etc/cron.monthly/0anacron | |||
/etc/cron.weekly/0anacron | |||
/etc/cron.weekly.disabled | |||
/etc/cron.weekly.disabled/makewhatis.cron | |||
Add the following lines to ~/.bash_profile | Add the following lines to ~/.bash_profile |