<?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</link>
<description>falko&#39;s bookmarks tagged &quot;centos&quot; on Netvouz</description>
<item><title>Cacti On CentOS 4.4 Including The Plug-in Architecture | HowtoForge</title>
<link>http://www.howtoforge.com/cacti_centos4.4_plugin_architecture</link>
<description>This guide will step you through the process of setting up a functional Cacti installation on CentOS 4.4 including the Plug-In Architecture, which will allow you to expand your monitoring solution.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 25 Apr 2007 08:56:40 GMT</pubDate>
</item><item><title>CentOS 4.6 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)</title>
<link>http://www.howtoforge.com/centos-4.6-server-lamp-email-dns-ftp-ispconfig</link>
<description>This tutorial shows how to set up a CentOS 4.6 based 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.6, 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>Thu, 10 Jan 2008 13:11:52 GMT</pubDate>
</item><item><title>CentOS 5.1 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)</title>
<link>http://www.howtoforge.com/centos-5.1-server-lamp-email-dns-ftp-ispconfig</link>
<description>This tutorial shows how to set up a CentOS 5.1 based 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 5.1, 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>Wed, 05 Dec 2007 18:13:34 GMT</pubDate>
</item><item><title>Configuring Samba 3.0 To Use The ADS Security Mode (CentOS)</title>
<link>http://www.howtoforge.com/samba_ads_security_mode</link>
<description>The intent of this article is to show you how to configure your Linux machine and Samba server to participate in a Windows 2003 Active Directory domain as a Member Server using Kerberos authentication. This involves using the security = ADS security mode in Samba.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 27 Jun 2007 10:05:23 GMT</pubDate>
</item><item><title>Creating A Local Yum Repository (CentOS)</title>
<link>http://www.howtoforge.com/creating_a_local_yum_repository_centos</link>
<description>Sometimes it can be handy to set up your own repository to prevent from downloading the remote repository over and over again. This tutorial shows how to create a CentOS mirror for your local network. If you have to install multiple systems in your local network then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 18 Jun 2007 09:24:03 GMT</pubDate>
</item><item><title>Creating An NFS-Like Standalone Storage Server With GlusterFS On CentOS 5.4</title>
<link>http://www.howtoforge.com/creating-an-nfs-like-standalone-storage-server-with-glusterfs-on-centos-5.4</link>
<description>This tutorial shows how to set up a standalone storage server on CentOS 5.4. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 18 Mar 2010 13:21:59 GMT</pubDate>
</item><item><title>Creating Virtual RedHat/CentOS/Scientific Linux/Fedora Appliances For KVM With BoxGrinder (Fedora 17)</title>
<link>http://www.howtoforge.com/creating-virtual-redhat-centos-scientific-linux-fedora-appliances-for-kvm-with-boxgrinder-fedora-17</link>
<description>BoxGrinder is a tool that allows you to build virtual machines (with RedHat, CentOS, Scientific Linux or Fedora as the OS) for multiple virtualization techniques. Currently it supports KVM, VMware, Amazon EC2, VirtualBox, and VirtualPC. This tutorial shows how to use BoxGrinder to create a CentOS 6 KVM guest on Fedora 17 and also how to deploy it to a remote KVM host.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 09 Oct 2012 09:00:12 GMT</pubDate>
</item><item><title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS 3.2.x On CentOS 6.3</title>
<link>http://www.howtoforge.com/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-3.2.x-on-centos-6.3</link>
<description>This tutorial shows how to combine four single storage servers (running CentOS 6.3) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (CentOS 6.3 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 08 Jan 2013 11:38:51 GMT</pubDate>
</item><item><title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4</title>
<link>http://www.howtoforge.com/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4</link>
<description>This tutorial shows how to combine four single storage servers (running CentOS 5.4) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (CentOS 5.4 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 23 Mar 2010 13:16:02 GMT</pubDate>
</item><item><title>Distributed Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4</title>
<link>http://www.howtoforge.com/distributed-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4</link>
<description>This tutorial shows how to combine four single storage servers (running CentOS 5.4) to one large storage server (distributed storage) with GlusterFS. The client system (CentOS 5.4 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 01 Apr 2010 12:31:48 GMT</pubDate>
</item></channel></rss>