bashrc

Linux / Unix Shell: Set Default Printer

by Vivek Gite on January 29, 2012 · 0 comments

How do I set default printer in my Bash shell under CentOS Linux or FreeBSD unix desktop operating systems?

{ 0 comments }

I noticed that many shell scripts in /etc/init.d/ directory use the following syntax:

echo $“Usage $prog start|stop|reload|restart”

Why a double-quoted string preceded by a dollar sign ($”string”) using the echo command under Linux / UNIX bash scripts?

{ 2 comments }

Clear Shell History In Ubuntu Linux

by Vivek Gite on July 7, 2009 · 1 comment

How do I clear the shell history in Ubuntu Linux?

{ 1 comment }

Linux / UNIX: Generate Passwords

by Vivek Gite on May 27, 2009 · 0 comments

How do I generate random passwords under Linux / UNIX operating systems?

{ 0 comments }

How do I convert hex number to decimal number using a shell script under UNIX / Linux operating systems?

{ 16 comments }

Q. How do I add new path to PATH variable under Linux and UNIX operating system?

{ 9 comments }