<?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>Ubuntu How To &#187; shell commands</title>
	<atom:link href="http://www.ubuntublog.be/archives/category/shell-commands/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntublog.be</link>
	<description>Een nieuwe ubuntu blog</description>
	<lastBuildDate>Wed, 07 Jul 2010 08:10:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Verwijderen van lege directories</title>
		<link>http://www.ubuntublog.be/archives/246</link>
		<comments>http://www.ubuntublog.be/archives/246#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:16:51 +0000</pubDate>
		<dc:creator>BlackGhost</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell commands]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Koala]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[ubuntu 9.10 desktop]]></category>

		<guid isPermaLink="false">http://howto.myshit.be/?p=246</guid>
		<description><![CDATA[Om in een bepaalde directory structuur alle lege directories te verwijderen kunnen we het volgende commando gebruiken: sudo find /waar/te/beginnen -type d -empty -delete]]></description>
			<content:encoded><![CDATA[<p>Om in een bepaalde directory structuur alle lege directories te verwijderen kunnen we het volgende commando gebruiken:</p>
<blockquote><p><code>sudo find /waar/te/beginnen -type d -empty -delete</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntublog.be/archives/246/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verwijder alle thumbs.db</title>
		<link>http://www.ubuntublog.be/archives/237</link>
		<comments>http://www.ubuntublog.be/archives/237#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:38:56 +0000</pubDate>
		<dc:creator>BlackGhost</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell commands]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Koala]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs]]></category>
		<category><![CDATA[thumbs.db]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://howto.myshit.be/?p=237</guid>
		<description><![CDATA[Je hebt een directory strustuur met foto&#8217;s waar in elke directory een thumbs.db staat en je wilt al deze thumbs.db bestanden verwijderen. Dit doe je als volgt: sudo find /home/user -name Thumbs.db -exec rm {} ;]]></description>
			<content:encoded><![CDATA[<p>Je hebt een directory strustuur met foto&#8217;s waar in elke directory een thumbs.db staat en je wilt al deze thumbs.db bestanden verwijderen. Dit doe je als volgt:</p>
<blockquote><p><code>sudo find /home/user -name Thumbs.db -exec rm {} ;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntublog.be/archives/237/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datum formaat in thunderbird aanpassen</title>
		<link>http://www.ubuntublog.be/archives/174</link>
		<comments>http://www.ubuntublog.be/archives/174#comments</comments>
		<pubDate>Mon, 11 May 2009 09:50:49 +0000</pubDate>
		<dc:creator>BlackGhost</dc:creator>
				<category><![CDATA[Installatie]]></category>
		<category><![CDATA[shell commands]]></category>
		<category><![CDATA[varia]]></category>

		<guid isPermaLink="false">http://howto.myshit.be/?p=174</guid>
		<description><![CDATA[Het formaat van de datum aanpassen in thunderbird naar DD/MM/YYYY op een installatie van Ubuntu die in het engels is geïnstalleerd.]]></description>
			<content:encoded><![CDATA[<p>Sommigen verkiezen om hun OS in het engels te installeren zoals ikzelf. Bij de installatie van thunderbird heb je dan het probleem dat de data van de mails in het engelse formaat staan (MM/DD/YYYY HH:mm). Ik verkies liever het formaat waar eerst de dag komt en dan de maand en niet andersom. Vereiste is wel dat je thunderbird 2.0 of hoger gebruikt. Om dit probleempje op te lossen, gaan we als volgt te werk.<br />
<span id="more-174"></span><br />
Sluit thunderbird af.<br />
Open een terminal venster en voer de volgende commando&#8217;s uit:</p>
<blockquote><p><code>cd<br />
mkdir .thunderbird<br />
cd .thunderbird<br />
mkdir init.d<br />
cd init.d<br />
</code></p></blockquote>
<p>In deze directory init.d maken we een bestand aan genaamd S00Locale.sh. Dit doen we als volgt:</p>
<blockquote><p><code>gedit S00Locale.sh<br />
</code></p></blockquote>
<p>Er zal een leeg bestand worden geopend.<br />
In dit bestand plaatsen we volgende content:</p>
<p><strong>export LC_TIME=nl_BE.UTF-8</strong></p>
<p>Je mag nu het bestand sluiten en natuurlijk opslaan als dit gevraagd wordt.We moeten dit bestand natuurlijk uitvoerbaar maken, en dit doen we zo:</p>
<blockquote><p><code>sudo chmod +x S00Locale.sh</code></p></blockquote>
<p>Nu moeten we wel nog nakijken of de locale nl_BE aanwezig is op onze computer. Dit doen we door in de terminal het volgende commando in te typen:</p>
<blockquote><p><code>locale -a<br />
</code></p></blockquote>
<p>Wanneer <strong>nl_BE</strong> niet in de lijst voorkomt, voer je het volgende commando uit:</p>
<blockquote><p><code>sudo locale-gen nl_BE.UTF-8<br />
</code></p></blockquote>
<p>Als alles goed is verlopen, kan je nu thunderbird opstarten en staan de data van de mails in het gewenste formaat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntublog.be/archives/174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converteer de &#039;man&#039; pagina&#039;s naar tekstbestanden</title>
		<link>http://www.ubuntublog.be/archives/127</link>
		<comments>http://www.ubuntublog.be/archives/127#comments</comments>
		<pubDate>Mon, 23 Feb 2009 12:44:15 +0000</pubDate>
		<dc:creator>BlackGhost</dc:creator>
				<category><![CDATA[shell commands]]></category>
		<category><![CDATA[varia]]></category>

		<guid isPermaLink="false">http://howto.myshit.be/?p=127</guid>
		<description><![CDATA[Converteer de 'man' pagina's naar tekstbestanden]]></description>
			<content:encoded><![CDATA[<p>Grote &#8216;man pages&#8217; zijn soms moeilijk te doorzoeken. Daarom zou het interessant zijn als we de man pages zouden kunnen opslaan in een tekstbestand, welke we dan kunnen openen in een GUI editor.<br />
<span id="more-127"></span><br />
Om &#8216;man pages&#8217; te converteren naar een tekstbestand volstaat het het volgende commando in te geven in de shell:</p>
<p><code>man commando | col  -b &gt; eenbestand.txt</code></p>
<p>voorbeeld:</p>
<p><code>man ls | col -b &gt; ls.txt</code></p>
<p>Dit kan interessant zijn voor grotere man pages zoals de man page van tcsh die je dan kan bekijken in een GUI teksteditor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntublog.be/archives/127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
