Computer applications will quite often have a set of options whose value can be defined by the user. In modern, graphical operating systems and applications these options are usually defined through a graphical user interface, or GUI. But for traditionally text based operating systems, like Linux, it is not uncommon to edit a configuration file manually.
Configuration files are any file, usually text based, that define the values for a range of options used by an application. They can range from just a few lines of text right through to many thousands of lines, and editing a configuration file does usually require a bit of patience and skill.
This guide takes a look at the configuration files for some common applications, with practical tips on how to customize them.
| Linux Command Line: grep
The Linux command line has a host of useful tools. One of those tools stands out as one of the most powerful. Grep is a handy way to search for lines matching a pattern. This tool allows... |
How to Set Up a Web Server on Local Intranet
So you have everything you need to create an Intranet but you fall short on how to setup web server on a local intranet. This guide will help you get your web server up and running... |
| Save Keystrokes: Using Aliases in Linux
Working at the command line usually means typing. A lot of typing. Using aliases in Linux will cut down on the number of keystrokes that you use. Don't know what an alias is?... |
Tips and Tricks for Setting Up an IRC Server in Windows
In this article I will show you how to set up an IRC server in Windows without it being any less secure. I will walk you through how to get a server set up and then have services such... |
| Updating GRUB After Installation of a New Linux Distribution or Kernel
Have you just compiled a new kernel image? Installed a new Linux distribution? Before you can boot to the new distribution or kernel, you must make an entry for it in the GRUB... |
Creating a Linux DHCP Server
A DHCP (Dynamic Host Configuration Protocol) server handles the assignment of IP addresses, subnet masks and broadcast addresses to clients within the network which do not have... |