<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / squeeze</title>
<link>http://netvouz.com/falko/tag/squeeze?feed=rss&amp;pg=1</link>
<description>falko&#39;s bookmarks tagged &quot;squeeze&quot; on Netvouz</description>
<item><title>Installing And Using OpenVZ On Debian Squeeze (AMD64)</title>
<link>http://www.howtoforge.com/installing-and-using-openvz-on-debian-squeeze-amd64</link>
<description>In this HowTo I will describe how to prepare a Debian Squeeze server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 17 Feb 2011 15:27:44 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-debian-squeeze-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 20 Feb 2011 23:06:07 GMT</pubDate>
</item><item><title>Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-debian-squeeze</link>
<description>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 a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 19 Apr 2011 11:30:06 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-debian-squeeze</link>
<description>Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 28 Feb 2011 13:19:24 GMT</pubDate>
</item><item><title>Installing MyDNS-NG &amp; MyDNSConfig On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-mydns-ng-and-mydnsconfig-on-debian-squeeze</link>
<description>This tutorial will describe how to install and configure MyDNS-NG and MyDNSConfig 3 on Debian Squeeze. MyDNS-NG is a DNS server that uses a MySQL database as backend instead of configuration files. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 20 Jan 2011 12:27:22 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 And MySQL Support On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-debian-squeeze</link>
<description>Nginx (pronounced &quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 01 Mar 2011 14:47:33 GMT</pubDate>
</item><item><title>Installing OpenVZ + Management Of VMs Through ISPConfig 3 (Debian 6.0)</title>
<link>http://www.howtoforge.com/installing-openvz-plus-management-of-vms-through-ispconfig-3-debian-6.0</link>
<description>This tutorial describes the installation of an OpenVZ host server to manage virtual machines from within the ISPConfig 3 hosting control panel. OpenVZ is a lightweight virtualization technology for Linux servers, similar to jails on *BSD systems. ISPConfig 3 contains a module to manage OpenVZ virtual machines on the local server and on remote servers that run ISPConfig.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 12 Jan 2012 11:24:49 GMT</pubDate>
</item><item><title>Installing Subversion And Configuring Access Through Different Protocols On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-debian-squeeze</link>
<description>Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 02 Aug 2011 07:47:20 GMT</pubDate>
</item><item><title>Maintaining Remote Web Sites With sitecopy (Debian Squeeze/Ubuntu 11.10)</title>
<link>http://www.howtoforge.com/maintaining-remote-web-sites-with-sitecopy-debian-squeeze-ubuntu-11.10</link>
<description>sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can manage your remote web site from your local Debian Squeeze/Ubuntu 11.10 desktop with sitecopy.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 24 Apr 2012 08:13:55 GMT</pubDate>
</item><item><title>Make Browsers Cache Static Files With mod_expires On Apache2 (Debian Squeeze)</title>
<link>http://www.howtoforge.com/make-browsers-cache-static-files-with-mod_expires-on-apache2-debian-squeeze</link>
<description>This tutorial explains how you can configure Apache2 to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors&#39; browsers. This saves bandwidth and makes your web site appear faster (if a user visits your site for a second time, static files will be fetched from the browser cache). This tutorial was written for Debian Squeeze.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 10 Mar 2011 11:52:33 GMT</pubDate>
</item></channel></rss>