<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / centos</title>
<link>http://netvouz.com/falko/tag/centos?feed=rss&amp;pg=5</link>
<description>falko&#39;s bookmarks tagged &quot;centos&quot; on Netvouz</description>
<item><title>Managing OpenVZ With The Vtonf Control Panel On CentOS 5.2</title>
<link>http://www.howtoforge.com/managing-openvz-with-vtonf-control-panel-on-centos-5.2</link>
<description>Vtonf is a free web-based control panel (released under the GPL license) for managing virtual private servers (VPS) based on OpenVZ. It makes it very easy to create and manage OpenVZ VMs even for people with little technical knowledge. Right now, Vtonf is available only for RedHat, Fedora, and CentOS (support for Debian is planned), therefore I describe its installation and usage on a CentOS 5.2 server.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 02 Dec 2008 15:19:25 GMT</pubDate>
</item><item><title>Network Card Bonding On CentOS</title>
<link>http://www.howtoforge.com/network_card_bonding_centos</link>
<description>Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 06 Jul 2007 10:37:33 GMT</pubDate>
</item><item><title>Paravirtualization With Xen On CentOS 5.3 (x86_64)</title>
<link>http://www.howtoforge.com/paravirtualization-with-xen-on-centos-5.3-x86_64</link>
<description>This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.3 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called &quot;virtual machines&quot; or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers&#39; web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it&#39;s more secure. If the virtual machine of your DNS server gets hacked, it has no e</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 17 May 2009 16:41:19 GMT</pubDate>
</item><item><title>Paravirtualization With Xen On CentOS 5.4 (x86_64)</title>
<link>http://www.howtoforge.com/paravirtualization-with-xen-on-centos-5.4-x86_64</link>
<description>This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.4 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called &quot;virtual machines&quot; or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other, but still use the same hardware.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 15 Dec 2009 12:42:59 GMT</pubDate>
</item><item><title>Paravirtualization With Xen On CentOS 5.6 (x86_64)</title>
<link>http://www.howtoforge.com/paravirtualization-with-xen-on-centos-5.6-x86_64</link>
<description>This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.6 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called &quot;virtual machines&quot; or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other, but still use the same hardware.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 24 May 2011 10:57:52 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On CentOS 6.0</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-centos-6.0</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.0. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 23 Oct 2011 10:06:02 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On CentOS 6.3</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-centos-6.3</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.3. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 13 Sep 2012 06:59:51 GMT</pubDate>
</item><item><title>Setting Up An NFS Server And Client On CentOS 5.5</title>
<link>http://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-centos-5.5</link>
<description>This guide explains how to set up an NFS server and an NFS client on CentOS 5.5. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 28 Sep 2010 12:03:07 GMT</pubDate>
</item><item><title>Setting Up PHPlist (Open-Source Newsletter Manager)</title>
<link>http://www.howtoforge.com/setting-up-phplist-newsletter-manager</link>
<description>This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: &quot;phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for vitality score on Freshmeat.&quot;</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 27 May 2008 10:43:42 GMT</pubDate>
</item><item><title>The Perfect Server - CentOS 4.5 (32-bit)</title>
<link>http://www.howtoforge.com/perfect_server_centos4.5</link>
<description>This tutorial shows how to set up a CentOS 4.5 server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 4.5, but should apply to the 64-bit version with very little modifications as well.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 04 Jun 2007 11:45:49 GMT</pubDate>
</item></channel></rss>