bashrc

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 }

How do I clear the shell history in Ubuntu Linux?

{ 1 comment }

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

{ 1 comment }

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

{ 22 comments }

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

{ 10 comments }