19 Jul 2015
cron automates taks sheduling at specific time. There are many different implementations of which I choose cronie with anacron USE flag enabled. It accomplishes this task by waking up every minute and checking to see if there are any cron-jobs to run in any of the user crontabs.
Read more...
12 Jun 2015
These tools do a big favor when editing streams. Both programs use regular expressions for selecting and processing text.
Read more...
07 Jun 2015
In Unix operating systems, a soname is a field of data in a shared object file. The soname is a string, which is used as a "logical name" describing the functionality of the object.
Read more...
07 Jun 2015
In Unix-like systems, we have to deal with environment variables such as PATH, MANPATH etc. Here are some tips for reference.
Read more...