-
7 Cool Ways To Use The Man Pages In Linux
Man pages (short for manual pages) are the extensive documentation that comes preinstalled with almost all substantial Unix and Unix-like operating systems. The Unix command used to display them is man. Each page is a self-contained document. Usage To read a manual page for a Unix command, one can use man <command_name> 1) Create a…
-
NOT – The Best 25 Linux Commands
Here is another installment of Command Line Gems, I present you with the “Not” The best Linux Commands. 1) Save an HTML page, and covert it to a .pdf file wget $URL | htmldoc –webpage -f “$URL”.pdf – ; xpdf “$URL”.pdf & Uses htmldoc to perform the conversion 2) backup and synchronize entire remote folder…
-
Free Linux Shells
A shell account is a personal account that gives a user access to a Unix/Linux shell on a remote server, usually accessed through SSH (and historically telnet). UrFix is offering free linux shells, visit Urfix.com Our goal is to help people who wants to work in a shell, like programming, learning linux, who haven’t got…
-
Awesome Linux Terminal ASCII Aquarium
I found an awesome ascii aquarium for Linux terminals called Asciiquarium.You can now discover the mysteries of the sea from the comfort of your own terminal using ASCIIQuarium. It is an aquarium animation in ASCII art created using perl. Installing Term-Animation First, you need to install Perl module called Term-Animation. Open a command-line terminal (select…