<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0'
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <!-- This XML Feed shows details for the page Debian/Ubuntu Tips &amp; Tricks -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Debian/Ubuntu Tips &amp; Tricks</title>
        <description></description>
                <category>Debian</category>
        <category>Ubuntu</category>

        <pubDate>Mon, 11 Dec 2006 10:52:43 -0800</pubDate>
        <lastBuildDate>Mon, 11 Dec 2006 10:52:43 -0800</lastBuildDate>
            
        <item>
            <title>How-To: encrypted partitions over LVM with LUKS</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+encrypted+partitions+over+LVM+with+LUKS/b93vh</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-encrypted-partitions-over-lvm-with-luks&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 12 Jul 2008 13:49:48 -0700</pubDate>
        </item>
            
        <item>
            <title>Terminator 0.9 is out</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Terminator+0.9+is+out/b9lbu</link>
            <description>&lt;p&gt;In introduced &lt;strong&gt;terminator&lt;/strong&gt; in a previous article as &lt;a href=&quot;http://www.debuntu.org/terminator-a-multi-view-terminal&quot; title=&quot;Terminator a multi-view terminal&quot;&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=&quot;http://www.debuntu.org/terminator-0.9-beta-1&quot; title=&quot;Terminator 0.9 beta 1&quot;&gt;Terminator 0.9 beta 1&lt;/a&gt; post.&lt;/p&gt;
&lt;p&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/terminator-0.9-out&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Tue, 08 Jul 2008 08:53:56 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To: Remote syslog logging on Debian and Ubuntu</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+Remote+syslog+logging+on+Debian+and+Ubuntu/b8s8z</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-remote-syslog-logging-debian-and-ubuntu&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Mon, 30 Jun 2008 16:47:30 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To: Set up a LAN gateway with DHCP, Dynamic DNS and iptables on Debian Etch</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+Set+up+a+LAN+gateway+with+DHCP%2C+Dynamic+DNS+and+iptables+on+Debian+Etch/b8ney</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-set-a-lan-gateway-with-dhcp-dynamic-dns-and-iptables-debian-etch&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 28 Jun 2008 18:04:28 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To: copy files over the network and preserve file permissions and informations with ssh and rsync</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+copy+files+over+the+network+and+preserve+file+permissions+and+informations+with+ssh+and+rsync/b7yb9</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-copy-files-over-network-and-preserve-file-permissions-and-informations-with-ssh-and-rsync&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Fri, 20 Jun 2008 11:02:00 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To: Intel Wireless 4965 AGN with Ad-Hoc network + WEP</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+Intel+Wireless+4965+AGN+with+Ad-Hoc+network+%2B+WEP/b7wfq</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&#039;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&#039;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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-intel-wireless-4965-agn-with-ad-hoc-network-wep&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 19 Jun 2008 19:20:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Terminator 0.9 beta 1</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Terminator+0.9+beta+1/b7p6o</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://launchpad.net/terminator&quot; title=&quot;Terminator,  Multiple GNOME terminals in one window&quot;&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=&quot;https://bugs.launchpad.net/terminator/+milestone/0.9&quot; title=&quot;Terminator milestone 0.9&quot;&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=&quot;https://edge.launchpad.net/~gnome-terminator/+archive&quot; title=&quot;launchpad ppa&quot;&gt;Launchpad PPA&lt;/a&gt;. You can grab the .deb there. Feedback to &lt;a href=&quot;https://bugs.launchpad.net/terminator/&quot; title=&quot;Terminator bug tracker on launchpad&quot;&gt;terminator bug tracker on launchpad&lt;/a&gt; are welcome.&lt;/p&gt;
&lt;p&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/terminator-0.9-beta-1&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Tue, 17 Jun 2008 18:19:06 -0700</pubDate>
        </item>
            
        <item>
            <title>Transmission 1.22 .deb for Ubuntu 8.04 Hardy Heron</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Transmission+1.22+.deb+for+Ubuntu+8.04+Hardy+Heron/b7p26</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.transmissionbt.com/&quot; title=&quot;Transmission, Lightweight. open source. Free&quot;&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=&quot;http://repository.debuntu.org&quot; title=&quot;debuntu .deb repository&quot;&gt;debuntu repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/transmission-1.22-.deb-ubuntu-8.04-hardy-heron&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Tue, 17 Jun 2008 15:19:54 -0700</pubDate>
        </item>
            
        <item>
            <title>Subtitleeditor 0.21.1 for Ubuntu Hardy Heron</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Subtitleeditor+0.21.1+for+Ubuntu+Hardy+Heron/b54n2</link>
            <description>&lt;p&gt;Subtitled movie lovers, here it comes, &lt;strong&gt;&lt;a href=&quot;http://home.gna.org/subtitleeditor/&quot; title=&quot;SubtitleEditor&quot;&gt;subtitleeditor&lt;/a&gt; 0.21.1&lt;/strong&gt; is out.&lt;/p&gt;
&lt;p&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/subtitleeditor-0.21.1-for-ubuntu-hardy-heron&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 29 May 2008 16:53:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Transmission 1.21 for Ubuntu 8.04 Hardy Heron</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Transmission+1.21+for+Ubuntu+8.04+Hardy+Heron/b54n1</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.transmissionbt.com/&quot; title=&quot;Transmission BitTorrent Client&quot;&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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/transmission-1.21-for-ubuntu-hardy-heron&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 29 May 2008 16:53:26 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To set up a serial console on Debian</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To+set+up+a+serial+console+on+Debian/b4tpv</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-set-up-a-serial-console-on-debian&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 03 May 2008 08:14:19 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To set up a serial console client</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To+set+up+a+serial+console+client/b4tpu</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-set-up-a-serial-console-client&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 03 May 2008 08:14:19 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To set up a serial console on Ubuntu</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To+set+up+a+serial+console+on+Ubuntu/b4tn4</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-set-up-a-serial-console-on-ubuntu&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 03 May 2008 06:15:57 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To: Import/Export GPG key pair</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+Import%2FExport+GPG+key+pair/b4a6l</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-import-export-gpg-key-pair&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Tue, 15 Apr 2008 12:22:31 -0700</pubDate>
        </item>
            
        <item>
            <title>How-To: Customizing SSH client</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+Customizing+SSH+client/b3737</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-customize-ssh-client&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 12 Apr 2008 07:56:39 -0700</pubDate>
        </item>
            
        <item>
            <title>How To: fixing Evolution after home directory changed (Failed to append to mbox)</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How+To%3A+fixing+Evolution+after+home+directory+changed+%28Failed+to+append+to+mbox%29/b3pk2</link>
            <description>&lt;p&gt;
Lately, I change my main user&#039;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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-fixing-evolution-after-home-directory-changed-failed-to-append-to-mbox&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sun, 16 Mar 2008 09:49:24 -0700</pubDate>
        </item>
            
        <item>
            <title>How To: booting another Grub from Grub</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How+To%3A+booting+another+Grub+from+Grub/b3ojp</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&#039;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 &quot;production&quot; system&#039;s grub on the MBR, and address other distros&#039;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&#039;t interfere with my main OS bootloader.
&lt;/p&gt;
&lt;p&gt;
This tutorial will explain how to configure grub&#039;s menu.lst from the main OS to boot other OSes bootloader through an example.
&lt;/p&gt;
&lt;p&gt;&lt;br class=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-booting-another-grub-from-grub&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 15 Mar 2008 14:49:35 -0700</pubDate>
        </item>
            
        <item>
            <title>Terminator: A multi-view terminal</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Terminator%3A+A+multi-view+terminal/b26x6</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://launchpad.net/terminator/&quot; title=&quot;Terminator&quot;&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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/terminator-a-multi-view-terminal&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 23 Feb 2008 08:46:10 -0800</pubDate>
        </item>
            
        <item>
            <title>Linux Test Drive now taking beta users</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/Linux+Test+Drive+now+taking+beta+users/b2wpx</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 &quot;test drive&quot; 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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/linux-test-drive-now-taking-beta-users&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Fri, 15 Feb 2008 08:44:37 -0800</pubDate>
        </item>
            
        <item>
            <title>How-To: email notification upon available package updates with cron-apt</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+email+notification+upon+available+package+updates+with+cron-apt/b166i</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-email-notification-upon-available-package-updates-with-cron-apt&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sat, 02 Feb 2008 08:59:41 -0800</pubDate>
        </item>
            
        <item>
            <title>How-To: getting VMware-server 2.0 beta MUI Remote Console to work with Firefox</title>
            <link>http://swik.net/Debian/Debian%2FUbuntu+Tips+%26+Tricks/How-To%3A+getting+VMware-server+2.0+beta+MUI+Remote+Console+to+work+with+Firefox/by41o</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=&quot;clear&quot;/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debuntu.org/how-to-getting-vmware-server-2.0-beta-mui-remote-console-to-work-with-Firefox&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Mon, 31 Dec 2007 10:09:45 -0800</pubDate>
        </item>
            
    </channel>
</rss>
