Linux tools to aid in configuration and programming

Linux tools to aid in configuration and programming
Page content

Configuration Tools

There are so many configuration tools in the Linux operating system. During this series we will examine some of the lesser known as well as some of the better known tools. Included in this series you will see such tools as:

  • diff: Compares files line by line.
  • which: Shows the full path of commands.
  • drakconf: Mandriva control center.
  • gnome-control-center: Gnome main control panel.
  • kcontrol: KDE control panel

Programming tools

The Linux operating system offers a number of programming aids. From full-blown IDEs to command line compilers, in Linux you can handle much of your programming tasks. Some of the tools we will examine include:

  • g++: Allows for the compilation, linking, and building of C and C++ applications.
  • Kdevelop: Integrated IDE for KDE.
  • Anjunta: Integrated IDE for GNOME.

What this series will provide

This series of articles will each provide a glimpse into the tools that make job of configuring Linux and programming with Linux easy. Some of these tools will be command line, some of them will be graphical. But all of these tools will be open source, free, and reliable.

This series will not attempt to teach programming but instead will introduce you to the tools that will make your programming under Linux easier. And although this series will help you to understand some of the finer points of Linux configuration, the primary goal is to show you the tools and configuration files necessary to administer a Linux machine.

Final Thoughts

When shown the right tools, Linux can open your world up to new ideas and new possibilities. This holds true with nearly every aspect of computing. Programming is certainly not omitted under this heading, nor is configuration. Once you have a solid understanding of what the tools are and how to make use of these tools your experience with the Linux operating system will free you to get your work done in an efficient and reliable way.

This post is part of the series: Linux configuring and programming tools

Linux can be a bit overwhelming as a new user. Fortunately there are plenty of tools to make this easier. In this Bright Hub Linux syntax commands series you will be introduced to various tools that will aid in the configuration and programming process.

  1. Linux Configuration and Programming tools
  2. Linux Command Line: g++
  3. Linux Command Line: which
  4. Linux Command Line: diff