<?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>NetBrix - "your go to guys!" &#187; ServerAdmin</title>
	<atom:link href="http://www.netbrix.net/archives/category/servers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netbrix.net</link>
	<description>We deliver you from hosting hell, on time, everytime!</description>
	<lastBuildDate>Fri, 09 Apr 2010 12:25:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mod_geoip howto</title>
		<link>http://www.netbrix.net/archives/255</link>
		<comments>http://www.netbrix.net/archives/255#comments</comments>
		<pubDate>Mon, 07 Dec 2009 07:01:44 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=255</guid>
		<description><![CDATA[wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz
tar -zxf GeoIP-1.4.6.tar.gz
cd GeoIP-1.4.6
./configure
make
make install
cd ..
tar -zxf mod_geoip2_1.2.4.tar.gz
cd mod_geoip2-1.2.4/
apxs -i -a -L/usr/local/lib -I/usr/local/include -lGeoIP -c mod_geoip.c
vi /etc/httpd/conf/httpd.conf
GeoIPEnable On
GeoIPDBFile /usr/local/share/GeoIP.dat
scp imtiaz@netbrix.net:/home/imtiaz/src/GeoIP.dat /usr/local/share/
/etc/init.d/httpd stop
/etc/init.d/httpd start
People who looked at this item also looked at&#8230;

always backup
mod geoip
AppZone
mails being rejected at aol or yahoo or gmail?
keep your server clock ticking right

Related items

AppZone
Linux SysAd
mails being rejected at aol or yahoo [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/255/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mails being rejected at aol or yahoo or gmail?</title>
		<link>http://www.netbrix.net/archives/198</link>
		<comments>http://www.netbrix.net/archives/198#comments</comments>
		<pubDate>Wed, 19 Aug 2009 07:03:47 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=198</guid>
		<description><![CDATA[If you send mails using a webform using the php mail() function and your mails are being rejected by the destination servers here&#8217;s a small trick to fix the issue.
Usually this arises when your envelop does not carry a valid identifiable from header. So instead of using something like:
mail($to, $subject, $message, $headers);
Where you are not [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squeaky clean virus free websites &#8212; on shared hosts</title>
		<link>http://www.netbrix.net/archives/179</link>
		<comments>http://www.netbrix.net/archives/179#comments</comments>
		<pubDate>Sun, 24 May 2009 07:33:30 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>
		<category><![CDATA[anti malware]]></category>
		<category><![CDATA[anti virus]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[C99Shell]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[flyby virus payload]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHPShell]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[trojan]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=179</guid>
		<description><![CDATA[Hackers or script kiddies often end up defacing and hijacking your website. They can do this because you are not looking! Or not loking hard enough.
An antimalware/antivirus scan for linux would be a good thing as it would allow you to scan files on your server on a periodic basis(using cronjobs). Mostly backdoors are uploaded [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/179/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>keep your server clock ticking right</title>
		<link>http://www.netbrix.net/archives/169</link>
		<comments>http://www.netbrix.net/archives/169#comments</comments>
		<pubDate>Sun, 17 May 2009 07:48:46 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>
		<category><![CDATA[clock synchronization]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[ntp servers]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=169</guid>
		<description><![CDATA[Time is money!
It&#8217;s important, from a lot of points of views besides security, ot keep the server time correct. The tool to use is ntpdate which syncs server time to a NTP server (Network Time Protocol)
Put this in your crontab if your server is in the NA vicinity
5 0 * * * /usr/sbin/ntpdate -u 0.north-america.pool.ntp.org

This [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opcode caching with eaccelerator &#8212; on shared hosts</title>
		<link>http://www.netbrix.net/archives/149</link>
		<comments>http://www.netbrix.net/archives/149#comments</comments>
		<pubDate>Fri, 08 May 2009 16:59:07 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[faster webserver]]></category>
		<category><![CDATA[install eaccelerator]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opcode caching]]></category>
		<category><![CDATA[php tuning]]></category>
		<category><![CDATA[shared hosts]]></category>
		<category><![CDATA[site optimization]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=149</guid>
		<description><![CDATA[Opcode caching helps!
From the eaccelerator home
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/149/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>shoutcast + monitoring + restart + script + cron</title>
		<link>http://www.netbrix.net/archives/119</link>
		<comments>http://www.netbrix.net/archives/119#comments</comments>
		<pubDate>Tue, 22 May 2007 10:29:27 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/119</guid>
		<description><![CDATA[Shoutcast servers which are running on shared hosts usually get shut down quite frequently by procwatch. While it is important to stay within system limits it is also important to have those servers running till you shift to dedicated hosting  
Here&#8217;s a quick and dirty shell script to monitor and restart shoutcast services. Drop [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum install on godaddy servers + yum howto on FC4</title>
		<link>http://www.netbrix.net/archives/36</link>
		<comments>http://www.netbrix.net/archives/36#comments</comments>
		<pubDate>Mon, 05 Feb 2007 23:21:13 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>
		<category><![CDATA[centOS]]></category>
		<category><![CDATA[quick install]]></category>
		<category><![CDATA[update your server]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/36</guid>
		<description><![CDATA[Keep forgetting how to setup Yum successfully on godaddy servers   Here&#8217;s sthe sticky just in case I need it again!!!

rpm -Uvh ftp://fr2.rpmfind.net/linux/fedora/core/updates/4/i386/libxml2-python-2.6.20-1.FC4.i386.rpm
rpm -Uvh ftp://fr2.rpmfind.net/linux/fedora/core/4/i386/os/Fedora/RPMS/python-elementtree-1.2.6-4.i386.rpm
rpm -Uvh ftp://fr2.rpmfind.net/linux/fedora/core/4/i386/os/Fedora/RPMS/python-sqlite-1.1.6-1.i386.rpm
rpm -Uvh ftp://fr2.rpmfind.net/linux/fedora/core/updates/4/i386/rpm-python-4.4.1-23.i386.rpm
rpm -Uvh ftp://ftp.univie.ac.at/systems/linux/fedora/4/i386/os/Fedora/RPMS/python-urlgrabber-2.9.6-1.noarch.rpm
rpm -Uvh ftp://fr2.rpmfind.net/linux/fedora/core/updates/4/i386/yum-2.4.1-1.fc4.noarch.rpm
yum update yum

People who looked at this item also looked at&#8230;

AppZone
always backup
Squeaky clean virus free websites &#8212; on shared hosts
opcode caching with [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProFTPd+MySQL howto</title>
		<link>http://www.netbrix.net/archives/33</link>
		<comments>http://www.netbrix.net/archives/33#comments</comments>
		<pubDate>Thu, 21 Dec 2006 21:55:03 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=33</guid>
		<description><![CDATA[This is a quick and easy commands only write up on how to setup your proftpd server with a mysql backend. ]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Check</title>
		<link>http://www.netbrix.net/archives/29</link>
		<comments>http://www.netbrix.net/archives/29#comments</comments>
		<pubDate>Thu, 21 Dec 2006 21:33:43 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/29</guid>
		<description><![CDATA[Recently I came up with the need to test multiple ftp accounts on a server. The server has been setup using proftpd, with mysql as the backend for the authentication and qoutas.
Anyways so here is the small script which I put together. It does not use the db but can be easily modified to use [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod geoip</title>
		<link>http://www.netbrix.net/archives/19</link>
		<comments>http://www.netbrix.net/archives/19#comments</comments>
		<pubDate>Wed, 27 Sep 2006 08:26:45 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[ServerAdmin]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Geo targetting]]></category>
		<category><![CDATA[mod_geoIP]]></category>
		<category><![CDATA[php geotargetting]]></category>
		<category><![CDATA[restrict website access from particular regions]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/19</guid>
		<description><![CDATA[Often it is desireable to Geotarget your web content. This is a way we do geotargetting using MaxMinds geoip database.
 This document is a stepwise explanation of how to
 1. obtain the relevant csv files from GeoIP
 2. create the tables
 3. import the data
 4. use this data to figure out where your visitors [...]]]></description>
		<wfw:commentRss>http://www.netbrix.net/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
