Linux Awk Tutorials - Conditional If Else Statement ExamplesThis article is part of the on-going Awk Tutorial Examples series. In our earlier awk articles, we discussed about awk print, awk user-defined variables, awk built-in variables, and awk operators.

In this awk tutorial, let us review awk conditional if statements with practical examples.
(more…)

{ 4 comments }

Top 5 Best Linux Firewalls

by Ramesh Natarajan on February 15, 2010

As part of the contest we conducted recently, we got 160+ comments from the geeky readers who choose their favorite firewall.

Based on this data, the top spot goes to.. drum roll please..

iptables

If you are new to any of the top 5 firewalls mentioned here, please read the rest of the article to understand more about them.
(more…)

{ 6 comments }

How to Use Google Buzz in Gmail

by Ramesh Natarajan on February 11, 2010

If you are using Gmail, you might have already noticed the ‘Buzz’ link right below your inbox. Google buzz looks like a combination of twitter and facebook features built right in your email application.

What do you think about Google Buzz? Do you like it?
(more…)

{ 2 comments }

Turbocharge Awk Scripts – Translate into C (Sudoku Revisted)

by Bill Duncan, VE3IED on February 10, 2010

Photo Courtesy: Kol Tregaskes

In the first article of this series we saw how awk could be put to work (or play) for more than just processing text. The simple script demonstrated the use of associative arrays, recursion and how we could use more arrays (more than required to represent the data) to speed up the processing. There were some teaser ideas left at the end if you were looking for something faster.
(more…)

{ 3 comments }

Nagios XI Review (Free Nagios core Vs Nagios XI)

by Ramesh Natarajan on February 8, 2010

Nagios Price:

  • Nagios Core is free and open source.
  • Nagios XI is $1,295 (to monitor unlimited number of hosts). This is perpetual license — Once you’ve purchased the software, use it as long as you want without any additional license fees.

(more…)

{ 0 comments }

Linux Awk Tutorials - Awk Reg-Ex Operator ExamplesThis article is part of the on-going Awk Tutorial Examples series. In our earlier awk articles, we discussed about awk print, awk user-defined variables, and awk built-in variables.

Like any other programming language Awk also has lot of operators for number and string operations. In this article let us discuss about all the key awk operators.
(more…)

{ 0 comments }

Unix Less Command: 10 Tips for Effective Navigation

by Ramesh Natarajan on February 1, 2010

I personally prefer to use less command to view files (instead of opening the file to view in an editor). Less is similar to more command, but less allows both forward and backward movements. Moreover, less don’t require to load the whole file before viewing. Try opening a large log file in Vim editor and less — you’ll see the speed difference.

The navigation keys in less command are similar to Vim editor. In this article, let us look at few less command navigation and other operations which will make you a better command line warrior.
(more…)

{ 10 comments }

I’m happy to announce winners of the 2 books giveaway contest.

Following are randomly selected winners, who will receive the corresponding PDF version of the book.
(more…)

{ 1 comment }