How to enable/disable/start/stop a service in Fedora 16

February 23, 2012

If you are looking for managing system services in earlier versions of … http://p.ost.im/p/ePy8DU

How to improve performance of Linux application

August 12, 2011

Following are some of the tips to improve overall performance of Linux … http://p.ost.im/p/eRe2ch

How to find size of code and data segments of a program

August 4, 2011

The Linux provides a command size which can shows the sizes of various … http://p.ost.im/p/ed5Lg3

How to catch signals in a bash script

July 28, 2011

POSIX compatible UNIX systems like Linux supports standard signals as p … http://p.ost.im/p/eeWsTb

How to print all lines of a data file in reverse order

July 14, 2011

The command tac (reverse of cat command) which prints contents of a fil … http://p.ost.im/p/eJkHDQ

How to convert spaces in a file to TABs and vice versa using unexpand and expand commands

July 12, 2011

The Linux core utils package provides two commands called expand and un … http://p.ost.im/p/eJVwqx

How to find Ethernet MAC address of my PC in various operating systems

February 7, 2011

This article explains how to find MAC address of the PC in Linux, Windows, … http://f.ast.ly/Xp7MB

How to change MAC address of Ethernet interface in Linux or Windows or Mac OS X

February 5, 2011

The physical MAC address will be permanently programmed to Ethernet adapte … http://f.ast.ly/XsTkb

How to loop or iterate through the output of ls command in a bash script

January 13, 2011

If your original purpose is to iterate through the list of files and direc … http://f.ast.ly/xaCt9

What are the useful fields of $_SERVER array in PHP

January 11, 2011

The following table describes useful fields in $_SERVER array in PHP. Name … http://f.ast.ly/9npRX