linux command line

Playterm, Platform of the Gurus

Linux Journal - The Original Magazine of the Linux Community  Thu, 09/22/2011 - 07:00

Playterm

Did you learn all your Linux console skills from books or


 

Top 3 Sites To Help You Become A Linux Command Line Master

Linux Today  Tue, 11/17/2009 - 15:03

MakeUseOf: "But once a user becomes accustomed to using the command line interface, it soon becomes the preferred method in many tasks.

Not only is it much quicker to accomplish just about any given task at the command line, it opens a whole new world of possibilities."


 

Sophisticated Picture Taking With gPhoto

Linux Today  Fri, 09/18/2009 - 08:06

Linux.com: "There is a cool Linux command-line program called gPhoto, that can do tethered capture and a whole lot of other things.

Since it runs on Linux, all kinds of remote control and automation are possible."


 

Learn Linux, 101: The Linux command line

Linux Today  Fri, 08/28/2009 - 07:03

IBM Developerworks: "GUIs are fine, but to unlock the real power of Linux, there's no substitute for the command line.

In this article, Ian Shields introduces you to some of the major features of the bash shell, with an emphasis on the features that are important for LPI certification."


 

Vid Luther's Blog: Building PHP 5.3 packages on Ubuntu 9.04 (Jau...

PHPDeveloper.org  Tue, 08/25/2009 - 07:35

Vid Luther has come up with this guide for getting the latest PHP release - version 5.3 - installed and working on an Ubuntu (Jaunty) linux installation.


 

Linux tip: Creating a pixel ruler from the command line

Linux Today  Fri, 07/24/2009 - 13:03

IBM Developerworks: "Learn how to use the Linux command line and some basic Bash scripting techniques to draw lines and text on images using ImageMagick.

And create a pixel ruler along the way."


 

Create a Logo from the Command Line

Linux Journal - The Original Magazine of the Linux Community  Mon, 04/21/2008 - 08:18

You can create a neat logo from the Linux command line:

$ convert -size 800x120 xc:white -font Times-Roman
-pointsize 100 -fill gray -annotate +20+80 'Linux is cool!'
-fill black -annotate +23+83 'Linux is cool!' -trim
+repage logo.png

And, the following command should display the result:

$ qiv logo.png

read more