<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>NetBrix - "your go to guys!"</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>mod_geoip howto</title>
		<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>
		<link>http://www.netbrix.net/archives/255</link>
			</item>
	<item>
		<title>vidEnable</title>
		<description><![CDATA[Video Conversion script &#8212; Many formats to .flv
This is a script that converts your videos to flash video format, better known as flv, so as to be able to share them on the internet, just like on Youtube! 


We have three different versions/variants of this script, click the links below to try each one out:


The [...]]]></description>
		<link>http://www.netbrix.net/archives/228</link>
			</item>
	<item>
		<title>mails being rejected at aol or yahoo or gmail?</title>
		<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>
		<link>http://www.netbrix.net/archives/198</link>
			</item>
	<item>
		<title>Squeaky clean virus free websites &#8212; on shared hosts</title>
		<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>
		<link>http://www.netbrix.net/archives/179</link>
			</item>
	<item>
		<title>keep your server clock ticking right</title>
		<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>
		<link>http://www.netbrix.net/archives/169</link>
			</item>
	<item>
		<title>always backup</title>
		<description><![CDATA[a client pinged&#8230; he has lost his database for a site which he had spent close to 6 months on&#8230; he interpreted a mail from a script provider differently and ended up deleting the db&#8230;. the backup is from when he had first set it all up. I had setup his server and used to [...]]]></description>
		<link>http://www.netbrix.net/archives/162</link>
			</item>
	<item>
		<title>opcode caching with eaccelerator &#8212; on shared hosts</title>
		<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>
		<link>http://www.netbrix.net/archives/149</link>
			</item>
	<item>
		<title>Challenge-Response &#8212; to fight email SPAM</title>
		<description><![CDATA[Well how about a challenge-response mechanism. How about asking the sender to ensure that they sent you the message before letting the message reach your mailbox.]]></description>
		<link>http://www.netbrix.net/archives/122</link>
			</item>
	<item>
		<title>Extract audio from video + mp3 from video + audio stream extraction</title>
		<description><![CDATA[Ever wanted to extract the audio stream from a music video to make it easier to carry on your mp3 player? Well we have developed an application that allows you to do just that!
Not only can you extract the audio from the video you can also extract the optimized flv from the video and download [...]]]></description>
		<link>http://www.netbrix.net/archives/121</link>
			</item>
	<item>
		<title>Secure SMTP + pop-before-smtp + road warriors</title>
		<description><![CDATA[This writeup illustrates how you can enable secure roaming access to an smtp server while simultaneously adding a further layer of security to your postfix mail server. Not 100% guaranteed to keep thieves at bay but very effective.
It works on the principle that if you have an account on the server you are authorized to [...]]]></description>
		<link>http://www.netbrix.net/archives/120</link>
			</item>
</channel>
</rss>
