cli

Tilda — transparent terminal on your desktop

Tilda is a terminal like many others. It is a new project, however, it won recognition as a lightweight console which can be displayed directly on the desktop of ours. It features true transparency and borderless windows. Surprisingly, it is not just an eye-candy, but a quite useful tool as well. (more…) » Post Purchase:  Text Link

CLI Magic: For geek cred, try these one-liners

In this context, a one-liner is a set of commands normally joined through a pipe (|). When joined by a pipe, the command on the left passes its output to the command on the right. Simple or complex, you can get useful results from a single line at the bash command prompt.
Source:

Optimize PNG file size with Optipng

Optipng is a command-line tool. With Optipng, you can optimize PNG file size. (more…)

5 Tips to Make Working with the Shell Easier

Here are 5 frequent tips to make working with the shell easier.
Source:

5 Reasons to Use CLI Over GUI

First, I must say that using CLI is not always faster, not necessarily. There are tasks which can be done faster and easier using some GUI application rather than typing a whole bunch of commands. But, nevertheless, command line is still very powerful and it's more appropriate to use it for certain tasks. I for one use probably 90% GUI tools and applications and only in 10% of the cases CLI. read more
Source:

Bringing the trashcan to the command line

The trash project allows you to interact with your desktop trashcan from the command line. It lets users "undo" deletions made with the trash command in a similar manner to restoring files from the trashcan in a desktop environment. For experienced Linux users, the trash command comes in handy when you want to put a file into the trashcan from the command line.
Source:

How-To: Change Console Resolution

The standard size of the console is 80 columns and 25 lines, which is too big if you want to work easily in console and don't even use a desktop environment (or use one but also prefer to do things in console rather than an X terminal). It will also look nicer when booting up the system.
Source:

Run a command under a different environment

Today we have a simple tip of the shell. Are there applications or scripts that you use that require different environment variables, such as a different PATH or EDITOR? Then meet the env command. env allows you to run a program in a restricted environment with custom variables or so that no “dirty” variables are left around.
Source:

Run a command under a different environment

Today we have a simple tip of the shell. Are there applications or scripts that you use that require different environment variables, such as a different PATH or EDITOR? Then meet the env command. env allows you to run a program in a restricted environment with custom variables or so that no “dirty” variables are left around.
Source:

Run a command under a different environment

Today we have a simple tip of the shell. Are there applications or scripts that you use that require different environment variables, such as a different PATH or EDITOR? Then meet the env command. env allows you to run a program in a restricted environment with custom variables or so that no “dirty” variables are left around.
Source:

Run a command under a different environment

Today we have a simple tip of the shell. Are there applications or scripts that you use that require different environment variables, such as a different PATH or EDITOR? Then meet the env command. env allows you to run a program in a restricted environment with custom variables or so that no “dirty” variables are left around.
Source:

Howto check NHL or MLB Baseball and NBA scores from the command line

If you are baseball lover and you want to check the baseball scores for your favourite team score from command line use the following procedure.
Source:

Language translation from the command line or clipboard

Web-based automatic translators such as translate.google.com are great for getting the gist of what a document is saying, but it can be cumbersome to have to open a new tab in your browser, load that URL, and copy and paste the text you want to translate into your browser. read more
Source:

Kill Linux Processes Easier with pkill

One of the best features in Linux is the way you can control processes from the command line, so if you have an application that locks up your GUI, you can always SSH over from another machine and just kill the offending process.
Source:

Valid XHTML 1.0 Strict

Syndicate content