Archive for the ‘Articles’ category

Configuring NTP On Your Linux Server

December 24th, 2010

The Network Time Protocol (NTP) defines a set of algorithms for the dissemination of time across the web. The NTP protocol may be employed to synchronise the program time in your Linux Server with a very correct Internet time reference.

This article describes how you can configure the Network Time Protocol (NTP) daemon on your Linux server to synchronise with an Internet centered NTP server. It also supplies a list of well-know public Net time references.

Obtaining the NTP Supply Code Distribution

The Linux NTP source code distribution is publicly accessible ‘open source’ software. The distribution could be freely downloaded in the NTP web site ‘ntp.org’. The latest NTP version for Linux is two.4.2. A port can be accessible for Windows platforms, however the primary advancement platform for NTP will be the Linux operating method. Numerous Linux primarily based operating programs like Mandrake and Redhat supply NTP as an installable RPM package.

As soon as download is total, the NTP distribution need to be configured and compiled on the host pc.

Configuration from the NTP Daemon

The NTP daemon is configured via entries in the main NTP configuration file ‘ntp.conf’. The NTP configuration file is made up of a checklist of commands that instruct the daemon to synchronise with a specified NTP server. NTP servers are specified employing the ‘server’ command followed by the domain name from the server thus:

server ntp2c.mcc.ac.uk

server ntp.cis.strath.ac.uk

Quite a few accessibility control possibilities are also obtainable to restrict the use of your NTP server by network time clients. To only let machines on your own network to synchronize with the server use:
» Read more: Configuring NTP On Your Linux Server

Switching to Linux Full Time – Some Realistic Expectations to Have

December 24th, 2010

If you’ve got regarded as switching to Linux as your full time operating method, there are some expectations that you are going to want to get specially when acquiring new hardware and utilizing new programs and media. Like a full time Linux person, diverse alternatives will have to be produced to make your life less complicated in your Linux desktop. There’s a process to go by way of before being able to use this operating system as your main program.

Fortunately, Linux does operate on most hardware quite well. The newest distributions of Linux often operate appropriate from the box with the hardware. At instances, there are users who may possibly have difficulty with specific wifi cards, video cards, or sound cards. There are ways of generating these function, but there is some thing else that you simply must think about.

Why get from a hardware manufacturer who outright refuses to let the Linux neighborhood port the drivers to make positive they function? When creating hardware buying decisions, purchase from firms who want their items to perform on Linux versus those that refuse to enable the neighborhood to obtain their products to function nicely. » Read more: Switching to Linux Full Time – Some Realistic Expectations to Have

GNU Linux Command Line Bash Tools – Ls and File

December 21st, 2010

If you might be just starting out making use of the command line in Linux, knowing just a couple of essential commands can get you a long way in direction of fluency within the cli (command line interface) atmosphere. Most new linux people anxiety the dreaded command line and its archane text-based commands. But if you warm as much as the command line gradually and patiently, you’ll start to determine you’ll be able to wield wonderful power over your pc using cli resources. It’s genuinely remarkable how significantly you can do using the cli and how quickly and effectively it can do items. Some duties could be completed with a few lines of commands in under a second that would get a large number of mouse clicks and hrs to accomplish inside a common GUI (graphical person interface).

The ls command is rather powerful and helpful so we’ll start there, then take a take a look at the file command.

ls: The ls command lists the contents of the directory. Basically sort ls and hit the enter critical. You must see a record on the contents of your present directory.

Now, when you need to get a bit fancy, you may inform ls to exhibit you file sizes too by adding the -l switch like this: ls -l.

This will exhibit you the contents on the directory and files dimension, file date, file time and file identify. » Read more: GNU Linux Command Line Bash Tools – Ls and File