<?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>Glen Lumanau &#187; firewall</title>
	<atom:link href="http://lumanau.web.id/tag/firewall/feed" rel="self" type="application/rss+xml" />
	<link>http://lumanau.web.id</link>
	<description>Nothing Special</description>
	<lastBuildDate>Fri, 30 Sep 2011 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Download ZoneAlarm Pro Firewall With Free 1 Year License Key Now</title>
		<link>http://lumanau.web.id/2008/11/19/download-zonealarm-pro-firewall-with-free-1-year-license-key-now.html</link>
		<comments>http://lumanau.web.id/2008/11/19/download-zonealarm-pro-firewall-with-free-1-year-license-key-now.html#comments</comments>
		<pubDate>Wed, 19 Nov 2008 08:25:30 +0000</pubDate>
		<dc:creator>Glen Lumanau</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[zone alarm]]></category>

		<guid isPermaLink="false">http://www.lumanau.web.id/?p=95</guid>
		<description><![CDATA[To celebrate its 15th Anniversary in firewall industry, Check Point Software, the parent company of ZoneAlarm is giving away its ZoneAlarm Pro firewall for free, as MDL published days before. Zone Alarm Pro firewall is an award winning and well known personal firewall software. This powerful personal firewall protects your computer from hackers and blocks [...]]]></description>
			<content:encoded><![CDATA[<p>To celebrate its 15th Anniversary in firewall industry, Check Point Software, the parent company of ZoneAlarm is giving away its ZoneAlarm Pro firewall for free, as MDL published days before. Zone Alarm Pro firewall is an award winning and well known personal firewall software. This powerful personal firewall protects your computer from hackers and blocks spyware as well as adware to protect your identity. ZoneAlarm was originally developed by Zone Labs and it was thence acquired by CheckPoint in 2004.</p>
<p><span id="more-95"></span></p>
<p>As ZoneAlarm Pro does not contains antivirus feature (only firewall, antispyware and ID protection are included), users who need a firewall chiefly can now download and use the ZoneAlarm Pro for free for one year. The free ZoneAlarm Pro firewall offer is only valid for 24 hours, starting from 18 November 2008 6am PST to 19 November 2008 6am PST. Each download is only valid for one computer. Get the free ZoneAlarm Pro Firewall via the link <a href="http://download.zonealarm.com/bin/free/sum/index.html?c=W100001">here</a>.</p>
<p>Currently, due to overwhelming demand, free deal grabbers no longer able to receive the download link and license key immediately. Instead, registrants will receive a confirming email within 48 hours that includes a download link for your free copy of ZoneAlarm Pro and a unique license key to activate the software. Beware that registration automatically subscribe you to CheckPoint mailing list that sending periodic emails about product updates, upgrades and special offers, although unsubscribe method is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2008/11/19/download-zonealarm-pro-firewall-with-free-1-year-license-key-now.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videoku.TV is now implement GreenSQL</title>
		<link>http://lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html</link>
		<comments>http://lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 09:33:00 +0000</pubDate>
		<dc:creator>Glen Lumanau</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[greensql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lumanau.web.id/?p=70</guid>
		<description><![CDATA[What is GreenSQL? GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works as a proxy for SQL commands and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is GreenSQL?</strong></p>
<p>GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works as a proxy for SQL commands and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc). GreenSQL is distributed under the GPL license.</p>
<p><span id="more-70"></span></p>
<p><strong>GreenSQL Architecture</strong></p>
<p>GreenSQL works as a reverse proxy for MySQL connections. It means, that instead of MySQL server, your applications will connect to GreenSQL server. GreenSQL will analyze SQL queries and forward them to the back-end MySQL server.</p>
<p>The following picture describes the whole process.</p>
<p><a href="http://www.lumanau.web.id/wp-content/uploads/2008/11/greensql-architecturepreview.jpg"><img class="alignnone size-full wp-image-71" src="http://www.lumanau.web.id/wp-content/uploads/2008/11/greensql-architecturepreview.jpg" alt="" width="500" height="135" /></a></p>
<p>As you can see, GreenSQL calls real database server to execute SQL commands and web application connects to GreenSQL server as if it is a real database server.</p>
<p>GreenSQL can be installed together with database server on the same computer or it can use a distinct server. By default GreenSQL listens on local port <strong>127.0.0.1:3305</strong> redirecting SQL requests to <strong>127.0.0.1:3306</strong> (default MySQL settings). This settings could be altered using GreenSQL Console.</p>
<p>Source : <a href="http://www.greensql.net">GreenSQL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

