<?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!"</title>
	<atom:link href="http://www.netbrix.net/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>vidEnable</title>
		<link>http://www.netbrix.net/archives/228</link>
		<comments>http://www.netbrix.net/archives/228#comments</comments>
		<pubDate>Sun, 13 Sep 2009 08:18:05 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=228</guid>
		<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>
		<wfw:commentRss>http://www.netbrix.net/archives/228/feed</wfw:commentRss>
		<slash:comments>2</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>always backup</title>
		<link>http://www.netbrix.net/archives/162</link>
		<comments>http://www.netbrix.net/archives/162#comments</comments>
		<pubDate>Fri, 08 May 2009 17:56:03 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[automated backups]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[disk crash]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[redundancy planning]]></category>
		<category><![CDATA[shared host]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/?p=162</guid>
		<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>
		<wfw:commentRss>http://www.netbrix.net/archives/162/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>Challenge-Response &#8212; to fight email SPAM</title>
		<link>http://www.netbrix.net/archives/122</link>
		<comments>http://www.netbrix.net/archives/122#comments</comments>
		<pubDate>Sun, 19 Aug 2007 04:23:17 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/122</guid>
		<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>
		<wfw:commentRss>http://www.netbrix.net/archives/122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract audio from video + mp3 from video + audio stream extraction</title>
		<link>http://www.netbrix.net/archives/121</link>
		<comments>http://www.netbrix.net/archives/121#comments</comments>
		<pubDate>Tue, 26 Jun 2007 17:26:33 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ffmpeg-php]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[missing libraries]]></category>
		<category><![CDATA[phpize]]></category>
		<category><![CDATA[prerequisites]]></category>
		<category><![CDATA[server setup]]></category>
		<category><![CDATA[shared host]]></category>
		<category><![CDATA[video share script]]></category>
		<category><![CDATA[youtube clones]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/121</guid>
		<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>
		<wfw:commentRss>http://www.netbrix.net/archives/121/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure SMTP + pop-before-smtp + road warriors</title>
		<link>http://www.netbrix.net/archives/120</link>
		<comments>http://www.netbrix.net/archives/120#comments</comments>
		<pubDate>Sat, 02 Jun 2007 21:33:43 +0000</pubDate>
		<dc:creator>Imtiaz</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.netbrix.net/archives/120</guid>
		<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>
		<wfw:commentRss>http://www.netbrix.net/archives/120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
