Run the following script to generate a bell on the linux terminal. #!/bin/bash str_dwn() { rows=$1 s_start=$2 char=$4 str_st_row=$3 rows...Read more »

The Magician Of Linux
Run the following script to generate a bell on the linux terminal. #!/bin/bash str_dwn() { rows=$1 s_start=$2 char=$4 str_st_row=$3 rows...Read more »
Here are steps of how we can create the following animated linux gif image using gimp. Note: This was created using gmip 2.6.10 Open gimp a...Read more »
USB flash drive has replaced the old portable storage so called "floppy disk". USB flash drive can hold larger data, plus its resi...Read more »
Here are the answers to linux scripting quiz-1 1. #! is called as Ans. shebang 2. Which of the following is not a kind of shell Ans. d...Read more »
The cd/dvd drive, which is usually ejected by pressing the button on the drive can also be controlled from the command line. The command to...Read more »
Here is a script that crates a triangle of what ever character we choose. The triangle gets created right at the center in the terminal. ...Read more »
Generally terminals open to the standard prompt, with no other frills with it. (Except in linux mint) In case you want to change this and wa...Read more »
Basic Scripting Quiz Basic Scripting Quiz This is quiz covering the basics of shell scripting #! is called as shebang hebang hash prom...Read more »
A quiz on linux Basics A quiz on linux Basics This is a quiz on basics of linux, have fun.... What option of "ls" gives th...Read more »
1 2 3 4 5 ...Read more »