shell

Bash can auto complete your filenames and command name. It can also auto complete lots of other stuff such as: => Usernames => Hostname => Variable names => Fine tuning files and names with ESC keys Match variable If the text begins with $, bash will look for a variable. For example, open terminal and [...]

{ 6 comments }

Here is a quick tip, if you wish to perform an unattended download of large files such as Linux DVD ISO file use the wget command as follows:

{ 5 comments }

This is a classic problem. One of our FAQ is about cron job. I received lots of email with a question: How do I run my script on 3rd Monday or 4th Friday only? Cron does not offer this kind of facility i.e. you cannot run a script on the Nth weekday of the month. [...]

{ 12 comments }

FreeBSD Reset or Recover Root Password

by Vivek Gite on December 6, 2006 · 16 comments

With FreeBSD version 5.4 and above the booting procedure is slightly changed. The older version of FreeBSD uses the boot -s option at Ok prompt. However, with FreeBSD version FreeBSD 5.4+ you don’t have to type any commands. Here is the procedure to boot FreeBSD into a single user mode to reset root password.

{ 16 comments }

In order to write DVD/DVD-RW from shell prompt you need to install a package called dvd+rw-tools. DVD is another good option for backup, archiving, data exchange etc. You can install dvd+rw-tools with following commands. Also note that this package works under *BSD, HP-UX, Solaris and other UNIX like operating systems. Debian installation: # apt-get install [...]

{ 16 comments }