ZNHOO Whatever you are, be a good one!

Git Configuration


Read more...

Cronie and Anacron

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...

sed awk

These tools do a big favor when editing streams. Both programs use regular expressions for selecting and processing text.
Read more...

library soname

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...

Environment Variable

In Unix-like systems, we have to deal with environment variables such as PATH, MANPATH etc. Here are some tips for reference.
Read more...