<?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>Netexpertise &#187; linux</title>
	<atom:link href="http://www.netexpertise.eu/en/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netexpertise.eu/en</link>
	<description>Systems &#38; Networks</description>
	<lastBuildDate>Fri, 23 Jul 2010 12:51:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Network Stats with Iptables</title>
		<link>http://www.netexpertise.eu/en/linux/network-stats-with-iptables.html</link>
		<comments>http://www.netexpertise.eu/en/linux/network-stats-with-iptables.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:42:43 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.netexpertise.eu/en/?p=634</guid>
		<description><![CDATA[As any other firewall, iptables is also able to do network statistics reporting. the -v (&#8211;verbose) option makes the list command (-L) show the packet and byte counters. Network stats are available on a per rule basis. Here&#8217;s an example on the INPUT chain:
&#160;

[stats@network_server]$ sudo iptables -nvL INPUT
Chain INPUT (policy DROP 74941 packets, 7900K bytes)
 [...]]]></description>
		<wfw:commentRss>http://www.netexpertise.eu/en/linux/network-stats-with-iptables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Linux from HP iLO Interface</title>
		<link>http://www.netexpertise.eu/en/linux/linux-hp-ilo-interface.html</link>
		<comments>http://www.netexpertise.eu/en/linux/linux-hp-ilo-interface.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:46:24 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[ilo]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://www.netexpertise.eu/en/?p=547</guid>
		<description><![CDATA[





iLO is a management interface supporting SSH, available on HP Proliant servers. It provides interesting features such as remotely powering the server on and off.
But it is also possible to access the Linux console and reboot in single mode remotely. How handy is that!?
&#160;
BIOS
While booting up, press F9 to go in the BIOS Setup
Go in [...]]]></description>
		<wfw:commentRss>http://www.netexpertise.eu/en/linux/linux-hp-ilo-interface.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Colored Root Prompt</title>
		<link>http://www.netexpertise.eu/en/linux/bash-colored-root-prompt.html</link>
		<comments>http://www.netexpertise.eu/en/linux/bash-colored-root-prompt.html#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:38:29 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://www.netexpertise.eu/en/?p=540</guid>
		<description><![CDATA[From Linux Suse /etc/bash.bashrc:

# Colored root prompt (see bugzilla #144620)
if test "$UID" -eq 0 -a -t &#038;&#038; type -p tput > /dev/null 2>&#038;1 ; then
   _bred="$(tput bold 2> /dev/null; tput setaf 1 2> /dev/null)"
   _sgr0="$(tput sgr0 2> /dev/null)"
   PS1="\[$_bred\]$PS1\[$_sgr0\]"
   unset _bred _sgr0
fi

]]></description>
		<wfw:commentRss>http://www.netexpertise.eu/en/linux/bash-colored-root-prompt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
