Aliases are custom commands which can replace a longer command or a group of commands, thus making it faster and easier to execute particular tasks by only typing a few characters. For example, one can only type upgrade instead of typing sudo apt-get upgrade && sudo apt-get upgrade and upgrade his Debian-based system. Aliases are very useful time-savers.
GNU find is a powerful command-line utility that lets you search for files and folders in a hierarchical tree directory structure. It is the backend for all those utilities out there like the graphical searching in KDE or GNOME. However, find can be a little hard to handle at first by beginners.
First of all I’d like to thank TuxArena’s readers for giving good feedback in the first part of this series, which overviews 15 of the tools I consider particularly useful in a console. This article overviews 10 more such tools, and most of them were suggested by you. Screenshots included.
cmus cmus is a music player that I admire the most when it comes to command-line because it’s really powerful and has a lot of nice features. It is built with ncurses and therefore providing a text-user interface. cmus is indeed feature-rich, with several view modes and Last.fm song submission support via scripts.
CMus is a free, powerful, terminal-based music player using the ncurses toolkit. CMus supports various audio formats, including Ogg Vorbis, FLAC, MP3, WAV, Musepack, WavPack, WMA, AAC and MP4.
I am aware of Guake (Gnome), Yakuake (KDE) and so on, but this post is about using drop-down grid terminals using Terminator. Read on!
CLI Companion is a tool aimed at making the terminal easier to use: it's a GUI that displays a list of commands and an embedded terminal under it. The application comes with a list of commonly used commands by default, each having a short description and if you want to find out more about a certain command, simply right click it and select "Help".
The Nautilus Elementary version in the PPA was too old so you couldn't install it in Ubuntu 10.10 Maverick Meerkat. Those who wanted to use Nautilus Elementary had to manually download .deb files or compile it themselves.
But the PPA has just been updated today and Ubuntu 10.10 Maverick Meerkat users can finally install Nautilus Elementary from the PPA:
Fish is a user friendly command line shell. It features syntax highlighting, advanced tab completion features, discoverable help, a revised shell syntax and many other features.
Fish comes with a lot of features, but I find one feature truly amazing: tab completion for command line arguments, including explanations.
We covered Terminator 0.90 a while back so I won't introduce it again. The great news is that you can now install Terminator 0.90 beta 2 via a PPA:
This is a short tutorial explaining how to post to Twitter using command-line in Linux, without needing to even open up your web browser.
Here's a list of 10 commands which may come handy when using the command line in Linux:
Search for all files modified in the last N days containing a specific text in their name
find DIR -mtime -N -name "*TEXT*"
Byobu, previously known as screen-profiles adds 'decorations' to your gnome terminal or xterm, or konsole:
We've seen how to check Gmail using the terminal (shell) in Linux and Mac but how about sending emails from a shell?
This is actually pretty easy, here's what you have to do: