Back to Top

Monday, January 08, 2007

Linux tips - take two

A short Linux/Ubuntu tip:

If you want to control what services (daemons in Linux speak) run when you start your computer, use sudo sysv-rc-conf from the command line. If you don't have it installed, do a quick sudo apt-get install sysv-rc-conf. It's a very small download (around 25 Kb) and it's much more convenient than fiddling with the init scripts. A word of warning though: if you don't know what you are doing, be very, very careful, since you can make your computer unusable very fast. Below are two tutorials about the Linux boot process which should help you understand what you're tinkering with:

Linux: Init Process and PC Boot Procedure

Debian Run Levels

0 comments:

Post a Comment

You can use some HTML tags, such as <b>, <i>, <a>. Comments are moderated, so there will be a delay until the comment appears. However if you comment, I follow.