convertxtodvd_logo

ConvertXtoDVD

VSO ConvertXtoDVD is considered to be one of the best Video converters. It combines high speeds, high quality and many options for your personalized DVD menus.

ConvertXtoDVD guide
Free Download ConvertXtoDVD

Linux Books

Of course the Internet along with the help of Google is a great source of information. You can answer almost any question you have about Linux and find many tutorials, guides and help. However many people prefer reading this information on a printed book accesssible even when they are not online or don't have a computer in front of them. I've received many e-mails asking me to propose them a few good books regarding Linux commands, administration and for specific distributions such as Ubuntu, Fedora etc. So, I've search for a few good books. Here they are. Happy reading!

Linux Books

Ubuntu guides

Ubuntu is a free Operating System based on Debian GNU/Linux. It has been rated as the most popular Linux distribution amongst Linux users according to Distrowatch. As it happens every six months a new version of Ubuntu has been released. Ubuntu 10.04 Lucid Lynx is here! Below you can find some helpful tutorials for old and new users!

Ubuntu 10.04 Lucid Lynx Post Installation Guide
Ubuntu 9.10 Karmic Koala Post Installation Guide
Ubuntu 9.04 Jaunty Jackalope Post Installation Guide
How to install Ubuntu Linux on Windows using VirtualBox

Fedora 12 Installation Guide

Fedora 12, codenamed Constantine, is released! Just for the info, Fedora is an RPM based Linux Distribution, an Operating system in other words, developed by the community supported Fedora Project and sponsored by Red Hat. Fedora contains only free and Open Source software. Some of Fedora's 12 new features are Gnome 2.28, KDE 4.3, better web cam support!, and many others.

Fedora 12 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide in Chinese

Article Index
Arch Linux Installation Guide
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12
Page 13
Page 14
Page 15
Page 16
Page 17
Page 18
Page 19
Page 20
All Pages

 

27. Daemons Configuration

Now, let’s configure our system’s “Daemons” or in other words our system’s “Services”
If you remember we have mentioned before that Arch is very good at this part.

Open Midnight Commander:

mc

 

Let’s fix (with F4) the following file.

/etc/rc.conf

Midnight Commander is better than nano since it supports easier Cut, Copy, Paste, Delete.

We are interested on the last line DAEMONS=:

We have left it like this:

DAEMONS=(syslog-ng network netfs @crond @sshd)


Be careful because if anything goes wrong the system won’t boot.
Remember the following for the daemons:
- The system starts the daemons with the order it reads them from this line, from left to right.
- Each daemon has to start completely to move on to the next one. This can be bypassed by putting “@” in front of it.

- Some daemons in order to start demand other daemons to have been started first. If they don’t find them “ready”, the system stops from booting.
 - If a daemon needs other daemons it should be placed at the right of them.

- If a daemon is needed by other daemons it should be at the left of them and it should be started without a @.
- We put an @ in front of the daemons that aren’t needed by other daemons.
 - It isn’t necessary to use all of the following daemons. It will be noted which of them are compulsory. No matter which ones of them you will use don’t change the order or the @ in front of them.

- Instead of completely removing a daemon you can add a “!” in front of it.
This is a recommended order safe to use. It is also pretty fast. 

DAEMONS=(syslog-ng network portmap netfs @crond nfslock @nfsd @samba acpid sensors dbus @hal @alsa !cpufreq @cups @smartd @openntpd @sshd @gdm)


If yoy have only KDE installed in your system, instead of @gdm use @kdm.

Note the exclamation mark in front of the cpufreq daemon. This daemon refers to Power Throttling of our cpu. Not all cpus support it. Change it to your needs.
Next we press F2 for save and F10 for exit.

We should also configure a few more useful daemons.
openntpd (It is for automatically adjusting our computer’s time):

Let’s change (with F4) the following file:

/etc/ntpd.conf

Here we have two options, depending if we have a local network with other computers or not.
If we don’t have a lan: 

server ntp.forthnet.gr


We use a line like the above where we place our ISP’s ntp server. To you it would be different of course.
If we have a lan we can configure our computer to act as a local ntp server like this: 

listen on 127.0.0.1
listen on 192.168.1.7


where in the second line we place our computer’s static IP address.

Press F2 for Save and F10 to exit.
Then in all the other computers of our network in the same file we add this line: 

server 192.168.1.7

 
smartmond (for viewing the SMART elements of our hard disk drives.)
 
Let’s change (with F4) the following file:

/etc/smartd.conf

In the beginning we will find this line: 

DEVICESCAN


Comment it: 

#DEVICESCAN


At the end add a line like this one for each drive we have: 

/dev/sda -a -d sat


Press F2 for Save and F10 to exit.
Go to the root directory "/" in Midnight Commander's windows and exit with F10.

To get information about your hard disk type:

smartctl -a /dev/sda

 

Replace sda with your own device.



Login Form

Follow me on...

  • Digg: axelgr
  • Facebook Page: 379363054400
  • FeedBurner: my-guidesnet
  • Twitter: myguidesnet
  • External Link: http://feedburner.google.com/fb/a/mailverify?uri=my-guidesnet

Member Login