Recent Posts

Linux by examples

Linux by examples

Return To Blog Listing

We explain every GNU/Linux command by examples. It includes tips and tricks, howto for linux commands.

Search This Blog's Tags For:

Recent Posts Tagged With tail

  • Syslog: Sending log from remote servers to syslog daemon

    Posted on Wednesday July 23rd, 2008 at 07:09 am in admin RSS Feed nc RSS Feed tail RSS Feed logger RSS Feed rsyslogd RSS Feed

    syslog is a standard for logging service in Linux, it usually run as daemon like syslogd or rsyslogd. Syslog daemon will be forward and store logs in /var/log directory, you may configure it to store at separate location if you want. (we will look in...

  • Top Ten Processes Watcher

    Posted on Sunday July 13th, 2008 at 09:51 am in top RSS Feed watch RSS Feed head RSS Feed tail RSS Feed

    top command provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. But if you want get something more specific, you must play some trick...

  • Obtain some system statistics from vmstat

    Posted on Friday December 7th, 2007 at 11:00 pm in date RSS Feed admin RSS Feed tail RSS Feed vmstat RSS Feed

    vmstat know as virtual memory statistics reporter, but it gives more information the just only virtual memory. Besides memory, it covers overall CPU usage, IO, Swap, Proc, System interupts and context switching. vmstat is pretty easy to use, ignores ...