List/Grid

Headline Subscribe to Headline

Get Source Code for any Linux Command

Get Source Code for any Linux Command

Step 2: Execute apt-get source to get the source.

Awk Introduction Tutorial – 7 Awk Print Examples

Awk Introduction Tutorial – 7 Awk Print Examples

This is the first article on the new awk tutorial series. We’ll be posting several articles on awk in the upcoming weeks that will cover all features of awk .

How To Add Timestamp to Unix Vmstat Command Output

How To Add Timestamp to Unix Vmstat Command Output

you can modify the date output with the date command and the vmstat output with awk’s print and printf command (below is only an example for proof of concept – not meant to make sense ;-) ): :~> vmstat 1 5 | awk ‘{system(“/bin/echo -n …

Linux 101 Hacks – Download Free ebook

Linux 101 Hacks – Download Free ebook

Hack 89. Free command; Hack 90. Top Command; Hack 91.

12 Amazing and Essential Linux Books To Enrich Your Brain and Library

12 Amazing and Essential Linux Books To Enrich Your Brain and Library

Sed and Awk have transformed the way I worked on Linux command line. This book is the only material you would ever need on Sed and Awk .

Holiday Giveaway: Win Learning Nagios 3.0 Book

Holiday Giveaway: Win Learning Nagios 3.0 Book

netstat -nap|grep LISTEN -p works only in linux. in debian you can use netstat -n4lp to see what ipv4 progs are listening. be warned, ssh is listening on ipv6 addr