Posts Tagged ‘Commands’

Ease Linux System Administration Tasks

Wednesday, October 1st, 2008

The Puppet project allows you to issue system administration commands to one or more machines, and will smooth over the differences between distributions for you. For example, if you want to install MySQL, that action should be your primary aim, and you shouldn’t have to worry about if the machine is running Maemo, Ubuntu, or Fedora.

Puppet frees you from thinking about the hardware architecture a system is using, what Linux distribution it runs, or where that particular machine happens to store its Apache DocumentRoot by using a declarative language to specify the system administration task that you would like to perform. Puppet has many built-in facilities, such as classes, which allow the different details to be smoothed over when Puppet rolls out the system administration tasks you have declared.

Link: Linux

Top 10 Linux Command Line Tools

Friday, September 19th, 2008

When you need something done quickly, efficiently, and without any software overhead, the command line is where it’s at. It was the first way humans told computers what to do, but as graphics became increasingly important, the command line, or terminal, became an insiders’ secret weapon. But with the right commands and a little bit of know-how, anyone can get things done from a text-only interface. Let’s take a look at 10 commands and tricks that make the terminal more accessible, and more powerful, on any system.

Link: Lifehacker

An Introduction To The Linux Command Line

Wednesday, September 17th, 2008

Now it’s time to discuss one of the most mysterious and confusing parts of Linux to a Windows user: the command line. To most Windows users the prospect of typing in what you want your computer to do is completely foreign and thus intimidating. It’s so intimidating in fact that Linux developers have poured countless hours into designing GUIs (graphical user interfaces) to imitate and/or replace text-based commands. But sometimes the command line is still the fastest, easiest, or only way to get something done.

Link: MakeUseOf

Enable DVD Playback In Ubuntu

Saturday, June 21st, 2008

Most guides and tutorials for Ubuntu newcomers can help you get commercial DVDs playing on your system, but only through a series of terminal commands that install new repositories or through the use of Automatix or other automated tools that can sometimes mess up your system’s dependencies. How-to site Tech-Recipes.com has been on a bit of a Linux streak lately and ferrets out a two-command, no-repository solution for installing DVD playback. Enter these in your terminal:

Link: Lifehacker