<?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; debian</title>
	<atom:link href="http://www.ithowto.ro/tag/debian/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: Install guest additions for VirtualBox on Debian Lenny 5.0</title>
		<link>http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:25:34 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[virtualBox]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=75</guid>
		<description><![CDATA[I have the following setup. The Host machine is running Windows Vista 64 with VirtualBox.
I&#8217;ve installed Debian Lenny 5.0 from a NetCD and now i want to install the guest additions modules. The guest additions are very useful because they have a lot of usability features like: copy-ing/pasting from the guest system to the host [...]]]></description>
			<content:encoded><![CDATA[<p>I have the following setup. The Host machine is running Windows Vista 64 with VirtualBox.</p>
<p>I&#8217;ve installed Debian Lenny 5.0 from a NetCD and now i want to install the guest additions modules. The guest additions are very useful because they have a lot of usability features like: copy-ing/pasting from the guest system to the host sistem, you can fly the mouse pointer in and out of the guest system and so on.</p>
<p>On the VirtualBox menu go to Devices and click Install Guest Additions. This will mount a virtual cd in your linux guest system. Go to your cd-rom ( which also has the guest additions for windows ) :</p>
<p><strong>cd /cdrom</strong> and run <strong>./VBoxLinuxAdditions-x86.run</strong>.</p>
<p>You might get an error about installing linux kernel headers and build packages. That can easily be solved by using apt-get :</p>
<p><strong>apt-get install build-essential linux-headers-`uname -r`</strong></p>
<p>the &#8216;uname -r&#8217; will autocomplete the kernel needed kernel version.</p>
<p>After this rerun the <strong>./VBoxLinuxAdditions-x86.run </strong>and it should all go well. Reboot the debian system and enjoy the magical guest additions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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: manually install .deb packages:</title>
		<link>http://www.ithowto.ro/2009/02/howto-manually-install-deb-packages/</link>
		<comments>http://www.ithowto.ro/2009/02/howto-manually-install-deb-packages/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:06:22 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=54</guid>
		<description><![CDATA[This process only installs the downloaded .
deb package. If the package has dependencies, you may need to install them as well.
First, download your .
deb package via wget or whichever method you prefer. Then on the terminal type dpkg -i packagename.
deb  (replacing packagename with the name of the package).
That&#8217;s it  
]]></description>
			<content:encoded><![CDATA[<p><span>This process only installs the downloaded .<span class="IL_SPAN"></p>
<input name="IL_MARKER" type="hidden" />deb</span> package. If the package has dependencies, you may need to install them as well.</span></p>
<p>First, download your <strong><span>.<span class="IL_SPAN"></p>
<input name="IL_MARKER" type="hidden" />deb</span></span></strong> package via wget or whichever method you prefer. Then on the terminal type <strong><span>dpkg -i packagename.<span class="IL_SPAN"><br />
<input name="IL_MARKER" type="hidden" />deb </span></span></strong> (replacing packagename with the name of the package).</p>
<p>That&#8217;s it <img src='http://www.ithowto.ro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/02/howto-manually-install-deb-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo : install the mail command under Debian</title>
		<link>http://www.ithowto.ro/2008/11/howto-install-the-mail-command-under-debian/</link>
		<comments>http://www.ithowto.ro/2008/11/howto-install-the-mail-command-under-debian/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 13:45:37 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=12</guid>
		<description><![CDATA[The mail command under Debian distros is a part of the mailutils package.
Simply use :
apt-get install mailutils
and you&#8217;re  done !
]]></description>
			<content:encoded><![CDATA[<p>The mail command under Debian distros is a part of the <strong>mailutils</strong> package.</p>
<p>Simply use :</p>
<p><em><strong>apt-get install mailutils</strong></em></p>
<p>and you&#8217;re  done !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2008/11/howto-install-the-mail-command-under-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
