<?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>LINUX ADMINISTRATION NOTES &#38; CODE SNIPPETS &#187; Fun and Linux</title>
	<atom:link href="http://linuxbloggers.org/category/fun-and-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<lastBuildDate>Sun, 28 Feb 2010 18:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>START and STOP rtorrent during peak and off-peak hour on thecus N2100</title>
		<link>http://linuxbloggers.org/start-and-stop-rtorrent-during-peak-and-off-peak-hour-on-thecus-n2100/</link>
		<comments>http://linuxbloggers.org/start-and-stop-rtorrent-during-peak-and-off-peak-hour-on-thecus-n2100/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 00:38:06 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Fun and Linux]]></category>
		<category><![CDATA[N2100]]></category>

		<guid isPermaLink="false">http://linuxbloggers.org/?p=181</guid>
		<description><![CDATA[I know that there is a syntax in a rtorrent config file to schedule throttle for uploads and download for rtorrent. However, no matter how hard I tried I did not work for my N2100 NAS device. The only value in regards to throttle uploads and downloads  I can control is a global download_rate [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/start-and-stop-rtorrent-during-peak-and-off-peak-hour-on-thecus-n2100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connvert audio ogg files to mp3</title>
		<link>http://linuxbloggers.org/connvert-audion-ogg-files-to-mp3/</link>
		<comments>http://linuxbloggers.org/connvert-audion-ogg-files-to-mp3/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 23:10:51 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Fun and Linux]]></category>

		<guid isPermaLink="false">http://linuxbloggers.org/?p=82</guid>
		<description><![CDATA[The simplest way how to convert a ogg to mp3 files is to us oggdec command:
for file in *.ogg;do oggdec -o - "$file"&#124;lame -h -V 4 --vbr-new - "$(basename "$file" .ogg).mp3";done
]]></description>
		<wfw:commentRss>http://linuxbloggers.org/connvert-audion-ogg-files-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google offers free Mysql database</title>
		<link>http://linuxbloggers.org/google-offers-free-mysql-database/</link>
		<comments>http://linuxbloggers.org/google-offers-free-mysql-database/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:27:28 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Fun and Linux]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://linuxconfig.wordpress.com/?p=115</guid>
		<description><![CDATA[Search engine is very powerful tool but not just for search but also for beginner hacking. Some mysqladmin web tools are indexed with google which make them available for search. By searching with keywords:

“phpMyAdmin” “running on” inurl:”main.php” site:com
“phpMyAdmin” “running on” inurl:”main.php” site:org
or
“phpMyAdmin” “running on” inurl:”main.php” site:net
etc.
we can get a results for all google indexed mysqladmin. [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/google-offers-free-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
