Sunday, November 29, 2015

Linux: Disable X Windows System Under Red Hat / CentOS / Fedora Linux


Open /etc/inittab file, enter:
# vi /etc/inittab
Find the line that read as follows:
id:5:initdefault:
Change it as follows:
id:3:initdefault:
Save and close the file. Reboot system to test new changes:
# reboot

Saturday, November 28, 2015

Linux Fedora stop crontab jobs ( crond )

service crond stop
service crond start