<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; Linux Log Management</title> <atom:link href="http://www.cyberciti.biz/tips/category/linux-log-management/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>How To Tail (View) Multiple Files on UNIX / Linux Console</title><link>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html</link> <comments>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html#comments</comments> <pubDate>Mon, 09 Feb 2009 19:28:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[admin job]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[browse through several log files at once]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[logfiles]]></category> <category><![CDATA[Mail server]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[multitail  command]]></category> <category><![CDATA[portsnap command]]></category> <category><![CDATA[real time log view]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[unix sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4399</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> tail is one of the best tool to view log files in a real time (tail -f /path/to/log.file). The  program  MultiTail  lets  you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). This is one of those dream come true program for UNIX sys admin job. You can browse through several log files at once and do various operations like search for errors and much more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>pssh: Run Command On Multiple SSH Servers</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html</link> <comments>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comments</comments> <pubDate>Sat, 01 Nov 2008 19:44:16 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Linux login control]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[linux execute remote command]]></category> <category><![CDATA[linux run script other server]]></category> <category><![CDATA[multixterm]]></category> <category><![CDATA[pssh command]]></category> <category><![CDATA[remote invoke script on linux]]></category> <category><![CDATA[run command own script ssh]]></category> <category><![CDATA[run commands multiple ssh]]></category> <category><![CDATA[ssh multiple execution]]></category> <category><![CDATA[ssh run command on multiple servers]]></category> <category><![CDATA[ssh to execute command]]></category> <category><![CDATA[tentakel ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> I've already written about <a
href="http://www.cyberciti.biz/tips/execute-commands-on-multiple-linux-or-unix-servers-part-ii.html">tentakel tool</a> and <a
href="http://www.cyberciti.biz/tips/execute-commands-on-multiple-linux-or-unix-servers.html">shell script hack</a> to run a single command on multiple Linux / UNIX / BSD server.  This is useful to save time and run UNIX commands on multiple machines. Linux.com has published an article <a
href="http://www.linux.com/feature/151340">about a new tool called pssh</a>:<br
/><blockquote>If you want to increase your productivity with SSH, you can try a tool that lets you run commands on more than one remote machine at the same time. Parallel ssh, Cluster SSH, and ClusterIt let you specify commands in a single terminal window and send them to a collection of remote machines where they can be executed.</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/parallel-ssh-execution.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Linux Configure Netconsole To Log Messages Over UDP Network</title><link>http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html#comments</comments> <pubDate>Wed, 02 Jul 2008 10:43:23 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/default/syslogd]]></category> <category><![CDATA[/etc/sysconfig/syslog]]></category> <category><![CDATA[/etc/syslog.conf]]></category> <category><![CDATA[debugging]]></category> <category><![CDATA[disk logging]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[kernel level]]></category> <category><![CDATA[linux log server]]></category> <category><![CDATA[nc command]]></category> <category><![CDATA[network connections]]></category> <category><![CDATA[serial consoles]]></category> <category><![CDATA[sysconfig]]></category> <category><![CDATA[syslog daemon]]></category> <category><![CDATA[syslogd]]></category> <category><![CDATA[udp port]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2431</guid> <description><![CDATA[Linux netconsole kernel module allows dmesg output to be transmitted via the syslogd network. It is  kernel-level network logging over udp allowing debugging of problem where disk logging fails and serial consoles are impractical. This is a step-by-step mini howto about netconsole configuration under Red Hat, CentOS, Fedora and Debian Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>