<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Delodder.be</title>
	
	<link>http://www.delodder.be/blog</link>
	<description>Things that keep me busy</description>
	<lastBuildDate>Mon, 01 Mar 2010 11:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Delodderbe" /><feedburner:info uri="delodderbe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Delodderbe</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Belgacom Speed Upgrade: Speedtest</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/dGS-nFA0HGw/</link>
		<comments>http://www.delodder.be/blog/internet/belgacom-speed-upgrade-speedtest/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 10:43:02 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[speedtest]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=448</guid>
		<description><![CDATA[
Related Posts:Speedtest memeNew Year, New HostingFirefox RobotsMaking use of pygrub in lenny domU and hardy dom0Upgrade ubuntu to a new releasePowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p><img src="file:///D:/TEMP/U168440/moz-screenshot-3.png" alt="" /><a href="http://www.speedtest.net/result/732999725.png"><img class="alignnone" title="speedtest" src="http://www.speedtest.net/result/732999725.png" alt="" width="300" height="135" /></a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/internet/speedtest-meme/" rel="bookmark" class="crp_title">Speedtest meme</a></li><li><a href="http://www.delodder.be/blog/blog/new-year-new-hosting/" rel="bookmark" class="crp_title">New Year, New Hosting</a></li><li><a href="http://www.delodder.be/blog/internet/firefox-robots/" rel="bookmark" class="crp_title">Firefox Robots</a></li><li><a href="http://www.delodder.be/blog/howto/making-use-of-pygrub-in-lenny-dom0-and-hardy-domu/" rel="bookmark" class="crp_title">Making use of pygrub in lenny domU and hardy dom0</a></li><li><a href="http://www.delodder.be/blog/ubuntu/upgrade-ubuntu-to-a-new-release/" rel="bookmark" class="crp_title">Upgrade ubuntu to a new release</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/aUBqDUclyhPOE8ArcFGWPpj3oSo/0/da"><img src="http://feedads.g.doubleclick.net/~a/aUBqDUclyhPOE8ArcFGWPpj3oSo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aUBqDUclyhPOE8ArcFGWPpj3oSo/1/da"><img src="http://feedads.g.doubleclick.net/~a/aUBqDUclyhPOE8ArcFGWPpj3oSo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/dGS-nFA0HGw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/internet/belgacom-speed-upgrade-speedtest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/internet/belgacom-speed-upgrade-speedtest/</feedburner:origLink></item>
		<item>
		<title>Ext4: Reducing reservered blocks</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/hOdDdmWiriw/</link>
		<comments>http://www.delodder.be/blog/ubuntu/ext4-reducing-reservered-blocks/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:23:37 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ext4]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=444</guid>
		<description><![CDATA[When you format an disk with ext4 a default of 5% reserved blocks are for privileged processes. In case the  file system fills up important process can still fill up and continue to function.
To reduce the 5 % to 1 % use the following command:
sudo tune2fs -m 1 /dev/sda1
Make sure you use the correct partition.
Related [...]]]></description>
			<content:encoded><![CDATA[<p>When you format an disk with ext4 a default of 5% reserved blocks are for privileged processes. In case the  file system fills up important process can still fill up and continue to function.</p>
<p>To reduce the 5 % to 1 % use the following command:</p>
<pre class="prettyprint">sudo tune2fs -m 1 /dev/sda1</pre>
<p>Make sure you use the correct partition.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/howto/migrate-ext3-to-ext4/" rel="bookmark" class="crp_title">Migrate ext3 to ext4</a></li><li><a href="http://www.delodder.be/blog/ubuntu/upgrade-ubuntu-to-a-new-release/" rel="bookmark" class="crp_title">Upgrade ubuntu to a new release</a></li><li><a href="http://www.delodder.be/blog/linux/jaunty-is-here-well-done/" rel="bookmark" class="crp_title">Jaunty is here, well done</a></li><li><a href="http://www.delodder.be/blog/howto/centos5-domu-on-debian-etch-dom0/" rel="bookmark" class="crp_title">Centos5 domU on Debian Etch Dom0</a></li><li><a href="http://www.delodder.be/blog/howto/making-use-of-pygrub-in-lenny-dom0-and-hardy-domu/" rel="bookmark" class="crp_title">Making use of pygrub in lenny domU and hardy dom0</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Oactd9MG2dJ2OcN38IwYaKkNc4E/0/da"><img src="http://feedads.g.doubleclick.net/~a/Oactd9MG2dJ2OcN38IwYaKkNc4E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Oactd9MG2dJ2OcN38IwYaKkNc4E/1/da"><img src="http://feedads.g.doubleclick.net/~a/Oactd9MG2dJ2OcN38IwYaKkNc4E/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/hOdDdmWiriw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/ubuntu/ext4-reducing-reservered-blocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/ubuntu/ext4-reducing-reservered-blocks/</feedburner:origLink></item>
		<item>
		<title>Belgacom blokkeert poorten tegen hacker</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/FpqLiT71YfY/</link>
		<comments>http://www.delodder.be/blog/dutch/belgacom-blokkeert-poorten-tegen-hacker/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 08:25:22 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Dutch]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[b-box2]]></category>
		<category><![CDATA[closed ports]]></category>
		<category><![CDATA[VDSL2]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=425</guid>
		<description><![CDATA[Belgacom heeft op 31/10/2009, de volgende poorten geblokkeerd:

23 (telnet)
80 (http)
443 (https)

Dit enkel voor inkomend verkeer. Maar volgens dit forum thread kan je telefonisch (080022700 optie 1) of vanaf volgende week open zetten via de e-service na aanvaarden van de nodige risico voorwaarden.
Misschien probeert Belgacom hiermee de hacker te snel af te zijn. maar volgens mij [...]]]></description>
			<content:encoded><![CDATA[<p>Belgacom heeft op 31/10/2009, de volgende poorten geblokkeerd:</p>
<ul>
<li>23 (telnet)</li>
<li>80 (http)</li>
<li>443 (https)</li>
</ul>
<p>Dit enkel voor inkomend verkeer. Maar volgens dit <a href="http://www.userbase.be/forum/viewtopic.php?p=302879" target="_blank">forum thread</a> kan je telefonisch (080022700 optie 1) of vanaf volgende week open zetten via de e-service na aanvaarden van de nodige risico voorwaarden.</p>
<p>Misschien probeert Belgacom hiermee de hacker te snel af te zijn. maar volgens mij is het geen goede zet.  Zeker dat mensen die poorten gebruiken voor video bewaking, remote management  en andere voorziening.</p>
<p>Maar er is altijd een mogelijkheid om de poorten nummers te veranderen via het LAN servers.</p>
<p>Maar voor mij is de belangrijkste vraag waarom niet gedeeltelijk of volledige toegeven aan de hacker en de datalimiet iets verhogen of zit er meer achter?  Dan natuurlijk ook een patch uitbrengen voor de <a href="http://milw0rm.org/exploits/4744" target="_blank">exploit</a> in de firmware.</p>
<p>Meer overzicht van gesloten poorten inclusief die hier boven: <a href="http://tinyurl.com/closedports" target="_blank">http://tinyurl.com/closedports</a>.</p>
<p>Update:</p>
<p>Als <a href="http://www.delodder.be/blog/dutch/belgacom-blokkeert-poorten-tegen-hacker/#comment-565">commentaar door  mouse256</a>, je kan de poorten terug open door te surfen naar <a href="http://www.belgacom.be/e-services" target="_blank">Belgacom e-service site</a> en dan kiezen voor de optie &#8220;Basic Security&#8221; onder &#8220;Mijn internet &#8211;&gt; Mijn Opties&#8221;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/dutch/belgacom-b-box-b-box2-manuals/" rel="bookmark" class="crp_title">Belgacom B-Box/B-Box2 manuals</a></li><li><a href="http://www.delodder.be/blog/internet/belgacom-en-hun-helpdesk/" rel="bookmark" class="crp_title">Belgacom en hun helpdesk</a></li><li><a href="http://www.delodder.be/blog/blog/need-manuals-b-boxb-box2/" rel="bookmark" class="crp_title">Need manuals B-Box/B-Box2</a></li><li><a href="http://www.delodder.be/blog/linux/update-script-dns-o-matic/" rel="bookmark" class="crp_title">Update script DNS-O-Matic</a></li><li><a href="http://www.delodder.be/blog/internet/belgacom-speed-upgrade-speedtest/" rel="bookmark" class="crp_title">Belgacom Speed Upgrade: Speedtest</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/BBLXW1e0B_TPBI__avexFkBFQBY/0/da"><img src="http://feedads.g.doubleclick.net/~a/BBLXW1e0B_TPBI__avexFkBFQBY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BBLXW1e0B_TPBI__avexFkBFQBY/1/da"><img src="http://feedads.g.doubleclick.net/~a/BBLXW1e0B_TPBI__avexFkBFQBY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/FpqLiT71YfY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/dutch/belgacom-blokkeert-poorten-tegen-hacker/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/dutch/belgacom-blokkeert-poorten-tegen-hacker/</feedburner:origLink></item>
		<item>
		<title>Transparent Proxy(Squid) server with one nic</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/eJOV_yUR4xA/</link>
		<comments>http://www.delodder.be/blog/ubuntu/transparent-proxysquid-server-with-one-nic/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:28:53 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=420</guid>
		<description><![CDATA[I was reading an interesting story about squid to save bandwidth with apt-get, more info about that can be found here(squid and debian packages).
But to make more use of the squid I had installed and only one nic, I was looking for a solution: Transparent proxy server with one nic
For more information on how to [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading an interesting story about squid to save bandwidth with apt-get, more info about that can be found <a href="http://castrojo.wordpress.com/2009/10/27/saving-some-bandwidth-and-the-mirrors-with-squid/" target="_blank">here</a>(squid and debian packages).<br />
But to make more use of the squid I had installed and only one nic, I was looking for a solution:<a href="http://teladan98.wordpress.com/2007/12/05/transparent-proxy-server-with-one-nic/" target="_blank"> Transparent proxy server with one nic</a></p>
<p>For more information on how to setup squid3 as  transparent proxy can be found <a href="http://www.lesismore.co.za/squid3.html" target="_blank">here</a>.</p>
<p>After modifying the config for my purposes, which you can find below, I was all set. It&#8217;s a great solution that&#8217;s going to save me some more bandwidth</p>
<p>Changes to the /etc/network/interfaces:</p>
<pre class="prettyprint">auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1

auto eth0:0
iface eth0:0 inet static
name Ethernet alias LAN card
address 192.168.2.1
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0</pre>
<p>The script that makes it all possible(changed from the solution I found):</p>
<pre class="prettyprint">#!/bin/sh

# Squid server IP
SQUID_SERVER="192.168.1.5"

# Interface connected to Internet
INTERNET="eth0"

# Address connected to LAN
LOCAL="192.168.2.0/24"
LOCAL2="192.168.1.0/24"
# Squid port
SQUID_PORT="3128"

# Clean old firewall
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X

# Enable Forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward

# Setting default filter policy
iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT

# Unlimited access to loop back
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT

# Allow UDP, DNS and Passive FTP
iptables -A INPUT -i $INTERNET -m state --state ESTABLISHED,RELATED -j ACCEPT

# set this system as a router for Rest of LAN
iptables -t nat -A POSTROUTING -o $INTERNET -j MASQUERADE
iptables -A FORWARD -s $LOCAL -j ACCEPT

# unlimited access to LAN
iptables -A INPUT -s $LOCAL -j ACCEPT
iptables -A OUTPUT -s $LOCAL -j ACCEPT

# DNAT port 80 request comming from LAN systems to squid 3128 ($SQUID_PORT) aka transparent proxy
iptables -t nat -A PREROUTING -s $LOCAL -p tcp --dport 80 -j DNAT --to $SQUID_SERVER:$SQUID_PORT
iptables -t nat -A PREROUTING -s $LOCAL2 -p tcp --dport 80 -j DNAT --to $SQUID_SERVER:$SQUID_PORT

# if it is same system
iptables -t nat -A PREROUTING -i $INTERNET -p tcp --dport 80 -j REDIRECT --to-port $SQUID_PORT

#open everything
iptables -A INPUT -i $INTERNET -j ACCEPT
iptables -A OUTPUT -o $INTERNET  -j ACCEPT

# DROP everything and Log it
iptables -A INPUT -j LOG
iptables -A INPUT -j DROP</pre>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/howto/proxypass-with-zimbra/" rel="bookmark" class="crp_title">ProxyPass with zimbra</a></li><li><a href="http://www.delodder.be/blog/howto/centos5-domu-on-debian-etch-dom0/" rel="bookmark" class="crp_title">Centos5 domU on Debian Etch Dom0</a></li><li><a href="http://www.delodder.be/blog/howto/slbackup-a-great-wrapper-for-rdiff-backup/" rel="bookmark" class="crp_title">Slbackup a great wrapper for rdiff-backup</a></li><li><a href="http://www.delodder.be/blog/development/serialize-a-arraylist/" rel="bookmark" class="crp_title">Serialize a ArrayList</a></li><li><a href="http://www.delodder.be/blog/howto/redirect-output-and-errors-to-devnull/" rel="bookmark" class="crp_title">Redirect Output and Errors to /dev/null</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/f6jcK8R-WODMafkiGJHVeZD_ocs/0/da"><img src="http://feedads.g.doubleclick.net/~a/f6jcK8R-WODMafkiGJHVeZD_ocs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/f6jcK8R-WODMafkiGJHVeZD_ocs/1/da"><img src="http://feedads.g.doubleclick.net/~a/f6jcK8R-WODMafkiGJHVeZD_ocs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/eJOV_yUR4xA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/ubuntu/transparent-proxysquid-server-with-one-nic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/ubuntu/transparent-proxysquid-server-with-one-nic/</feedburner:origLink></item>
		<item>
		<title>Time Drive 0.3: Better, Easier, More Refined</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/3qqsPCutGmk/</link>
		<comments>http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:08:59 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[duplicity]]></category>
		<category><![CDATA[time-drive]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=415</guid>
		<description><![CDATA[More info about the new release can be found here.
The Ubuntu packages for Jaunty and Karmic are available here.
Related Posts:Time Drive available on PPATime Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 StorageTime-Drive a step in the right wayLocales enabled in Time-DriveTime Drive on SoftpediaPowered [...]]]></description>
			<content:encoded><![CDATA[<p>More info about the new release can be found <a href="http://www.oak-tree.us/blog/index.php/2009/10/26/time-drive-03" target="_blank">here</a>.</p>
<p>The Ubuntu packages for Jaunty and Karmic are available <a href="https://launchpad.net/~time-drive-devel/+archive/stable" target="_blank">here</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/links/time-drive-available-on-ppa/" rel="bookmark" class="crp_title">Time Drive available on PPA</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-0-2/" rel="bookmark" class="crp_title">Time Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 Storage</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-a-step-in-the-right-way/" rel="bookmark" class="crp_title">Time-Drive a step in the right way</a></li><li><a href="http://www.delodder.be/blog/development/locales-enabled-in-time-drive/" rel="bookmark" class="crp_title">Locales enabled in Time-Drive</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-on-softpedia/" rel="bookmark" class="crp_title">Time Drive on Softpedia</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Vk7ubCnawrL5-0BuMi-fhCGS5Cw/0/da"><img src="http://feedads.g.doubleclick.net/~a/Vk7ubCnawrL5-0BuMi-fhCGS5Cw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Vk7ubCnawrL5-0BuMi-fhCGS5Cw/1/da"><img src="http://feedads.g.doubleclick.net/~a/Vk7ubCnawrL5-0BuMi-fhCGS5Cw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/3qqsPCutGmk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/</feedburner:origLink></item>
		<item>
		<title>Time Drive available on PPA</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/-ivH4fAZu9w/</link>
		<comments>http://www.delodder.be/blog/links/time-drive-available-on-ppa/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:56:06 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[time-drive]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=413</guid>
		<description><![CDATA[Time Drive is now available for ppa more can be read here.
Nothing more needs to be said about it:
https://launchpad.net/~time-drive-devel/+archive/stable
for you sources.list:
deb http://ppa.launchpad.net/time-drive-devel/stable/ubuntu jaunty main
deb-src http://ppa.launchpad.net/time-drive-devel/stable/ubuntu jaunty main
Also available for karmic:
deb http://ppa.launchpad.net/time-drive-devel/stable/ubuntu karmic main
deb-src http://ppa.launchpad.net/time-drive-devel/stable/ubuntu karmic main
or by adding           ppa:time-drive-devel/stable to your system&#8217;s Software Sources
For almost [...]]]></description>
			<content:encoded><![CDATA[<p>Time Drive is now available for ppa more can be read <a href="http://www.oak-tree.us/blog/index.php/2009/10/05/install-timedrive-ubuntu" target="_blank">here</a>.</p>
<p>Nothing more needs to be said about it:</p>
<p>https://launchpad.net/~time-drive-devel/+archive/stable</p>
<p>for you sources.list:</p>
<pre id="sources-list-entries">deb <a href="http://ppa.launchpad.net/time-drive-devel/stable/ubuntu">http://ppa.launchpad.net/time-drive-devel/stable/ubuntu</a> <span id="series-deb">jaunty</span> main
deb-src <a href="http://ppa.launchpad.net/time-drive-devel/stable/ubuntu">http://ppa.launchpad.net/time-drive-devel/stable/ubuntu</a> <span id="series-deb-src">jaunty</span> main</pre>
<p>Also available for karmic:</p>
<pre id="sources-list-entries">deb <a href="http://ppa.launchpad.net/time-drive-devel/stable/ubuntu">http://ppa.launchpad.net/time-drive-devel/stable/ubuntu</a> karmic main
deb-src <a href="http://ppa.launchpad.net/time-drive-devel/stable/ubuntu">http://ppa.launchpad.net/time-drive-devel/stable/ubuntu</a> karmic main</pre>
<p>or by adding           <strong>ppa:time-drive-devel/stable</strong> to your system&#8217;s Software Sources</p>
<p>For almost daily testing releases can be found <a href="https://launchpad.net/~time-drive-devel/+archive/ppa" target="_blank">here</a> or just change <em>stable </em>to <em>ppa</em>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/" rel="bookmark" class="crp_title">Time Drive 0.3: Better, Easier, More Refined</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-0-2/" rel="bookmark" class="crp_title">Time Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 Storage</a></li><li><a href="http://www.delodder.be/blog/development/locales-enabled-in-time-drive/" rel="bookmark" class="crp_title">Locales enabled in Time-Drive</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-a-step-in-the-right-way/" rel="bookmark" class="crp_title">Time-Drive a step in the right way</a></li><li><a href="http://www.delodder.be/blog/ubuntu/ubuntu-one-good-chose/" rel="bookmark" class="crp_title">Ubuntu One, good chose?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Iy-OPovaTWY_dCMQ7ozfcu8OTjI/0/da"><img src="http://feedads.g.doubleclick.net/~a/Iy-OPovaTWY_dCMQ7ozfcu8OTjI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Iy-OPovaTWY_dCMQ7ozfcu8OTjI/1/da"><img src="http://feedads.g.doubleclick.net/~a/Iy-OPovaTWY_dCMQ7ozfcu8OTjI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/-ivH4fAZu9w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/links/time-drive-available-on-ppa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/links/time-drive-available-on-ppa/</feedburner:origLink></item>
		<item>
		<title>Locales enabled in Time-Drive</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/9jsJBc1UGgU/</link>
		<comments>http://www.delodder.be/blog/development/locales-enabled-in-time-drive/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:46:16 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[time-drive]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=410</guid>
		<description><![CDATA[In the upcoming version of Time-Drive, locales are enabled, Launchpad is used to manage the translations.
If you want to see this program translated in your language, just go to https://translations.launchpad.net/time-drive/trunk and help out.
The locales will be included in the upcoming 0.3 release of Time-Drive. It will also include the possibility to include a port number [...]]]></description>
			<content:encoded><![CDATA[<p>In the upcoming version of Time-Drive, locales are enabled, <a href="https://launchpad.net/" target="_blank">Launchpad</a> is used to manage the translations.</p>
<p>If you want to see this program translated in your language, just go to <a href="https://translations.launchpad.net/time-drive/trunk" target="_blank">https://translations.launchpad.net/time-drive/trunk</a> and help out.</p>
<p>The locales will be included in the upcoming 0.3 release of Time-Drive. It will also include the possibility to include a port number for remote services and other enhancements and features.</p>
<p>Each day the translations are sync with the current trunk. At the moment I&#8217;m buzzy translating it into dutch, help is always appreciated.</p>
<p>Everyone is welcome to help out with the translation of Time-Drive into there own language.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/linux/time-drive-0-2/" rel="bookmark" class="crp_title">Time Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 Storage</a></li><li><a href="http://www.delodder.be/blog/links/time-drive-available-on-ppa/" rel="bookmark" class="crp_title">Time Drive available on PPA</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-a-step-in-the-right-way/" rel="bookmark" class="crp_title">Time-Drive a step in the right way</a></li><li><a href="http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/" rel="bookmark" class="crp_title">Time Drive 0.3: Better, Easier, More Refined</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-on-softpedia/" rel="bookmark" class="crp_title">Time Drive on Softpedia</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/ciRtnEURTUKlwSZZDNH0q8eh4WY/0/da"><img src="http://feedads.g.doubleclick.net/~a/ciRtnEURTUKlwSZZDNH0q8eh4WY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ciRtnEURTUKlwSZZDNH0q8eh4WY/1/da"><img src="http://feedads.g.doubleclick.net/~a/ciRtnEURTUKlwSZZDNH0q8eh4WY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/9jsJBc1UGgU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/development/locales-enabled-in-time-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/development/locales-enabled-in-time-drive/</feedburner:origLink></item>
		<item>
		<title>Time Drive on Softpedia</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/5ZDSWygYyQs/</link>
		<comments>http://www.delodder.be/blog/linux/time-drive-on-softpedia/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 06:10:14 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Softpedia]]></category>
		<category><![CDATA[time-drive]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/uncategorized/time-drive-on-softpedia/</guid>
		<description><![CDATA[I was browsing a round an I noticed Time Drive has a spot on Softpedia, great !!
Here you can find the Softpedia page
Related Posts:Jaunty is here, well doneTime-Drive a step in the right wayTime Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 StorageLocales enabled in [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing a round an I noticed Time Drive has a spot on <a href="http://www.softpedia.com" target="_blank">Softpedia</a>, great !!</p>
<p><a href="http://linux.softpedia.com/get/Adaptive-Technologies/Time-Drive-51090.shtml" target="_blank">Here</a> you can find the Softpedia page</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/linux/jaunty-is-here-well-done/" rel="bookmark" class="crp_title">Jaunty is here, well done</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-a-step-in-the-right-way/" rel="bookmark" class="crp_title">Time-Drive a step in the right way</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-0-2/" rel="bookmark" class="crp_title">Time Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 Storage</a></li><li><a href="http://www.delodder.be/blog/development/locales-enabled-in-time-drive/" rel="bookmark" class="crp_title">Locales enabled in Time-Drive</a></li><li><a href="http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/" rel="bookmark" class="crp_title">Time Drive 0.3: Better, Easier, More Refined</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/m0OipYur1bvo0_3q_iL_NYwTmtE/0/da"><img src="http://feedads.g.doubleclick.net/~a/m0OipYur1bvo0_3q_iL_NYwTmtE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/m0OipYur1bvo0_3q_iL_NYwTmtE/1/da"><img src="http://feedads.g.doubleclick.net/~a/m0OipYur1bvo0_3q_iL_NYwTmtE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/5ZDSWygYyQs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/linux/time-drive-on-softpedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/linux/time-drive-on-softpedia/</feedburner:origLink></item>
		<item>
		<title>Time Drive 0.2 – A “More S” Release: More Stable, More Secure, More Settings and Now Supports Amazon S3 Storage</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/w6qeNO9bJ3E/</link>
		<comments>http://www.delodder.be/blog/linux/time-drive-0-2/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 06:03:19 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[duplicity]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[time-drive]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/?p=399</guid>
		<description><![CDATA[This is my first release of an opensource program, And it feels good to share it with all of you out there.
Time Drive 0.2 is started by Robert Oaks (More info on the start you can find here) which did already a tremendous good job with version 0.1, but it had issues like stability is [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first release of an opensource program, And it feels good to share it with all of you out there.</p>
<p>Time Drive 0.2 is started by <a href="http://www.oak-tree.us/blog/index.php/about" target="_blank">Robert Oaks</a> (More info on the start you can find <a href="http://www.delodder.be/blog/linux/time-drive-a-step-in-the-right-way/" target="_blank">here</a>) which did already a tremendous good job with version 0.1, but it had issues like stability is one of them, and those are now in the past tense .</p>
<p>In short: I started to get involved in the development process and in a mater of day I was committing my first changes to the source code of Time Drive. The result of the cooperation between Robert Oaks and me is Time Drive 0.2. The source code and the release can be downloaded of <a href="https://launchpad.net/time-drive">launchpad</a>.</p>
<p>Some features are:</p>
<ul>
<li>More Settings: Different Storage Locations, Manage Your Backup Sets</li>
<li>Amazon S3 Storage</li>
</ul>
<p>More info about the release can be found <a href="http://www.oak-tree.us/blog/index.php/2009/09/24/timedrive-02" target="_blank">here</a>. Time Drive 0.2 can be downloaded <a href="http://launchpad.net/time-drive/0.2/0.2/+download/time-drive-0.2.tar.gz" target="_self">here</a>.</p>
<p>Any question regarding problems, bugs or feature request, just contact me or Rob Oakes</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/linux/time-drive-a-step-in-the-right-way/" rel="bookmark" class="crp_title">Time-Drive a step in the right way</a></li><li><a href="http://www.delodder.be/blog/ubuntu/time-drive-0-3-better-easier-more-refined/" rel="bookmark" class="crp_title">Time Drive 0.3: Better, Easier, More Refined</a></li><li><a href="http://www.delodder.be/blog/links/time-drive-available-on-ppa/" rel="bookmark" class="crp_title">Time Drive available on PPA</a></li><li><a href="http://www.delodder.be/blog/development/locales-enabled-in-time-drive/" rel="bookmark" class="crp_title">Locales enabled in Time-Drive</a></li><li><a href="http://www.delodder.be/blog/linux/time-drive-on-softpedia/" rel="bookmark" class="crp_title">Time Drive on Softpedia</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/YGjaa9o3TK6uupqWYGg0In9kJP8/0/da"><img src="http://feedads.g.doubleclick.net/~a/YGjaa9o3TK6uupqWYGg0In9kJP8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YGjaa9o3TK6uupqWYGg0In9kJP8/1/da"><img src="http://feedads.g.doubleclick.net/~a/YGjaa9o3TK6uupqWYGg0In9kJP8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/w6qeNO9bJ3E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/linux/time-drive-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/linux/time-drive-0-2/</feedburner:origLink></item>
		<item>
		<title>Menu Icons Missing</title>
		<link>http://feedproxy.google.com/~r/Delodderbe/~3/GVUzqFh2lz4/</link>
		<comments>http://www.delodder.be/blog/ubuntu/menu-icons-missing/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 19:49:24 +0000</pubDate>
		<dc:creator>Philippe Delodder</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Karmic]]></category>

		<guid isPermaLink="false">http://www.delodder.be/blog/uncategorized/menu-icons-missing/</guid>
		<description><![CDATA[If your Menu in Ubuntu has no icons. You can easily made the visible by enabling the following options: &#8220;Show icons in menus&#8221;
This can be found in: System->Preferences->Appearence->Interface
Related Posts:Upgrade ubuntu to a new releaseMy custom bashrcGmail with sSMTP on Deb-based systemMP3Gain: normalize mp3 volumeMigrate LVM onto RAID1 using mdadmPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>If your Menu in Ubuntu has no icons. You can easily made the visible by enabling the following options: &#8220;Show icons in menus&#8221;</p>
<p>This can be found in: System->Preferences->Appearence->Interface</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.delodder.be/blog/ubuntu/upgrade-ubuntu-to-a-new-release/" rel="bookmark" class="crp_title">Upgrade ubuntu to a new release</a></li><li><a href="http://www.delodder.be/blog/linux/my-custom-bashrc/" rel="bookmark" class="crp_title">My custom bashrc</a></li><li><a href="http://www.delodder.be/blog/howto/gmail-with-ssmtp-on-deb-based-system/" rel="bookmark" class="crp_title">Gmail with sSMTP on Deb-based system</a></li><li><a href="http://www.delodder.be/blog/howto/mp3gain-normalize-mp3-volume/" rel="bookmark" class="crp_title">MP3Gain: normalize mp3 volume</a></li><li><a href="http://www.delodder.be/blog/howto/migrate-lvm-onto-raid1-using-mdadm/" rel="bookmark" class="crp_title">Migrate LVM onto RAID1 using mdadm</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/lTpbvNcChOW4BsVr-vDjmDRU4sA/0/da"><img src="http://feedads.g.doubleclick.net/~a/lTpbvNcChOW4BsVr-vDjmDRU4sA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lTpbvNcChOW4BsVr-vDjmDRU4sA/1/da"><img src="http://feedads.g.doubleclick.net/~a/lTpbvNcChOW4BsVr-vDjmDRU4sA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Delodderbe/~4/GVUzqFh2lz4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.delodder.be/blog/ubuntu/menu-icons-missing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.delodder.be/blog/ubuntu/menu-icons-missing/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.683 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-01 12:12:11 --><!-- Compression = gzip -->
