<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Ubuntu</title>
 <link>http://howtoforge.org/taxonomy/term/50/all</link>
 <description>
</description>
 <language>en</language>
 <atom:link href="http://howtoforge.org/rss/linux/ubuntu.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Ubuntu</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://howtoforge.org/taxonomy/term/50/all</link>
 </image>

<item>
 <title>Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)</title>
 <link>http://howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article shows how you can build your own video community using lighttpd with its &lt;span class=&quot;system&quot;&gt;mod_flv_streaming&lt;/span&gt; module (for streaming &lt;span class=&quot;system&quot;&gt;.flv&lt;/span&gt; videos, the format used by most major video communities such as YouTube) and its &lt;span class=&quot;system&quot;&gt;mod_secdownload&lt;/span&gt; module (for preventing hotlinking of the videos) on Ubuntu 9.10. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd&#039;s &lt;span class=&quot;system&quot;&gt;mod_flv_streaming&lt;/span&gt; module. I will also show how you can encode videos (&lt;span class=&quot;system&quot;&gt;.mp4 .mov .mpg .3gp .mpeg .wmv .avi&lt;/span&gt;) to the FLV format supported by Adobe Flash.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/lighttpd">Lighttpd</category>
 <pubDate>Sun, 14 Mar 2010 18:03:02 +0100</pubDate>
 <guid>http://howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With Lighttpd On Ubuntu 9.10</title>
 <link>http://howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With Lighttpd On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with lighttpd on an Ubuntu 9.10 server. WebDAV stands for &lt;i&gt;Web-based Distributed Authoring and Versioning&lt;/i&gt;
and is a set of extensions to the HTTP protocol that allow users to
directly edit files on the lighttpd server so that they do not need to
be downloaded/uploaded via FTP. Of course, WebDAV can also be used to
upload and download files.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/lighttpd">Lighttpd</category>
 <pubDate>Fri, 05 Mar 2010 17:25:43 +0100</pubDate>
 <guid>http://howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Using WebDAV With ISPConfig 3 On Ubuntu 9.10</title>
 <link>http://howtoforge.org/using-webdav-with-ispconfig-3-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/using-webdav-with-ispconfig-3-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Using WebDAV With ISPConfig 3 On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up and use WebDAV on a web site
created with ISPConfig 3 on an Ubuntu 9.10 server. WebDAV stands for &lt;em&gt;Web-based Distributed Authoring and Versioning&lt;/em&gt;
and is a set of extensions to the HTTP protocol that allow users to
directly edit files on the Apache server so that they do not need to be
downloaded/uploaded via FTP. Of course, WebDAV can also be used to
upload and download files.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://howtoforge.org/sitemap/control-panels">Control Panels</category>
 <pubDate>Tue, 02 Mar 2010 11:58:19 +0100</pubDate>
 <guid>http://howtoforge.org/using-webdav-with-ispconfig-3-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/using-webdav-with-ispconfig-3-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Easy Way To Create Bootable Ubuntu USB Pendrive</title>
 <link>http://howtoforge.org/easy-way-to-create-bootable-ubuntu-usb-pendrive</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/easy-way-to-create-bootable-ubuntu-usb-pendrive&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Easy Way To Create Bootable Ubuntu USB Pendrive&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This short guide explains how you can create a bootable Ubuntu USB pendrive.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 25 Feb 2010 11:40:27 +0100</pubDate>
 <guid>http://howtoforge.org/easy-way-to-create-bootable-ubuntu-usb-pendrive</guid>
 <comments>http://howtoforge.org/easy-way-to-create-bootable-ubuntu-usb-pendrive#comment</comments>
</item>
<item>
 <title>Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 9.10</title>
 <link>http://howtoforge.org/virtual-hosting-with-proftpd-and-mysql-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/virtual-hosting-with-proftpd-and-mysql-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;96&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/proftpd.gif&quot; width=&quot;93&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Proftpd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota with
this setup.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/ftp">FTP</category>
 <pubDate>Mon, 22 Feb 2010 18:31:12 +0100</pubDate>
 <guid>http://howtoforge.org/virtual-hosting-with-proftpd-and-mysql-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/virtual-hosting-with-proftpd-and-mysql-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Network Analysis With Wireshark On Ubuntu 9.10</title>
 <link>http://howtoforge.org/network-analysis-with-wireshark-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/network-analysis-with-wireshark-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Network Analysis With Wireshark On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Wireshark is
a network protocol analyzer (or &quot;packet sniffer&quot;) that can be used for
network analysis, troubleshooting, software development, education,
etc. This guide shows how to install and use it on an Ubuntu 9.10
desktop to analyze the traffic on the local network card.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/desktop">Desktop</category>
 <category domain="http://howtoforge.org/sitemap/monitoring">Monitoring</category>
 <pubDate>Thu, 18 Feb 2010 17:34:40 +0100</pubDate>
 <guid>http://howtoforge.org/network-analysis-with-wireshark-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/network-analysis-with-wireshark-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10</title>
 <link>http://howtoforge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;AutoMySQLBackup
is a shell script that lets you take daily, weekly and monthly backups
of your MySQL databases using mysqldump. It can back up multiple
databases, compress the backups, back up remote databases, and email
the logs. This tutorial explains how to install and use it on an Ubuntu
9.10 server.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/backup">Backup</category>
 <category domain="http://howtoforge.org/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 18 Feb 2010 12:05:23 +0100</pubDate>
 <guid>http://howtoforge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>How To Switch Permalink Structure In WordPress Under Ubuntu</title>
 <link>http://howtoforge.org/how-to-switch-permalink-structure-in-wordpress-under-ubuntu</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/how-to-switch-permalink-structure-in-wordpress-under-ubuntu&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Switch Permalink Structure In WordPress Under Ubuntu&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;There are certain things you need to tweak in Apache running under any Debian platform (including Ubuntu) in order to have it properly redirect webpages (301) after you change your permalink&amp;nbsp;structure&amp;nbsp;in&amp;nbsp;WordPress.&lt;/p&gt;</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Tue, 16 Feb 2010 11:45:39 +0100</pubDate>
 <guid>http://howtoforge.org/how-to-switch-permalink-structure-in-wordpress-under-ubuntu</guid>
 <comments>http://howtoforge.org/how-to-switch-permalink-structure-in-wordpress-under-ubuntu#comment</comments>
</item>
<item>
 <title>Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10</title>
 <link>http://howtoforge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/cherokee.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; Cherokee is a very fast, flexible and easy to configure Web Server.
It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
CGI, TLS and SSL encrypted connections, virtual hosts, authentication,
on the fly encoding, load balancing, Apache compatible log files, and
much more. This tutorial shows how you can install Cherokee on an
Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL
support.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/mysql">MySQL</category>
 <category domain="http://howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 14 Feb 2010 18:44:33 +0100</pubDate>
 <guid>http://howtoforge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With Apache2 On Ubuntu 9.10</title>
 <link>http://howtoforge.org/how-to-set-up-webdav-with-apache2-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/how-to-set-up-webdav-with-apache2-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With Apache2 On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.10 server. WebDAV stands for &lt;i&gt;Web-based Distributed Authoring and Versioning&lt;/i&gt;
and is a set of extensions to the HTTP protocol that allow users to
directly edit files on the Apache server so that they do not need to be
downloaded/uploaded via FTP. Of course, WebDAV can also be used to
upload and download files.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Fri, 12 Feb 2010 15:43:37 +0100</pubDate>
 <guid>http://howtoforge.org/how-to-set-up-webdav-with-apache2-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/how-to-set-up-webdav-with-apache2-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop</title>
 <link>http://howtoforge.org/installing-kernel-security-updates-without-reboot-with-ksplice-uptrack-on-ubuntu-9.10-desktop</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/installing-kernel-security-updates-without-reboot-with-ksplice-uptrack-on-ubuntu-9.10-desktop&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Ksplice Uptrack
is a subscription service that lets you apply 100% of the important
kernel security updates released by your Linux vendor without
rebooting. Ksplice Uptrack is freely available for the desktop versions
of Ubuntu 9.10 Karmic and Ubuntu 9.04 Jaunty. This tutorial shows how
to install and use it on an Ubuntu 9.10 desktop.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/kernel">Kernel</category>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/desktop">Desktop</category>
 <pubDate>Thu, 11 Feb 2010 17:29:07 +0100</pubDate>
 <guid>http://howtoforge.org/installing-kernel-security-updates-without-reboot-with-ksplice-uptrack-on-ubuntu-9.10-desktop</guid>
 <comments>http://howtoforge.org/installing-kernel-security-updates-without-reboot-with-ksplice-uptrack-on-ubuntu-9.10-desktop#comment</comments>
</item>
<item>
 <title>Install Multiple Linux Distributions Via PXE (The Easy Way)</title>
 <link>http://howtoforge.org/install-multiple-linux-distributions-via-pxe-the-easy-way</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/install-multiple-linux-distributions-via-pxe-the-easy-way&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Install Multiple Linux Distributions Via PXE (The Easy Way)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The following script will set up a PXE config on your server, making
it possible to install major Linux distributions via netboot.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <pubDate>Tue, 09 Feb 2010 11:47:35 +0100</pubDate>
 <guid>http://howtoforge.org/install-multiple-linux-distributions-via-pxe-the-easy-way</guid>
 <comments>http://howtoforge.org/install-multiple-linux-distributions-via-pxe-the-easy-way#comment</comments>
</item>
<item>
 <title>Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian</title>
 <link>http://howtoforge.org/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Since Apache is most of the time a memory hungy process, people
started to look for different ways to host their website. Apache is
clearly not the only webserver available. A few good examples are
lighttpd and nginx. In this tutorial I will show you how to install it
on your Ubuntu server. This tutorial also applies to Debian, though.
There is only a very small difference.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Mon, 08 Feb 2010 17:23:29 +0100</pubDate>
 <guid>http://howtoforge.org/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian</guid>
 <comments>http://howtoforge.org/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian#comment</comments>
</item>
<item>
 <title>How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10</title>
 <link>http://howtoforge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial describes how to set up database replication in MySQL
using an SSL connection for encryption (to make it impossible for
hackers to sniff out passwords and data transferred between the master
and slave). MySQL replication allows you to have an exact copy of a
database from a master server on another server (slave), and all
updates to the database on the master server are immediately replicated
to the database on the slave server so that both databases are in sync.
This is not a backup policy because an accidentally issued DELETE
command will also be carried out on the slave; but replication can help
protect against hardware failures though.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/mysql">MySQL</category>
 <category domain="http://howtoforge.org/sitemap/security">Security</category>
 <pubDate>Sun, 07 Feb 2010 18:04:46 +0100</pubDate>
 <guid>http://howtoforge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Setting Up A PXE Install Server On Ubuntu 9.10</title>
 <link>http://howtoforge.org/setting-up-a-pxe-install-server-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.org/setting-up-a-pxe-install-server-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Setting Up A PXE Install Server On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a PXE (short for &lt;b&gt;p&lt;/b&gt;reboot e&lt;b&gt;x&lt;/b&gt;ecution &lt;b&gt;e&lt;/b&gt;nvironment)
install server with Ubuntu 9.10 (Karmic Koala). A PXE install server
allows your client computers to boot and install a Linux distribution
over the network, without the need of burning Linux iso images onto a
CD/DVD, boot floppy images, etc. This is handy if your client computers
don&#039;t have CD or floppy drives, or if you want to set up multiple
computers at the same time (e.g. in a large enterprise), or simply
because you want to save the money for the CDs/DVDs.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.org/sitemap/desktop">Desktop</category>
 <pubDate>Mon, 01 Feb 2010 17:48:05 +0100</pubDate>
 <guid>http://howtoforge.org/setting-up-a-pxe-install-server-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.org/setting-up-a-pxe-install-server-on-ubuntu-9.10#comment</comments>
</item>
</channel>
</rss>
