<?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>ItHowTo.ro &#187; apt-get</title>
	<atom:link href="http://www.ithowto.ro/tag/apt-get/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blog about IT realated stuff by WSS</description>
	<lastBuildDate>Tue, 06 Jul 2010 16:35:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo: Completely Remove Debian Applications With apt-get</title>
		<link>http://www.ithowto.ro/2009/03/howto-completely-remove-debian-applications-with-apt-get/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-completely-remove-debian-applications-with-apt-get/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:04:52 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=63</guid>
		<description><![CDATA[I have a testing server on which i fool around and test things.
I had to completely remove postfix from my server to reinstall it using other settings. Here&#8217;s how i did it :
apt-get &#8211;purge remove postfix
This will completely whipe out postfix from your server along with it&#8217;s dependencies.
I&#8217;ve been looking over for this for a [...]]]></description>
			<content:encoded><![CDATA[<p>I have a testing server on which i fool around and test things.</p>
<p>I had to completely remove postfix from my server to reinstall it using other settings. Here&#8217;s how i did it :</p>
<p><strong>apt-get &#8211;purge remove postfix</strong></p>
<p>This will completely whipe out postfix from your server along with it&#8217;s dependencies.</p>
<p>I&#8217;ve been looking over for this for a long time. Hope it helps you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-completely-remove-debian-applications-with-apt-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Increase apt-get&#8217;s cache limit</title>
		<link>http://www.ithowto.ro/2008/10/howto-increase-apt-gets-cache-limit/</link>
		<comments>http://www.ithowto.ro/2008/10/howto-increase-apt-gets-cache-limit/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:33:12 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[cache limit]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=9</guid>
		<description><![CDATA[Dynamic MMap ran out of room 
getting the above error means that your apt cache is out of space. This is solved simply by editing
/etc/apt/apt.conf or /etc/apt/apt.conf.d/70debconf and adding the following line :
APT::Cache-Limit &#8220;10000000&#8243;; ( this is equal to 10m, set it to whatever you want or need )
That&#8217;s it but remember that by increasing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Dynamic MMap ran out of room </strong></p>
<p>getting the above error means that your apt cache is out of space. This is solved simply by editing</p>
<p><em>/etc/apt/apt.conf </em>or <em>/etc/apt/apt.conf.d/70debconf </em>and adding the following line :</p>
<p><strong><em>APT::Cache-Limit &#8220;10000000&#8243;;</em></strong> ( this is equal to 10m, set it to whatever you want or need )</p>
<p>That&#8217;s it but remember that by increasing the cache you might end up with a full drive so run:</p>
<p><em><strong>apt-get clean </strong></em></p>
<p>once in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2008/10/howto-increase-apt-gets-cache-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
