Tee command is used to store and view (both at the same time) the output of any other command.

Tee command writes to the STDOUT, and to a file at a time as shown in the examples below.
[click to continue…]

Using gpg you can generate private and public keys that can be used to encrypt and decrypt files as explained in this example.
[click to continue…]

od command dumps a file in octal, decimal, and other formats.
[click to continue…]

First, find the volume size and the block size of the CD or DVD as shown below using isoinfo command.
[click to continue…]

How to burn a dvd ?

Syntax: growisofs -dvd-compat -Z {device-path}={iso-file}

[click to continue…]

How to burn a CD ?

Syntax: cdrecord -V -eject dev={device-file-path} {iso-file}

[click to continue…]

Comm command is used to compare two sorted files line by line.
[click to continue…]

How to rar a single file ?

syntax: rar a {.rar file-name} {file-name}

[click to continue…]

Using SSH’s ControlMaster feature you can give password only for the first session in a multiple ssh sessions. This lets you share multiple SSH sessions over a single network connection.
[click to continue…]

As you already know, the following cd command example will display all the available directories that begin with lower-case m.
[click to continue…]