<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.debuntu.org">
<channel>
 <title>Debian/Ubuntu Tips &amp; Tricks - Debuntu.org: .deb packages, Unix/Linux Tutorials and Articles.</title>
 <link>http://www.debuntu.org</link>
 <description>Debuntu provides tutorials for Linux Administration. It is mainly focused on Debian based distributions, but how-tos should apply to other distributions with minor changes.</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/debuntu" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
 <title>How-To: encrypted partitions over LVM with LUKS</title>
 <link>http://www.debuntu.org/how-to-encrypted-partitions-over-lvm-with-luks</link>
 <description>&lt;p&gt;Even though new distros installers tend to support filesystem encryption out of the box, most of the time, it might be interesting to actually understand how it works, mainly when it happens that your system fails to boot :).&lt;/p&gt;
&lt;p&gt;Most literature found on the Internet tend to cover how to set up LVM over a partition encrypted with &lt;strong&gt;LUKS&lt;/strong&gt;, this tutorial takes another approach and will explain how to create LUKS encrypted partitions over LVM. The reason for this.... I wanted to have unencrypted partitions :D.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-encrypted-partitions-over-lvm-with-luks"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-encrypted-partitions-over-lvm-with-luks#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 12 Jul 2008 20:41:09 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">247 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Terminator 0.9 is out</title>
 <link>http://www.debuntu.org/terminator-0.9-out</link>
 <description>&lt;p&gt;In introduced &lt;strong&gt;terminator&lt;/strong&gt; in a previous article as &lt;a href="http://www.debuntu.org/terminator-a-multi-view-terminal" title="Terminator a multi-view terminal"&gt;multi-view terminal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Since then, &lt;strong&gt;terminator&lt;/strong&gt; as quite evolved, with plenty of new features that were highlighted in &lt;a href="http://www.debuntu.org/terminator-0.9-beta-1" title="Terminator 0.9 beta 1"&gt;Terminator 0.9 beta 1&lt;/a&gt; post.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/terminator-0.9-out"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/terminator-0.9-out#comments</comments>
 <category domain="http://www.debuntu.org/category/deb-packages">.deb packages</category>
 <pubDate>Tue, 08 Jul 2008 17:36:28 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">246 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Remote syslog logging on Debian and Ubuntu</title>
 <link>http://www.debuntu.org/how-to-remote-syslog-logging-debian-and-ubuntu</link>
 <description>&lt;p&gt;&lt;strong&gt;syslogd&lt;/strong&gt; is the Linux system logging utility that take care of filling up your files in /var/log when it is asked to.&lt;/p&gt;
&lt;p&gt;On a standard system, logging is only done on the local drive. But syslog can be configured to receive logging from a remote client, or to send logging to a remote syslog server.&lt;/p&gt;
&lt;p&gt;Some of the use cases could be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A machine which filesystem goes read-only&lt;/li&gt;
&lt;li&gt;Log replication&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;this tutorial will explain how to set up both the server, to receive message from a remote client, and the client to emit messages to a syslogd server.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-remote-syslog-logging-debian-and-ubuntu"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-remote-syslog-logging-debian-and-ubuntu#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Tue, 01 Jul 2008 00:49:13 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">243 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Set up a LAN gateway with DHCP, Dynamic DNS and iptables on Debian Etch</title>
 <link>http://www.debuntu.org/how-to-set-a-lan-gateway-with-dhcp-dynamic-dns-and-iptables-debian-etch</link>
 <description>&lt;p&gt;&lt;strong&gt;Linux&lt;/strong&gt; is a perfect platform to act as a router/gateway.&lt;/p&gt;
&lt;p&gt;In this tutorial, I will explain how to set up a Linux box to operate as a network router. The box will provide the following services:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DHCP server to provide the ip addresses to the machines in the LAN&lt;/li&gt;
&lt;li&gt;DNS server to resolve domain names&lt;/li&gt;
&lt;li&gt;Gateway with IP tables to give access to the Internet.&lt;/li&gt;
&lt;li&gt;Firewall with IP tables.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The resulting machine will have quite a small footprint: about 600M, and except if your network is intensively used, a low spec computer can be recycled to do the job.&lt;/p&gt;
&lt;p&gt;As the machine is going to operate as a router/firewall&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-set-a-lan-gateway-with-dhcp-dynamic-dns-and-iptables-debian-etch"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-set-a-lan-gateway-with-dhcp-dynamic-dns-and-iptables-debian-etch#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/networking">Networking</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sun, 29 Jun 2008 02:58:46 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">239 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: copy files over the network and preserve file permissions and informations with ssh and rsync</title>
 <link>http://www.debuntu.org/how-to-copy-files-over-network-and-preserve-file-permissions-and-informations-with-ssh-and-rsync</link>
 <description>&lt;p&gt;When copying files over the network, the files informations can be modified.&lt;/p&gt;
&lt;p&gt;When using &lt;strong&gt;cp&lt;/strong&gt;, one can avoid this issue by using the &lt;strong&gt;-a&lt;/strong&gt; which will do the copy in &lt;em&gt;archive&lt;/em&gt; mode, meaning that it will keep the links, preserve mode, ownership and timestamps and the copy is recursive.&lt;/p&gt;
&lt;p&gt;the solution to this over the network is &lt;strong&gt;rsync&lt;/strong&gt; alongside with &lt;strong&gt;ssh&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-copy-files-over-network-and-preserve-file-permissions-and-informations-with-ssh-and-rsync"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-copy-files-over-network-and-preserve-file-permissions-and-informations-with-ssh-and-rsync#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto/networking">Networking</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Fri, 20 Jun 2008 19:14:01 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">238 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Intel Wireless 4965 AGN with Ad-Hoc network + WEP</title>
 <link>http://www.debuntu.org/how-to-intel-wireless-4965-agn-with-ad-hoc-network-wep</link>
 <description>&lt;p&gt;The Intel wireless card 4965 AGN does not work properly on ad-hoc networks since hardy and kernel 2.6.24 or around, &lt;strong&gt;network-manager&lt;/strong&gt; can't get it to use the mode ad-hoc and a standard configuration like:
&lt;/p&gt;
&lt;p&gt;
$ sudo iwconfig wlan0 essid myessid mode ad-hoc channel X key s:mykey13charss&lt;br /&gt;
$ sudo dhclient wlan0
&lt;/p&gt;
&lt;p&gt;will fail to get an ip except a long battle at dhclient'ing around.&lt;/p&gt;
&lt;p&gt;I managed to get a process to get things working faster.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-intel-wireless-4965-agn-with-ad-hoc-network-wep"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-intel-wireless-4965-agn-with-ad-hoc-network-wep#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/networking">Networking</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <enclosure url="http://www.debuntu.org/files/iwl-4965.py.txt" length="1134" type="text/plain" />
 <pubDate>Fri, 20 Jun 2008 03:21:06 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">237 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Terminator 0.9 beta 1</title>
 <link>http://www.debuntu.org/terminator-0.9-beta-1</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://launchpad.net/terminator" title="Terminator,  Multiple GNOME terminals in one window" target="_"&gt;Terminator 0.9&lt;/a&gt;&lt;/strong&gt;, an application that allow you to have multiple terminal within the same window, is getting close to be released. FeatureFreeze has been started since a couple of weeks.&lt;/p&gt;
&lt;p&gt;The bugs opened against &lt;a href="https://bugs.launchpad.net/terminator/+milestone/0.9" title="Terminator milestone 0.9" target="_"&gt;terminator milestone 0.9&lt;/a&gt; are being closed.&lt;/p&gt;
&lt;p&gt;A big bunch of new features and enhancements come shipped with this new release.&lt;/p&gt;
&lt;p&gt;A package is available from &lt;a href="https://edge.launchpad.net/~gnome-terminator/+archive" title="launchpad ppa" target="_"&gt;Launchpad PPA&lt;/a&gt;. You can grab the .deb there. Feedback to &lt;a href="https://bugs.launchpad.net/terminator/" title="Terminator bug tracker on launchpad" target="_"&gt;terminator bug tracker on launchpad&lt;/a&gt; are welcome.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/terminator-0.9-beta-1"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/terminator-0.9-beta-1#comments</comments>
 <category domain="http://www.debuntu.org/category/deb-packages">.deb packages</category>
 <category domain="http://www.debuntu.org/category/news">News</category>
 <category domain="http://www.debuntu.org/category/news/softwares">Softwares</category>
 <pubDate>Wed, 18 Jun 2008 02:36:41 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">236 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Transmission 1.22 .deb for Ubuntu 8.04 Hardy Heron</title>
 <link>http://www.debuntu.org/transmission-1.22-.deb-ubuntu-8.04-hardy-heron</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.transmissionbt.com/" title="Transmission, Lightweight. open source. Free" target="_"&gt;transmission&lt;/a&gt;&lt;/strong&gt;, a lightweight bittorrent client version 1.22 was released on the 14th of June 2008.&lt;/p&gt;
&lt;p&gt;A .deb package is available for Ubuntu Hardy i386 and amd64 from the &lt;a href="http://repository.debuntu.org" title="debuntu .deb repository"&gt;debuntu repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/transmission-1.22-.deb-ubuntu-8.04-hardy-heron"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/transmission-1.22-.deb-ubuntu-8.04-hardy-heron#comments</comments>
 <category domain="http://www.debuntu.org/category/news">News</category>
 <category domain="http://www.debuntu.org/category/news/softwares">Softwares</category>
 <pubDate>Wed, 18 Jun 2008 00:12:21 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">234 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Transmission 1.21 for Ubuntu 8.04 Hardy Heron</title>
 <link>http://www.debuntu.org/transmission-1.21-for-ubuntu-hardy-heron</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.transmissionbt.com/" title="Transmission BitTorrent Client" target="_"&gt;transmission&lt;/a&gt; 1.21&lt;/strong&gt; is out.&lt;/p&gt;
&lt;p&gt;Transmission is a fast, easy, and free multi-platform BitTorrent client with a focus on being lightweight yet feature-filled.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/transmission-1.21-for-ubuntu-hardy-heron"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/transmission-1.21-for-ubuntu-hardy-heron#comments</comments>
 <category domain="http://www.debuntu.org/category/deb-packages">.deb packages</category>
 <pubDate>Mon, 26 May 2008 02:21:22 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">232 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Subtitleeditor 0.21.1 for Ubuntu Hardy Heron</title>
 <link>http://www.debuntu.org/subtitleeditor-0.21.1-for-ubuntu-hardy-heron</link>
 <description>&lt;p&gt;Subtitled movie lovers, here it comes, &lt;strong&gt;&lt;a href="http://home.gna.org/subtitleeditor/" title="SubtitleEditor" target="_"&gt;subtitleeditor&lt;/a&gt; 0.21.1&lt;/strong&gt; is out.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/subtitleeditor-0.21.1-for-ubuntu-hardy-heron"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/subtitleeditor-0.21.1-for-ubuntu-hardy-heron#comments</comments>
 <category domain="http://www.debuntu.org/category/deb-packages">.deb packages</category>
 <pubDate>Sat, 24 May 2008 00:30:08 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">231 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To set up a serial console client</title>
 <link>http://www.debuntu.org/how-to-set-up-a-serial-console-client</link>
 <description>&lt;p&gt;In the 2 previous articles, I explained how to set up a serial console on Ubuntu and Debian.&lt;/p&gt;
&lt;p&gt;This tutorial will now show how to connect to those serial console using another machine using a software called &lt;strong&gt;minicom&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-set-up-a-serial-console-client"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-set-up-a-serial-console-client#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 03 May 2008 16:46:27 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">230 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To set up a serial console on Debian</title>
 <link>http://www.debuntu.org/how-to-set-up-a-serial-console-on-debian</link>
 <description>&lt;p&gt;This tutorial will go over the steps to go through in order to set up a &lt;strong&gt;serial console&lt;/strong&gt; on Debian Linux.&lt;/p&gt;
&lt;p&gt;Debian uses &lt;strong&gt;sysvinit&lt;/strong&gt; to handle the booting process, amongst the different task, and as such, there is a few differences between most of the tutorial that you might find on the internet regarding how to set up a serial console.&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;Serial Console&lt;/strong&gt; becomes handy when running a headless server (i.e no keyboard and screen) or if you cannot connect a a server because of a network issue.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-set-up-a-serial-console-on-debian"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-set-up-a-serial-console-on-debian#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 03 May 2008 16:26:15 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">229 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To set up a serial console on Ubuntu</title>
 <link>http://www.debuntu.org/how-to-set-up-a-serial-console-on-ubuntu</link>
 <description>&lt;p&gt;This tutorial will go over the steps to go through in order to set up a &lt;strong&gt;serial console&lt;/strong&gt; on Ubuntu Linux.&lt;/p&gt;
&lt;p&gt;Unlike most other distros, Ubuntu uses &lt;strong&gt;upstart&lt;/strong&gt; instead of &lt;strong&gt;sysvinit&lt;/strong&gt; and as such, there is a few differences between most of the tutorial that you might find on the internet regarding how to set up a serial console.&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;Serial Console&lt;/strong&gt; becomes handy when running a headless server (i.e no keyboard and screen) or if you cannot connect a a server because of a network issue.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-set-up-a-serial-console-on-ubuntu"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-set-up-a-serial-console-on-ubuntu#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 03 May 2008 15:10:15 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">228 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Import/Export GPG key pair</title>
 <link>http://www.debuntu.org/how-to-import-export-gpg-key-pair</link>
 <description>&lt;p&gt;This tutorial will show how you can export and import a set of GPG keys from one computer to another.&lt;br /&gt;
This way, you can sign/encrypt the same way one different computer.
&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-import-export-gpg-key-pair"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-import-export-gpg-key-pair#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/softwares">Softwares</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Tue, 15 Apr 2008 13:01:34 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">227 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Customizing SSH client</title>
 <link>http://www.debuntu.org/how-to-customize-ssh-client</link>
 <description>&lt;p&gt;
&lt;strong&gt;SSH&lt;/strong&gt; is great. There is so many thing you can do with it other than just a remote secure shell like X forwarding, port forwarding, authenticate using a private/public key, compress the transmitted stream....
&lt;/p&gt;
&lt;p&gt;
If you have different account that you use on an every day basis, it becomes quickly cumbersome to type those lengthly command lines.
&lt;/p&gt;
&lt;p&gt;One could work around this by using aliases, the right way would be to use &lt;em&gt;~/.ssh/config&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
This tutorial will show some customization examples that should cover most ssh use cases.
&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-customize-ssh-client"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-customize-ssh-client#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 12 Apr 2008 16:15:50 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">226 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How To: fixing Evolution after home directory changed (Failed to append to mbox)</title>
 <link>http://www.debuntu.org/how-to-fixing-evolution-after-home-directory-changed-failed-to-append-to-mbox</link>
 <description>&lt;p&gt;
Lately, I change my main user's username and homedir location. As a result, some application like &lt;strong&gt;evolution&lt;/strong&gt; were kindda broken.
&lt;/p&gt;
&lt;p&gt;This tutorial will explain how to change some of evolution settings manually in order to fix any issues left from the name change.
&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-fixing-evolution-after-home-directory-changed-failed-to-append-to-mbox"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-fixing-evolution-after-home-directory-changed-failed-to-append-to-mbox#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/softwares">Softwares</category>
 <pubDate>Sun, 16 Mar 2008 16:53:39 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">225 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How To: booting another Grub from Grub</title>
 <link>http://www.debuntu.org/how-to-booting-another-grub-from-grub</link>
 <description>&lt;p&gt;
&lt;strong&gt;Chainloading&lt;/strong&gt; an operating system allows &lt;strong&gt;grub&lt;/strong&gt; to boot an opearating system's boot loader. This is commonly used to boot Windows for instance.
&lt;/p&gt;
&lt;p&gt;
I personnaly use it to be able to have my "production" system's grub on the MBR, and address other distros'grub install on their root partition. The advantage is that kernel updates are real easy to handle. Each testing distro modifying their own grub won't interfere with my main OS bootloader.
&lt;/p&gt;
&lt;p&gt;
This tutorial will explain how to configure grub's menu.lst from the main OS to boot other OSes bootloader through an example.
&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-booting-another-grub-from-grub"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-booting-another-grub-from-grub#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/general">General</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 15 Mar 2008 22:04:13 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">224 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Terminator: A multi-view terminal</title>
 <link>http://www.debuntu.org/terminator-a-multi-view-terminal</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://launchpad.net/terminator/" title="Terminator" target="_"&gt;Terminator&lt;/a&gt;&lt;/strong&gt; gives the possibility of having multiples terminal within the same window.&lt;/p&gt;
&lt;p&gt;As such, it makes it easier to handle multiple terminal sessions as for instance, working in one console and monitoring another one without constantly switching from a window to another.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/terminator-a-multi-view-terminal"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/terminator-a-multi-view-terminal#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/news">News</category>
 <category domain="http://www.debuntu.org/category/howto/softwares">Softwares</category>
 <category domain="http://www.debuntu.org/category/news/softwares">Softwares</category>
 <pubDate>Sat, 23 Feb 2008 16:46:30 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">222 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Linux Test Drive now taking beta users</title>
 <link>http://www.debuntu.org/linux-test-drive-now-taking-beta-users</link>
 <description>&lt;p&gt;After a number of years in development Linux Test Drive is becoming a reality, from the page:&lt;/p&gt;
&lt;p&gt;LTD is a project that has been in development for the last three years. LTD allows the user to determine which distribution best fits their needs utilizing the Linux Distribution Chooser, and then once that is determined, give the user the ability to "test drive" that distribution directly over the Internet, without the need to download. We are currently taking pre-beta registrations for the LTD system.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/linux-test-drive-now-taking-beta-users"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/linux-test-drive-now-taking-beta-users#comments</comments>
 <category domain="http://www.debuntu.org/category/general">General</category>
 <category domain="http://www.debuntu.org/category/news">News</category>
 <category domain="http://www.debuntu.org/category/web-internet">Web &amp;amp; Internet</category>
 <pubDate>Thu, 14 Feb 2008 02:56:21 +0100</pubDate>
 <dc:creator>gacott</dc:creator>
 <guid isPermaLink="false">220 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: email notification upon available package updates with cron-apt</title>
 <link>http://www.debuntu.org/how-to-email-notification-upon-available-package-updates-with-cron-apt</link>
 <description>&lt;p&gt;&lt;strong&gt;cron-apt&lt;/strong&gt; is a tool run by a cron job at regular interval that will check for package updates and optionally do some actions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;cron-apt&lt;/strong&gt; will by default download the packages without installing them.&lt;/p&gt;
&lt;p&gt;This tutorial will explain how to set up &lt;strong&gt;cron-apt&lt;/strong&gt; in order to have it send an email to a specified address when updates are ready to be installed.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-email-notification-upon-available-package-updates-with-cron-apt"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-email-notification-upon-available-package-updates-with-cron-apt#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 02 Feb 2008 17:48:02 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">219 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: getting VMware-server 2.0 beta MUI Remote Console to work with Firefox</title>
 <link>http://www.debuntu.org/how-to-getting-vmware-server-2.0-beta-mui-remote-console-to-work-with-Firefox</link>
 <description>&lt;p&gt;Lately, I have been trying &lt;strong&gt;vmware-server 2.0 beta&lt;/strong&gt; build 63231. It worked pretty well, but for the fact that the &lt;strong&gt;Remote Console&lt;/strong&gt; to the VM was not working through the MUI.&lt;/p&gt;
&lt;p&gt;This article will describe the step to take in order to get it working.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-getting-vmware-server-2.0-beta-mui-remote-console-to-work-with-Firefox"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-getting-vmware-server-2.0-beta-mui-remote-console-to-work-with-Firefox#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/softwares">Softwares</category>
 <category domain="http://www.debuntu.org/category/howto/virtualization">Virtualization</category>
 <pubDate>Mon, 31 Dec 2007 19:31:10 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">218 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Customize your Ubuntu Live CD</title>
 <link>http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd</link>
 <description>&lt;p&gt;Live CD are great, they let you try out a distribution without installing it. They allow you to run your favorite distribution on any computer and on the top of this, they become handy to recover a system.&lt;/p&gt;
&lt;p&gt;Ubuntu live CD is already packed up with some pretty nifty software that allow you to do pretty much everything with the Live CD, but still, they might be some software you don't need that are include with it or, some software you need might be missing.&lt;/p&gt;
&lt;p&gt;Another Pro for this is that by customizing your image, you will be able to install &lt;/p&gt;
&lt;p&gt;This tutorial will show the steps to follow in order to customize an Ubuntu Live CD to your need by removing some component and adding some others.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/softwares">Softwares</category>
 <pubDate>Sat, 22 Dec 2007 18:58:00 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">216 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: vmware-tools hgfs module on Ubuntu Gutsy Gibbon (7.10)</title>
 <link>http://www.debuntu.org/how-to-vmware-tools-hgfs-module-on-ubuntu-gutsy-gibbon-7.10</link>
 <description>&lt;p&gt;At the moment, the vmware-tools provided with workstation 6.0.2 do not compile under Ubuntu Gutsy 7.10.&lt;br /&gt;
Only one module fails: &lt;strong&gt;vmhgfs&lt;/strong&gt;. This module allow one to share a folder on the host with the guest.&lt;/p&gt;
&lt;p&gt;This tutorial will show the few changes required in order to be able to compile this module, and therefore ease file sharing between the host and the guest.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-vmware-tools-hgfs-module-on-ubuntu-gutsy-gibbon-7.10"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-vmware-tools-hgfs-module-on-ubuntu-gutsy-gibbon-7.10#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/virtualization">Virtualization</category>
 <pubDate>Mon, 03 Dec 2007 14:27:49 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">214 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Find files on your computer with find</title>
 <link>http://www.debuntu.org/how-to-find-files-on-your-computer-with-find</link>
 <description>&lt;p&gt;A standard Linux system has an incredible amount of files installed. Looking for a file location can be a painful task to do though a file browser.&lt;/p&gt;
&lt;p&gt;Fortunately, there is a nifty command line available by default on any Linux distribution: &lt;strong&gt;find&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;find&lt;/strong&gt; can virtually find anything on your computer and comes with a lot of options. This tutorial will introduce a basic use of it and show how you can search your filesystem for file names matching a name pattern.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-find-files-on-your-computer-with-find"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-find-files-on-your-computer-with-find#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sat, 17 Nov 2007 16:58:51 +0100</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">212 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Find missing packages with apt-file</title>
 <link>http://www.debuntu.org/how-to-find-missing-packages-with-apt-file</link>
 <description>&lt;p&gt;&lt;strong&gt;apt-file&lt;/strong&gt; is a command line tool for searching packages in Debian/Ubuntu repositories.&lt;br /&gt;
Unlike apt-cache search, &lt;strong&gt;apt-file&lt;/strong&gt; can find files in uninstalled or can list the content of uninstalled packages.&lt;/p&gt;
&lt;p&gt;This tutorial will show how to install apt-file, update and search or list packages and files.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-find-missing-packages-with-apt-file"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-find-missing-packages-with-apt-file#comments</comments>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/softwares">Softwares</category>
 <pubDate>Sun, 14 Oct 2007 18:00:53 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">211 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-to Create a Filesystem within another partition's file</title>
 <link>http://www.debuntu.org/how-to-create-a-filesystem-within-another-partition-s-file</link>
 <description>&lt;p&gt;Filesystems are usually created on a partition. When all your hard drive is already partitioned, creating a new partition can become a pain and creating a new filesystem within another filesystem file can save you a lot of hassles.&lt;/p&gt;
&lt;p&gt;This tutorial will show the few steps required to have a new filesystem layout set within another filesystem.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-create-a-filesystem-within-another-partition-s-file"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-create-a-filesystem-within-another-partition-s-file#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Sun, 23 Sep 2007 13:47:46 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">209 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Pidgin 2.2.0 .deb released for Ubuntu Feisty</title>
 <link>http://www.debuntu.org/pidgin-2.2.0-.deb-released-for-ubuntu-feisty</link>
 <description>&lt;p&gt;&lt;strong&gt;pidgin 2.2.0&lt;/strong&gt; has made its way out, this release incorporate improvements from Google Summer of Code 2007 and bug fixes.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/pidgin-2.2.0-.deb-released-for-ubuntu-feisty"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/pidgin-2.2.0-.deb-released-for-ubuntu-feisty#comments</comments>
 <category domain="http://www.debuntu.org/category/deb-packages">.deb packages</category>
 <category domain="http://www.debuntu.org/category/news">News</category>
 <category domain="http://www.debuntu.org/category/news/softwares">Softwares</category>
 <pubDate>Sat, 15 Sep 2007 17:51:11 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">208 at http://www.debuntu.org</guid>
</item>
<item>
 <title>Pidgin 2.1.1 .deb released for Ubuntu Feisty</title>
 <link>http://www.debuntu.org/pidgin-2.1.1-.deb-released-for-ubuntu-feisty</link>
 <description>&lt;p&gt;The &lt;strong&gt;pidgin team&lt;/strong&gt; has just released &lt;strong&gt;pidgin 2.1.1&lt;/strong&gt;.&lt;br /&gt;
People using Ubuntu Feisty Fawn can install it from &lt;a href="http://repository.debuntu.org" title="Debuntu .deb repository"&gt;Debuntu .deb repository&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/pidgin-2.1.1-.deb-released-for-ubuntu-feisty"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/pidgin-2.1.1-.deb-released-for-ubuntu-feisty#comments</comments>
 <category domain="http://www.debuntu.org/category/deb-packages">.deb packages</category>
 <pubDate>Tue, 21 Aug 2007 23:33:03 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">207 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: create a self-signed certificate</title>
 <link>http://www.debuntu.org/how-to-create-a-self-signed-certificate</link>
 <description>&lt;p&gt;This tutorial will explain how to create a self-signed certificate that you will be able to use with apache in order to provide ssl support.&lt;/p&gt;
&lt;p&gt;A self signed certificate won't provide as much security guarantees than a CA-signed certificate, but at least you will be able to use encrypted connection to your server.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-create-a-self-signed-certificate"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-create-a-self-signed-certificate#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/system">System</category>
 <pubDate>Mon, 20 Aug 2007 23:18:56 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">206 at http://www.debuntu.org</guid>
</item>
<item>
 <title>How-To: Connect to a Cisco VPN with vpnc</title>
 <link>http://www.debuntu.org/how-to-connect-to-a-cisco-vpn-using-vpnc</link>
 <description>&lt;p&gt;This tutorial will show how-to connect to a &lt;strong&gt;Cisco VPN Concentrator&lt;/strong&gt; using &lt;strong&gt;vpnc&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;vpnc&lt;/strong&gt; is a VPN client compatible with &lt;strong&gt;cisco3000 VPN Concentrator&lt;/strong&gt; which runs in userspace and uses the &lt;strong&gt;tun&lt;/strong&gt; kernel module.&lt;/p&gt;
&lt;p&gt;&lt;br class="clear" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.debuntu.org/how-to-connect-to-a-cisco-vpn-using-vpnc"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.debuntu.org/how-to-connect-to-a-cisco-vpn-using-vpnc#comments</comments>
 <category domain="http://www.debuntu.org/category/howto/administration">Administration</category>
 <category domain="http://www.debuntu.org/category/howto">HowTo</category>
 <category domain="http://www.debuntu.org/category/howto/networking">Networking</category>
 <enclosure url="http://www.debuntu.org/files/cisco-decrypt.c" length="3536" type="text/x-csrc" />
 <pubDate>Sat, 11 Aug 2007 16:29:53 +0200</pubDate>
 <dc:creator>chantra</dc:creator>
 <guid isPermaLink="false">205 at http://www.debuntu.org</guid>
</item>
</channel>
</rss>
