Thursday, September 29, 2011

Services

Linux commands to alter services.

Stopping a service-
service name.of.service stop

Prevent a service from starting in runlevel 3 upon system reboot-
chkconfig --level 3 name.of.service off

Thursday, September 15, 2011

Nano

Nano is a lightweight text editor. I use it when making simple and quick changs to config files. It's handy and versatile. It's a nice change from Vi.