<?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>Talk @ TLADI.NET</title>
	<atom:link href="http://talk.tladi.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://talk.tladi.net</link>
	<description>News, Status and Technical Information</description>
	<lastBuildDate>Sat, 07 Nov 2009 05:39:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOWTO: CentOS: vnstat</title>
		<link>http://talk.tladi.net/2009/11/07/howto-centos-vnstat/</link>
		<comments>http://talk.tladi.net/2009/11/07/howto-centos-vnstat/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:09:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://talk.tladi.net/?p=67</guid>
		<description><![CDATA[Vnstat is a useful tool for keeping an eye on your bandwidth usage. This utility doesn&#8217;t require any special type of access to your ethernet interfaces either, as it reads all of its data from the /proc filesystem.
At the time of writing, vnstat is not available in the native CentOS repositories, so installation requires downloading, [...]]]></description>
			<content:encoded><![CDATA[<p>Vnstat is a useful tool for keeping an eye on your bandwidth usage. This utility doesn&#8217;t require any special type of access to your ethernet interfaces either, as it reads all of its data from the /proc filesystem.</p>
<p>At the time of writing, vnstat is not available in the native CentOS repositories, so installation requires downloading, compiling and installing the application from source.</p>
<p>The following steps will walk you through that:<br />
<tt><br />
1.) Get the source:<br />
cd /usr/local/src<br />
wget http://humdi.net/vnstat/vnstat-1.9.tar.gz</p>
<p>2.) Unpack it:<br />
tar -zxf vnstat-1.9.tar.gz</p>
<p>3.) Build it:<br />
cd vnstat-1.9<br />
make<br />
make install</p>
<p>4.) Test compatibility with your current kernel:<br />
vnstat --testkernel</p>
<p>5.) See your available interfaces:<br />
vnstat --iflist</p>
<p>6.) Initialise the databases for the interfaces you wish to monitor:<br />
vnstat -u -i eth0</p>
<p>7.) Install the start up script:<br />
cp examples/init.d/centos/vnstat /etc/init.d/</p>
<p>8.) Set the start up script runlevels:<br />
chkconfig --levels 2345 vnstat on</p>
<p>9.) Start the vnstat daemon:<br />
/etc/init.d/vnstat start<br />
</tt></p>
<p>That&#8217;s all there is to it. Now you can keep an eye on your bandwidth usage. e.g. set up a simple script run via cron to email you your stats each day.</p>
]]></content:encoded>
			<wfw:commentRss>http://talk.tladi.net/2009/11/07/howto-centos-vnstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: CentOS: Multiple IP&#8217;s</title>
		<link>http://talk.tladi.net/2009/10/23/howto-centos-multiple-ips/</link>
		<comments>http://talk.tladi.net/2009/10/23/howto-centos-multiple-ips/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 14:43:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://talk.tladi.net/?p=61</guid>
		<description><![CDATA[It&#8217;s simple really.
Create a file /etc/sysconfig/network-scripts/ifcfg-eth0:0 [eth1:x for 2nd interface etc.] containing:

DEVICE=eth0:0
ONPARENT=yes
IPADDR=192.168.1.1
BROADCAST=192.168.1.255
NETMASK=255.255.255.0
NETWORK=192.168.1.0

Manipulating the interface manually:
Bring it up: /sbin/ifup eth0:0
Take it down: /sbin/ifdown eth0:0
The ONPARENT option will automatically bring it up and down in conjunction with the parent interface eth0.
To remove automatic behaviour, just delete or move the file away somewhere else.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s simple really.<br />
Create a file <tt>/etc/sysconfig/network-scripts/ifcfg-eth0:0</tt> [eth1:x for 2nd interface etc.] containing:</p>
<blockquote><p><tt><br />
DEVICE=eth0:0<br />
ONPARENT=yes<br />
IPADDR=192.168.1.1<br />
BROADCAST=192.168.1.255<br />
NETMASK=255.255.255.0<br />
NETWORK=192.168.1.0<br />
</tt></p></blockquote>
<p>Manipulating the interface manually:<br />
Bring it up: <tt>/sbin/ifup eth0:0</tt><br />
Take it down: <tt>/sbin/ifdown eth0:0</tt></p>
<p>The <tt>ONPARENT</tt> option will automatically bring it up and down in conjunction with the parent interface <tt>eth0</tt>.<br />
To remove automatic behaviour, just delete or move the file away somewhere else.</p>
]]></content:encoded>
			<wfw:commentRss>http://talk.tladi.net/2009/10/23/howto-centos-multiple-ips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHOIS for .bw (Botswana)</title>
		<link>http://talk.tladi.net/2009/10/20/whois-for-bw-botswana/</link>
		<comments>http://talk.tladi.net/2009/10/20/whois-for-bw-botswana/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:36:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Botswana]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://talk.tladi.net/?p=55</guid>
		<description><![CDATA[I stumbled across an interesting little tool on the weekend, a whois system for the .bw ccTLD.
Looks experimental and lacks a complete data set, but it&#8217;s a start. :)
go go go!
[edit]
Well, looks like it was highly experimental because I just checked and it&#8217;s completely gone. The entire domain has been removed. dig says NXDOMAIN.
Oh, well. [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across an interesting little tool on the weekend, a <a title="::BW Whois Database :: Botswana Whois Database" href="http://www.whois.bw" target="_blank">whois system</a> for the .bw ccTLD.</p>
<p>Looks experimental and lacks a complete data set, but it&#8217;s a start. :)</p>
<p>go go go!</p>
<p>[edit]</p>
<p>Well, looks like it was <span style="text-decoration: underline;">highly experimental</span> because I just checked and it&#8217;s completely gone. The entire domain has been removed. dig says NXDOMAIN.</p>
<p>Oh, well. It was a nice thought&#8230;</p>
<p>[/edit]</p>
<p>[update=2009/11/07]<br />
Looks like it&#8217;s back online again, still at the same address.<br />
[/update]</p>
]]></content:encoded>
			<wfw:commentRss>http://talk.tladi.net/2009/10/20/whois-for-bw-botswana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The thing about transparent proxies is&#8230;</title>
		<link>http://talk.tladi.net/2009/10/20/the-thing-about-transparent-proxies-is/</link>
		<comments>http://talk.tladi.net/2009/10/20/the-thing-about-transparent-proxies-is/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://talk.tladi.net/?p=52</guid>
		<description><![CDATA[Unless they&#8217;re implemented flawlessly, they&#8217;re more opaque than transparent.
Take BTC&#8217;s supposedly transparent proxy (cache-1-0.btc.bw) for example.
I must have missed the email that announced this new layer between us and the Internet, so I&#8217;m not exactly sure when it was implemented, but I have a gut feeling that it could be as much as a month [...]]]></description>
			<content:encoded><![CDATA[<p>Unless they&#8217;re implemented flawlessly, they&#8217;re more opaque than transparent.</p>
<p>Take BTC&#8217;s supposedly transparent proxy <em>(cache-1-0.btc.bw)</em> for example.</p>
<p>I must have missed the email that announced this new layer between us and the Internet, so I&#8217;m not exactly sure when it was implemented, but I have a gut feeling that it could be as much as a month or so ago. Maybe more, but it&#8217;s been about that long that I have been seeing some occasional weirdness on my Internet connections. Of course, I didn&#8217;t know the cause of the weirdness until recently, so it&#8217;s hard to say in retrospect.</p>
<p>Anyway, once I had identified this new obstacle to a better browsing experience, I set about finding out whether it was really the cause of my sluggish browsing and 503 (gateway timeout) errors. This necessitated establishing a browsing session that did not route through BTC, which is a reasonably painless exercise thanks to Mascom&#8217;s 3G network. Sure enough, after going 3G and browsing to the same sites that gave persistent 503&#8217;s, those annoyances disappeared.</p>
<p>So it was only a matter of implementing a bypass mechanism for the home and office systems, in order to regain a decent browsing experience.</p>
<p>Next on the list of things to do is to find someone at BTC that knows about this new hurdle and see if they can explain why I was getting the 503&#8217;s in the first place. Actually, if it hadn&#8217;t been for the fact that it was blocking my ubuntu security updates, I&#8217;d probably still be scratching my head over this.</p>
]]></content:encoded>
			<wfw:commentRss>http://talk.tladi.net/2009/10/20/the-thing-about-transparent-proxies-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RoundCube update</title>
		<link>http://talk.tladi.net/2009/07/25/roundcube-update/</link>
		<comments>http://talk.tladi.net/2009/07/25/roundcube-update/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 09:44:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://talk.tladi.net/?p=50</guid>
		<description><![CDATA[Nothing fantastic to report today, just a run of the mill update for RoundCube to bring us up to the latest version 0.2.2
]]></description>
			<content:encoded><![CDATA[<p>Nothing fantastic to report today, just a run of the mill update for <a title="RoundCube Webmail Project" href="http://roundcube.net/" target="_blank">RoundCube</a> to bring us up to the latest version 0.2.2</p>
]]></content:encoded>
			<wfw:commentRss>http://talk.tladi.net/2009/07/25/roundcube-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
