• RSS
  • SmsJobs
  • Sms
  • GoogleBuzz
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
The Linux Juggernaut

The Linux Juggernaut

roles on……

Redhat announced that they are going to release RHEL7 by second half of 2013 on the occasion of their 10th anniversary of RHEL1 release some 10 years back. Jim Totten, vice president and general manager at Red Hat’s Platform business unit announced this in a webcast. There will be 2000 packages upgraded in this release and more improvements to support many hardware, security, Filesystems and performance.

Redhat releases their flagship distro for every 3 years … Continue Reading

by Surendra Anne On Wednesday-May - 16 - 2012 Add Comments READ FULL POST

Flower brackets examples

This is a small post on how to crate multiple files/folders, sequence generation with flower brackets in-order to save valuable time.

Creating empty files can be done with touch command. We will see how to create multiple files using this command in one shot

Example1: Create a file with name abc.txt

touch abc.txt

Example2: Create multiple files abc, cde, efg, hij, klm

touch  abc cde efg hij klm

Example3: How about creating 1 … Continue Reading

by Surendra Anne On Tuesday-May - 15 - 2012 Add Comments READ FULL POST

read command examples

read command is useful in scripts when reading an input from user. This read command is used when the script want to interact with user for his inputs.

read command syntax
 read VARIABLE

Example1:Read a value from user input.

read VAR1

To display this value we have to use echo command.

echo $VAR1

Example2: Reading two words/variable/values at a time.

read VAR1 VAR2

Example3: Reading multiple values at a time.

read Continue Reading
by Surendra Anne On Sunday-May - 13 - 2012 Add Comments READ FULL POST

Linux/Unix sort command examples

This is a small tutorial on how to use sort command to soft a file. Sorting is very much useful when dealing with DB files, CSV, xls, log files in fact a text file to. By default sort command will sort according to alpha-bates. First sort tries to sort according to single character, if it finds the first character same in two lines, then it move on to sort second character. Continue Reading

by Surendra Anne On Friday-May - 11 - 2012 Add Comments READ FULL POST

How to find command location in Linux and Unix

This is a small how to on finding your command location. Some times its required to find command location to use it as path is not set properly to /bin or /sbin or some other folder. And some times we install packages through scripts where the commands will be installed in a defined path other than /usr/bin or /usr/sbin etc.

command to check where the particular … Continue Reading

by Surendra Anne On Wednesday-May - 9 - 2012 Add Comments READ FULL POST

Setting up two IP address on one NIC

This is a small how-to to set up two are more IP address on single LAN card. There are some times which require two IP address to set up so that we can make a Linux box as a router. This can be possible without even having two NIC cards. We can configure two different IP address on single Network Card as shown below.

Setting up 2 … Continue Reading

by Surendra Anne On Saturday-May - 5 - 2012 Add Comments READ FULL POST

email newsletter

Redhat Flagship dist

Redhat announced that they are going to release RHEL7 by ...

12 examples to use f

Flower brackets examples This is a small post on how to ...

7 Linux read command

read command examples read command is useful in scripts when reading ...

7 linux sort command

Linux/Unix sort command examples This is a small tutorial on how ...

How to find command

How to find command location in Linux and Unix This is ...

  • About Linux Juggernaut

    How the blog name selected? Juggernaut: * a massive inexorable force that seems to crush everything in its way ...readmore>>

  • Contact Me

    Contact us Send an Email Phone number and vCard LinkedIn profile Advertise with us
  • About Me

    Surendra Kumar Chowdary

    My name is Surendra Kumar Anne. I am from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present i work at Persistent Systems as Module Lead.   read more »