<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Bomba</title>
	<atom:link href="http://davidbomba.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidbomba.com</link>
	<description>Setup for the Virtual World</description>
	<lastBuildDate>Thu, 03 May 2012 11:15:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Centos 6 SFTP chroot Jail</title>
		<link>http://davidbomba.com/index.php/2012/05/03/centos-6-sftp-chroot-jail/</link>
		<comments>http://davidbomba.com/index.php/2012/05/03/centos-6-sftp-chroot-jail/#comments</comments>
		<pubDate>Thu, 03 May 2012 11:10:27 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=383</guid>
		<description><![CDATA[User and Group setup First you will want to establish the sftponly group groupadd sftponly Then create the user with the correct home directories and group useradd -d /var/www/vhosts/bob -s /bin/false -G sftponly bob Don’t forget at this point to &#8230;<p class="read-more"><a href="http://davidbomba.com/index.php/2012/05/03/centos-6-sftp-chroot-jail/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2012/05/03/centos-6-sftp-chroot-jail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod Deflate &#8211; Apache&#8230; quick how to</title>
		<link>http://davidbomba.com/index.php/2012/04/11/mod-deflate-apache-quick-how-to/</link>
		<comments>http://davidbomba.com/index.php/2012/04/11/mod-deflate-apache-quick-how-to/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 23:31:34 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=378</guid>
		<description><![CDATA[I searched high and low to get mod-deflate working. the short answer is. 1. Make sure you are loading mod_deflate! 2. Make sure you have the following within your httpd.conf file to enable compression across all vhosts AddOutputFilterByType DEFLATE text/html &#8230;<p class="read-more"><a href="http://davidbomba.com/index.php/2012/04/11/mod-deflate-apache-quick-how-to/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2012/04/11/mod-deflate-apache-quick-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Areca 1882 installation on Debian Squeeze 6.04</title>
		<link>http://davidbomba.com/index.php/2012/03/25/areca-1882-installation-on-debian-squeeze-6-04/</link>
		<comments>http://davidbomba.com/index.php/2012/03/25/areca-1882-installation-on-debian-squeeze-6-04/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 07:49:06 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=374</guid>
		<description><![CDATA[Native support for Areca 188x devices is available in > 2.6.37 linux kernel. However mainstream kernel is still at 2.6.32, meaning that you need to perform some trickery to install a Areca card onto Debian. The following is my method. &#8230;<p class="read-more"><a href="http://davidbomba.com/index.php/2012/03/25/areca-1882-installation-on-debian-squeeze-6-04/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2012/03/25/areca-1882-installation-on-debian-squeeze-6-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum priorities</title>
		<link>http://davidbomba.com/index.php/2012/02/29/yum-priorities/</link>
		<comments>http://davidbomba.com/index.php/2012/02/29/yum-priorities/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 23:35:09 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=364</guid>
		<description><![CDATA[if you insist on running third party repos, you must install yum-priorities to prevent package conflicts yum install yum-plugin-priorities]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2012/02/29/yum-priorities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparse files in linux</title>
		<link>http://davidbomba.com/index.php/2012/02/04/sparse-files-in-linux/</link>
		<comments>http://davidbomba.com/index.php/2012/02/04/sparse-files-in-linux/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 00:55:19 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=361</guid>
		<description><![CDATA[dd if=/dev/zero of=sparse_file_name bs=1 count=0 seek=500G]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2012/02/04/sparse-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iscsi target</title>
		<link>http://davidbomba.com/index.php/2012/01/15/iscsi-target/</link>
		<comments>http://davidbomba.com/index.php/2012/01/15/iscsi-target/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 22:11:39 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=358</guid>
		<description><![CDATA[config files for the latest version if iet are found in /etc/iet/ NOT /etc/init.d]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2012/01/15/iscsi-target/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install pmacctd on XenServer</title>
		<link>http://davidbomba.com/index.php/2011/12/23/install-pmacctd-on-xenserver/</link>
		<comments>http://davidbomba.com/index.php/2011/12/23/install-pmacctd-on-xenserver/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 00:29:01 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=352</guid>
		<description><![CDATA[Download http://www.pmacct.net/#downloads enable Base repo on Dom0 yum install gcc gcc-c++ autoconf make libpcap libpcap-devel ./configure make make install]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2011/12/23/install-pmacctd-on-xenserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIT</title>
		<link>http://davidbomba.com/index.php/2011/12/14/git/</link>
		<comments>http://davidbomba.com/index.php/2011/12/14/git/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 08:26:34 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=350</guid>
		<description><![CDATA[I hate setting up new repo&#8217;s&#8230; If you have a local repo that you would like to share, on the remote server create a new directory (with correct permissions). then, cd into the dir and type git --bare init or &#8230;<p class="read-more"><a href="http://davidbomba.com/index.php/2011/12/14/git/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2011/12/14/git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NFS Port Mapping IPTABLEs Setup</title>
		<link>http://davidbomba.com/index.php/2011/11/25/nfs-port-mapping-iptables-setup/</link>
		<comments>http://davidbomba.com/index.php/2011/11/25/nfs-port-mapping-iptables-setup/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 06:03:04 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=346</guid>
		<description><![CDATA[Great post instructing how to lock down an NFS server http://nxlinuxadmin.blogspot.com/2010/05/iptables-for-nfs-server.html]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2011/11/25/nfs-port-mapping-iptables-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postgresql 9.0 Centos Install and Config</title>
		<link>http://davidbomba.com/index.php/2011/08/11/postgresql-9-0-centos-install-and-config/</link>
		<comments>http://davidbomba.com/index.php/2011/08/11/postgresql-9-0-centos-install-and-config/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 23:59:56 +0000</pubDate>
		<dc:creator>turbo124</dc:creator>
				<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://davidbomba.com/?p=309</guid>
		<description><![CDATA[Download repo wget http://yum.pgrpms.org/reporpms/9.0/pgdg-centos-9.0-2.noarch.rpm Install repo rpm -i pgdg-centos-9.0-2.noarch.rpm Install Postgres yum install postgresql90-server Initialise DB service postgresql-9.0 initdb Start Service service postgresql-9.0 start Turn levels on chkconfig --levels 235 postgresql-9.0 on Edit conf file nano /var/lib/pgsql/9.0/data/pg_hba.conf Change IDENT to &#8230;<p class="read-more"><a href="http://davidbomba.com/index.php/2011/08/11/postgresql-9-0-centos-install-and-config/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://davidbomba.com/index.php/2011/08/11/postgresql-9-0-centos-install-and-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching using apc
Object Caching 653/655 objects using apc

Served from: davidbomba.com @ 2012-05-20 21:13:33 -->
