<?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>ten.ynottony.net &#187; linux</title>
	<atom:link href="http://ten.ynottony.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ten.ynottony.net</link>
	<description>He's at it again...</description>
	<lastBuildDate>Sat, 05 Feb 2011 11:21:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Speeding up Liferea</title>
		<link>http://ten.ynottony.net/2009/08/speeding-up-liferea/</link>
		<comments>http://ten.ynottony.net/2009/08/speeding-up-liferea/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:46:38 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[liferea]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=92</guid>
		<description><![CDATA[Liferea was taking a couple of minutes to open for me, so I thought I&#8217;d look for a solution to that. I have >100 feeds, but I&#8217;m not about to cut the amount down (not addicted, honest). Liferea stores a &#8230; <a href="http://ten.ynottony.net/2009/08/speeding-up-liferea/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Liferea was taking a couple of minutes to open for me, so I thought I&#8217;d look for a solution to that.  I have >100 feeds, but I&#8217;m not about to cut the amount down (not addicted, honest).</p>
<p>Liferea stores a lot of information in an sqlite database.  If sqlite databases aren&#8217;t vacuumed every now and then, they bloat and slow down.  </p>
<p>Most people know about speeding up Firefox by <a href="http://www.gettingclever.com/2008/06/vacuum-your-firefox-3.html">vacuuming the sqlite databases</a> every now and then.  Well, the same can be done with <a href="http://liferea.sourceforge.net/">Liferea</a>.<br />
Close Liferea and paste the following in a bash terminal. </p>
<p><code>sqlite3 ~/.liferea_1.4/liferea.db "VACUUM;"</code></p>
<p>Open up Liferea and you should notice it load much faster.  Unless of course, it was fast to begin with.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2009/08/speeding-up-liferea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handy Hints: Emptying log files</title>
		<link>http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/</link>
		<comments>http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:59:46 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[sys-admin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[log]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=80</guid>
		<description><![CDATA[When emptying log files, don&#8217;t just rm log_file.log as the disk space won&#8217;t be freed until the application that is logging is restarted. It is better to use &#62; log_file.log as that will allow the file system to free the &#8230; <a href="http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When emptying log files, don&#8217;t just <code>rm log_file.log</code> as the disk space won&#8217;t be freed until the application that is logging is restarted.</p>
<p>It is better to use <code>&gt; log_file.log</code> as that will allow the file system to free the space that is used by the open file.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2009/04/handy-hints-emptying-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy Hints: What is using up my disk space?</title>
		<link>http://ten.ynottony.net/2009/04/handy-hints-what-is-using-up-my-disk-space/</link>
		<comments>http://ten.ynottony.net/2009/04/handy-hints-what-is-using-up-my-disk-space/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 12:59:36 +0000</pubDate>
		<dc:creator>Anthony Batchelor</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[sys-admin]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=74</guid>
		<description><![CDATA[Here are some commands I use to find out what is eating all of my disk space on a remote server: df -h Shows how much disk space is available. The -h means that you get G for gigabytes, M &#8230; <a href="http://ten.ynottony.net/2009/04/handy-hints-what-is-using-up-my-disk-space/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are some commands I use to find out what is eating all of my disk space on a remote server:</p>
<p><code> df -h </code> Shows how much disk space is available. The -h means that you get G for gigabytes, M for megabytes etc.</p>
<p><code> sudo du -k / | sort -n </code> Shows which directories are biggest (starting at the root directory /).  The biggest ones will be printed at the bottom of the list.  The sudo allows du to check directories that your user doesn&#8217;t have permission for.  To check your home directory only use <code> du -k ~ | sort -n </code></p>
<p><code> du -ka | sort -n </code> Shows the size of all the files and sub-directories of the current directory.  The biggest ones at the bottom of the list.</p>
<p><code> watch 'du -ka | sort -nr' </code> Shows the size of all the files and sub-directories of the current directory.  The biggest ones at the top of the list.  The list is updated every 2 seconds.  This is useful for watching disk usage in a particular directory, such as an upload directory on a  web server.</p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2009/04/handy-hints-what-is-using-up-my-disk-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

