<?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</title>
	<atom:link href="http://linuxbloggers.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<lastBuildDate>Sun, 30 Aug 2009 00:38:50 +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>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>Computer ebooks FTP download Links</title>
		<link>http://linuxbloggers.org/computer-ebooks-ftp-download-links/</link>
		<comments>http://linuxbloggers.org/computer-ebooks-ftp-download-links/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 22:07:58 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Ebooks]]></category>

		<guid isPermaLink="false">http://linuxbloggers.org/?p=179</guid>
		<description><![CDATA[Some FTP links to download computer related ebooks. One may use:
wget -r URL
to download them all at once.
http://gog.gateit.net/books/
http://sodaphish.com/files/ebks/try2innovate.com/downloads/E-books/
http://orion.vratza.org/Books/Perl/?C=N%3BO=D
http://download.matus.in/doc/eBooks/
http://eduunix.ccut.edu.cn/index2/pdf/
http://www.dgi.gr/books/
http://www.superlinux.net/ebooks/
http://ftp.akaedu.org/mirror/202.96.64.144/books/
http://www.shizzilation.com/books/EBOOKS/Collection%20Of%20Various%20Computer%20Related%20Books/
http://ftp.akaedu.org/mirror/194.44.214.3/e-books/
http://files.hostingmania.rs/How-to/
http://slav0nic.org.ua/static/books/python/
http://www.echofoxx.com/doc/Oreillyhacks/
http://www.sinred.com/downloads/
http://books.osteching.com/
http://www.teroristi.org/books/
http://blacknite.eu/ebooks/
http://hide.osiris.com.br/ebooks/
]]></description>
		<wfw:commentRss>http://linuxbloggers.org/computer-ebooks-ftp-download-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving an output of PostgreSQL query to a text file</title>
		<link>http://linuxbloggers.org/saving-an-output-of-postgresql-query-to-a-text-file/</link>
		<comments>http://linuxbloggers.org/saving-an-output-of-postgresql-query-to-a-text-file/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 23:53:09 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://linuxbloggers.org/?p=177</guid>
		<description><![CDATA[In PostgreSQL database it is possible to save / export and results of a database query to a simple text file. By default  all query result are displayed on the screen. This default behavior can be overwritten by \o command:
postresql=> \o /path/to/your/text/file.txt
postresql=> postgresql query  ( here place your query )
postresql=> \o ( set [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/saving-an-output-of-postgresql-query-to-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
