<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>thin, tick and click...</title>
	<atom:link href="http://xilef325.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xilef325.wordpress.com</link>
	<description>Thin - flakes, Tick - check box and click.. link</description>
	<lastBuildDate>Tue, 21 Jul 2009 05:53:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='xilef325.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>thin, tick and click...</title>
		<link>http://xilef325.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://xilef325.wordpress.com/osd.xml" title="thin, tick and click..." />
	<atom:link rel='hub' href='http://xilef325.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What is UDP and TCP?</title>
		<link>http://xilef325.wordpress.com/2009/07/21/what-is-udp-and-tcp/</link>
		<comments>http://xilef325.wordpress.com/2009/07/21/what-is-udp-and-tcp/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 05:30:03 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=112</guid>
		<description><![CDATA[Introduction The devices and comptuers connected to the Internet use a protocol called TCP/IP to communicate with each other. When a computer in New York wants to send a piece of data to a computer in England, it must know the destination IP address that it woud like to send the information to. That information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=112&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>The devices and comptuers connected to the Internet use a protocol called TCP/IP to communicate with each other. When a computer in New York wants to send a piece of data to a computer in England, it must know the destination IP address that it woud like to send the information to. That information is sent most often via two methods, UDP and TCP.</p>
<p><strong>What is TCP?</strong></p>
<p><strong>TCP</strong> stands for <strong>Transmission Control Protocol</strong>. Using this method, the computer sending the data connects directly to the computer it is sending the data it to, and stay connected for the duration of the transfer. With this method, the two computers can guarantee that the data has arrived safely and correctly, and then they disconnect the connection. This method of transferring data tends to be quicker and more reliable, but puts a higher load on the computer as it has to monitor the connection and the data going across it. A real life comparison to this method would be to pick up the phone and call a friend. You have a conversation and when it is over, you both hang up, releasing the connection.</p>
<p><strong>What is UDP?</strong></p>
<p><strong>UDP</strong> stands for<strong> User Datagram Protocol</strong>. Using this method, the computer sending the data packages the information into a nice little package and releases it into the network with the hopes that it will get to the right place. What this means is that UDP does not connect directly to the receiving computer like TCP does, but rather sends the data out and relies on the devices in between the sending computer and the receiving computer to get the data where it is supposed to go properly. This method of transmission does not provide any guarantee that the data you send will ever reach its destination. On the other hand, this method of transmission has a very low overhead and is therefore very popular to use for services that are not that important to work on the first try. A comparison you can use for this method is the plain old US Postal Service. You place your mail in the mailbox and hope the Postal Service will get it to the proper location. Most of the time they do, but sometimes it gets lost along the way.</p>
<p><img class="alignnone size-medium wp-image-116" title="7_TCP_vs_UDP" src="http://xilef325.files.wordpress.com/2009/07/7_tcp_vs_udp.jpg?w=300&#038;h=233" alt="7_TCP_vs_UDP" width="300" height="233" /></p>
<p><img class="alignnone size-medium wp-image-117" title="tcp-versus-udp" src="http://xilef325.files.wordpress.com/2009/07/tcp-versus-udp.jpg?w=300&#038;h=226" alt="tcp-versus-udp" width="300" height="226" /></p>
<p>Since TCP guarantees the delivery of data over a network we call it a connection-oriented protocol. If in the event that data isn’t sent correctly, the sending computer will be notified and will resend the information. This is compared to UDP, which doesn’t require that data has been received correctly. Likewise, we call UDP a connectionless protocol.</p>
<p><em><strong>Link to complete article:<br />
</strong></em></p>
<p><em><a href="//www.bleepingcomputer.com/tutorials/tutorial38.html" target="_blank">http://www.bleepingcomputer.com/tutorials/tutorial38.html</a></em></p>
<p><a href="http://learn-networking.com/featured/how-the-transport-layer-works" target="_blank"><em>http://learn-networking.com/featured/how-the-transport-layer-works</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=112&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/21/what-is-udp-and-tcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/7_tcp_vs_udp.jpg?w=300" medium="image">
			<media:title type="html">7_TCP_vs_UDP</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/tcp-versus-udp.jpg?w=300" medium="image">
			<media:title type="html">tcp-versus-udp</media:title>
		</media:content>
	</item>
		<item>
		<title>Zenoss Core &#8211; Open Source Monitoring</title>
		<link>http://xilef325.wordpress.com/2009/07/16/zenoss-core-open-source-monitoring/</link>
		<comments>http://xilef325.wordpress.com/2009/07/16/zenoss-core-open-source-monitoring/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 07:52:36 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=108</guid>
		<description><![CDATA[Zenoss Core is an open-source network monitoring and server monitoring product. Currently the most popular IT Management project on SourceForge.Net, Zenoss Core source code is available for free downloads. The active Zenoss community forums have over 50,000 registered members that help each other with Zenoss Core installation, configuration, and trouble shooting. The community also shares [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=108&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Zenoss Core</strong> is an open-source network monitoring and server monitoring product. Currently the most popular IT Management project on SourceForge.Net, Zenoss Core source code is available for free downloads.</p>
<p><img class="alignnone size-medium wp-image-107" title="zenoss-02" src="http://xilef325.files.wordpress.com/2009/07/zenoss-02.jpg?w=300&#038;h=208" alt="zenoss-02" width="300" height="208" /></p>
<p>The active Zenoss community forums have over 50,000 registered members that help each other with Zenoss Core installation, configuration, and trouble shooting. The community also shares ideas with each other on IT management best practices and enhance the overall solution with community-contributed management extensions.</p>
<p>Zenoss Core features include:</p>
<ul>
<li>Network, Server, and Application monitoring with a single product</li>
</ul>
<ul>
<li>Ability to monitor any SNMP enabled device</li>
</ul>
<ul>
<li>Real-time alerting when outages or slowdowns occur</li>
</ul>
<ul>
<li>Single Event Console containing Zenoss alerts, SNMP traps, and log events</li>
</ul>
<p>The solution has an open architecture with APIs for integrating with third party products (whether bringing data into Zenoss or exporting Zenoss data to other products).</p>
<p><strong>How to Install Zenoss</strong></p>
<p>Note: The installation of OS is not part of this how-to. The OS used in this How-to is Centos with default &#8220;server&#8221; selection and SELinux is disabled.<br />
Log-in as root and run the following commands.</p>
<p><em>yum -y install mysql mysql-server net-snmp net-snmp-utils</em></p>
<p>Check if MySQL is running.<br />
<em>service mysqld status</em></p>
<p>If it is not running start it.<br />
<em>service mysqld start</em></p>
<p>You must change the root MySQL password from blank.<br />
<em>mysqladmin -u root password &lt;newpassword&gt;</em></p>
<p>Now test the password.<br />
<em>mysql -u root -p</em></p>
<p>It will ask for the new password.<br />
<em>newpassword</em></p>
<p>If you get the below prompt everything is fine.<br />
<strong>mysql&gt;</strong></p>
<p>Exit out of MySQL.<br />
exit</p>
<p><strong>Download Zenoss</strong></p>
<p>Go to /usr/scr/ and create a directory download</p>
<p><em>cd /usr/src</em></p>
<p><em>mkdir download</em></p>
<p>Go to zenoss download website and fill up the form then you can now download the software.</p>
<p>Here are the following softwares needed:</p>
<p><em>zenoss-1.1.2-0.rhel5.i386.rpm<br />
zenoss-deps-rhel5-1.1.2.i386.tar.bz2</em><br />
Unpack the deps.<br />
<em>tar xjf zenoss-deps.tar.bz2</em></p>
<p>cd to the zenoss-deps directory and install them.<br />
<em>rpm -Uvh *.rpm</em></p>
<p>cd to the zenoss RPM and install.<br />
<em>rpm -Uvh zenoss-1.1.2-0.rhel5.i386.rpm</em></p>
<p>Start snmpd.<br />
<em>/etc/init.d/snmpd start</em></p>
<p>Start zenoss.<br />
<em>/etc/init.d/zenoss start</em></p>
<p>If you have a firewall open port 8080 inbound accept.<br />
<em>iptables -I RH-Firewall-1-INPUT -p tcp &#8211;dport 8080 -j ACCEPT</em></p>
<p>Now open a browser (firefox) and go to.<br />
<em>http://example.com:8080</em></p>
<p>The default log-in is.<br />
<strong>Username: admin<br />
Password: zenoss</strong></p>
<p><em><strong>Note: Zenoss will only work with Firefox and IE7.0 or above.</strong></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=108&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/16/zenoss-core-open-source-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/zenoss-02.jpg?w=300" medium="image">
			<media:title type="html">zenoss-02</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Office 2010</title>
		<link>http://xilef325.wordpress.com/2009/07/15/microsoft-office-2010/</link>
		<comments>http://xilef325.wordpress.com/2009/07/15/microsoft-office-2010/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 11:39:43 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=100</guid>
		<description><![CDATA[Microsoft® Office 2010 gives you rich and powerful new ways to deliver your best work whether you’re at work, home, or school on a computer, Web browser, or Smartphone. Grab your audience’s attention and inspire them with your ideas using enhanced tools, customizable templates, and photo editing capabilities. Work with multiple people from different locations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=100&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignnone size-thumbnail wp-image-102" title="microsoft-office-2010-technical-preview-1" src="http://xilef325.files.wordpress.com/2009/07/microsoft-office-2010-technical-preview-11.jpg?w=150&#038;h=55" alt="microsoft-office-2010-technical-preview-1" width="150" height="55" />Microsoft® Office 2010</strong> gives you rich and powerful new ways to deliver your best work whether you’re at work, home, or school on a computer, Web browser, or Smartphone. Grab your audience’s attention and inspire them with your ideas using enhanced tools, customizable templates, and photo editing capabilities. Work with multiple people from different locations at the exact same time using new co-authoring capabilities. By offering more ways to access your files from virtually anywhere, Office 2010 puts you in control.</p>
<p><strong>The Move To The Browser</strong></p>
<p>Most certainly a direct response to Google Apps, Microsoft is rolling out lightweight, FREE, Web browser versions of Word, PowerPoint, Excel and OneNote. All based in the cloud, the web-based versions of these products have fewer features than their desktop cousins but still give users basic tools to edit and change documents.</p>
<p><strong>PowerPoint 2010</strong></p>
<p>PowerPoint has been upgraded not only with a new browser version, but also a slew of bells and whistles have been added to the desktop version. Users now have the capability of editing video and images within PowerPoint with a basic video editing tool (not so different from the capabilities of iMovie) and an image editing tool, which is like a basic, simple version of Adobe Photoshop. Microsoft has also added the ability for users to launch a WebEx-like live sharing feature with other users. So if you create a slideshow in PowerPoint, you can share it with other people in real-time (which can be run on top of Sharepoint).</p>
<p>Here’s what the video editing tools look like in PowerPoint:</p>
<p><img class="alignnone size-medium wp-image-103" title="msppvideo" src="http://xilef325.files.wordpress.com/2009/07/msppvideo.jpg?w=300&#038;h=180" alt="msppvideo" width="300" height="180" /></p>
<p><strong>Excel 2010</strong></p>
<p>Excel spreadsheets can now run in the browser, and similar to PowerPoint, spreadsheets can be published to the browser via the desktop version. The browser version of Excel has limited features, but offers more in-depth functionality than Google Spreadsheets. Microsoft has added a particularly innovative feature called Sparklines, which gives a visual snapshot image of a data trend over time within a cell. You can also share Excel via the browser with other users and set special permissions on who can access the document.</p>
<p>Here’s what the web version of Excel looks like:</p>
<p><img class="alignnone size-medium wp-image-104" title="ms-web-excel-1" src="http://xilef325.files.wordpress.com/2009/07/ms-web-excel-1.jpg?w=300&#038;h=215" alt="ms-web-excel-1" width="300" height="215" /></p>
<p>Here&#8217;s the complete write up of <a href="http://www.techcrunch.com/2009/07/13/the-complete-guide-to-microsofts-office-2010/" target="_blank">Microsoft Office 2010</a> from <a href="http://www.techcrunch.com" target="_blank">Techcrunch.com</a></p>
<p>Movie for Microsoft Office: <a href="http://www.office2010themovie.com/" target="_blank">http://www.office2010themovie.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=100&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/15/microsoft-office-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/microsoft-office-2010-technical-preview-11.jpg?w=150" medium="image">
			<media:title type="html">microsoft-office-2010-technical-preview-1</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/msppvideo.jpg?w=300" medium="image">
			<media:title type="html">msppvideo</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/ms-web-excel-1.jpg?w=300" medium="image">
			<media:title type="html">ms-web-excel-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Ultimate Worshiper @ Global City, Taguig</title>
		<link>http://xilef325.wordpress.com/2009/07/12/ultimate-worshiper-global-city-taguig/</link>
		<comments>http://xilef325.wordpress.com/2009/07/12/ultimate-worshiper-global-city-taguig/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 03:51:37 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Encouragement]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=93</guid>
		<description><![CDATA[I found this up coming event at praise.com.ph. The Ultimate Worshiper event at Bonifacio Global City, Taguig City. This is going to be a great event for those who are called to be a worship leader..<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=93&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found this up coming event at <a href="http://www.praise.com.ph" target="_blank">praise.com.ph</a>. The Ultimate Worshiper event at Bonifacio Global City, Taguig City.</p>
<p><a href="http://www.praise.com.ph/index2.html" target="_blank"><img class="alignnone size-medium wp-image-94" title="Ultimate Worship" src="http://xilef325.files.wordpress.com/2009/07/citipointesite.jpg?w=212&#038;h=300" alt="Ultimate Worship" width="212" height="300" /></a></p>
<p>This is going to be a great event for those who are called to be a worship leader..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=93&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/12/ultimate-worshiper-global-city-taguig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/citipointesite.jpg?w=212" medium="image">
			<media:title type="html">Ultimate Worship</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Squid/Dansguardian/Clam AV/Bannerfilter/SARG in Ubuntu</title>
		<link>http://xilef325.wordpress.com/2009/07/10/installing-squiddansguardianclam-avbannerfiltersarg-in-ubuntu/</link>
		<comments>http://xilef325.wordpress.com/2009/07/10/installing-squiddansguardianclam-avbannerfiltersarg-in-ubuntu/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 07:28:08 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=88</guid>
		<description><![CDATA[I&#8217;ve been searching for an article the will guide me with the installation of the following Squid &#8211; is a proxy server and web cache daemon. It has a wide variety of uses, from speeding up a web server by caching repeated requests, to caching web, DNS and other computer network lookups for a group [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=88&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been searching for an article the will guide me with the installation of the following</p>
<ul>
<li><a href="http://www.squid-cache.org/" target="_blank">Squid</a> &#8211; is a proxy server and web cache daemon. It has a wide variety of uses, from speeding up a web server by caching repeated requests, to caching web, DNS and other computer network lookups for a group of people sharing network resources, to aiding security by filtering traffic.</li>
<li><a href="http://dansguardian.org/" target="_blank">Dansguardian</a> &#8211; written by SmoothWall Ltd and others, is content-control software: software designed to control which websites users can access. It also includes virus filtering and usage monitoring features.</li>
<li><a href="http://www.clamav.net/" target="_blank">Clam AV</a> &#8211; Clam AntiVirus (ClamAV) is a free, cross-platform antivirus software tool-kit capable of detecting many types of malicious software, including viruses. One of its main uses is on mail servers as a server-side email virus scanner.</li>
<li><a href="http://freshmeat.net/projects/bannerfilter/" target="_blank">Bannerfilter</a> -  is a redirect script for the Squid proxy server, designed to block advertising banners on the Web. Unlike most other solutions, it also automatically closes popup windows.</li>
<li><a href="http://sarg.sourceforge.net/sarg.php" target="_blank">SARG</a> &#8211; Squid Analysis Report Generator is a tool that allow you to view &#8220;where&#8221; your users are going to on the Internet. Sarg provides many informations about Squid users activities: times, bytes, sites, etc&#8230;</li>
</ul>
<p>Glad that I found this Tutorial from <a href="http://www.thedailyadmin.com" target="_blank">http://www.thedailyadmin.com</a></p>
<p>This was setup using vmware but definitely, you can install this even in a new PC. Just skip the vmware part.</p>
<p><strong>Setup the Virtual Environment</strong></p>
<p>Download and install VMWare Server (or whatever virtual environment you want). There are products available that will run on almost any operating system. I use VMWare Server 2.0 running on the main computer in our house (it is always on).</p>
<p><strong>Install Ubuntu</strong></p>
<p>Download the Ubuntu ISO</p>
<p>Install Ubuntu by mounting the ISO in the Virtual Server and following the prompts to install the default desktop. If you aren&#8217;t sure about what to choose, just accept the defaults.</p>
<p>Note: Set the IP address to a static address</p>
<p>Run APT Update to update the software packages cache<br />
sudo apt-get update</p>
<p><strong>Install Squid, ClamAV-daemon, Dansguardian, SARG, Apache2, Lynx</strong></p>
<p><strong>Install squid with the command</strong><br />
sudo apt-get install squid, clamav-daemon, dansguardian, sarg, apache2, lynx</p>
<p>Configure ClamAV-daemon by setting it to update the virus definitions automatically<br />
sudo at 1:00 tomorrow<br />
at&gt;clamscan -i /home/username<br />
&gt;mail root@localhostat<br />
&gt; Enter<br />
job 2 at Mon Mar 30 01:00:00 2009</p>
<p>You can verify that clam av is running by checking for the process<br />
ps -ef | grep clamav</p>
<p><strong>Configure Squid proxy server</strong></p>
<p>Copy the file /etc/squid/squid.conf for a backup:<br />
sudo cp /etc/squid/squid.conf /etc/squid/squid.conf.bak</p>
<p>Edit the squid.conf file<br />
sudo vim /etc/squid/squid.conf</p>
<p>Search for the line TAG: visible_hostname<br />
/TAG: visible_hostname</p>
<p>Move the cursor to the bottom line of that section after # none and hit the &#8220;i&#8221; key to insert the text<br />
visible_hostname squid</p>
<p>Find the line # http_access allow localnet<br />
and delete the # &#8211; this will allow for all clients on the local network to get to the Internet</p>
<p>Add a user named squid<br />
sudo adduser squid</p>
<p>Restart the squid service<br />
sudo /etc/init.d/squid restart</p>
<p><strong>Install Bannerfilter</strong></p>
<p>Download bannerfilter using wget<br />
wget http://phroggy.com/files/unix/bannerfilter-1.31.tar.gz</p>
<p>Expand the archive<br />
tar -zxvf bannerfilter-1.31.tar.gz</p>
<p>Make a bannerfilter directory<br />
sudo mkdir /etc/squid/bannerfilter</p>
<p>Move the bannerfilter folder<br />
mv bannerfilter-1.31/* /etc/squid/bannerfilter</p>
<p>Make a bannerfilter directory<br />
sudo mkdir/var/www/bannerfilter</p>
<p>Move the www contents to the /var/www/bannerfilter<br />
sudo mv /etc/squid/bannerfilter/www/* /var/www/bannerfilter</p>
<p>You should now be able to browse http://ip_address/bannerfilter</p>
<p>Test that the redirector.pl script is functioning<br />
sudo perl /etc/squid/bannerfilter/redirector.pl</p>
<p>Type in something like &#8220;hello world&#8221; and you should see hello world printed to the screen, hit CTRL+C</p>
<p>Edit the squid.conf file again<br />
sudo vim /etc/squid/squid.conf</p>
<p>Add the following line to the end of the squid.conf<br />
redirect_program /var/www/bannerfilter/redirector.pl</p>
<p>Then restart the Squid service<br />
sudo /etc/init.d/squid restart</p>
<p><strong>Configure your browser to use the proxy settings</strong></p>
<p>Internet Explorer: Go to Tools-&gt;Options-&gt;Connection-Lan Settings and check the box for &#8220;Use a proxy server for your LAN&#8230;) then type the address of the Virtual Machine (my case 172.26.1.10) and set the port to 3128(this is the port that dansguardian uses). Check the box for Bypass proxy server for local addresses</p>
<p>Firefox &#8211; Tools-&gt;Options-&gt;Advanced-&gt;Network tab-&gt;Settings. Select Manual proxy configuration and set the HTTP proxy to the IP address of the Virtual Machine and the port to 3128. Check the box &#8220;use this proxy for all protocols</p>
<p>Go to http://127.0.0.1/test.html to see if the proxy works</p>
<p>Run the /update.sh script to update the data files<br />
cd /etc/squid/bannerfilter<br />
sudo ./update.sh</p>
<p>Schedule bannerfilter for auto-updates<br />
sudo crontab -e</p>
<p>Add the line 0 12 * * * /etc/squid/bannerfilter/update.sh</p>
<p>Save the file and quit vim</p>
<p>To test if bannerfilter is working go to a site with a lot of ads (like about.com) and if you see the words &#8220;Blocked&#8221; in what would be an advertisement spot then it works</p>
<p><strong>Configure Dansguardian</strong></p>
<p>The main configuration for Dansguardian is located in /etc/dansguardian/dansguardian.conf<br />
sudo vim /etc/dansguardian/dansguardian.conf</p>
<p>Change the line accessdeniedaddress = &#8216;http://ip_address/cgi-bin/dansguardian.pl &#8216; to the local IP address that was assigned to the Ubuntu virtual machine</p>
<p>Add a # in front of the line:<br />
UNCONFIGURED &#8211; Please remove this line after configuration</p>
<p>Restart dansguardian:<br />
sudo /etc/init.d/dansguardian</p>
<p>Configuring the browser to use Dansguardian by going back into the browser settings and change the proxy port from 3128 to 8080</p>
<p><strong>Installing SARG (with Webmin)</strong></p>
<p>I have found that SARG works best if you have a web interface. I like to use webmin for this.</p>
<p>To install the Webmin dependancies<br />
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl</p>
<p>Download Webmin<br />
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.340_all.deb</p>
<p>Install webmin<br />
sudo dpkg -i webmin_1.340_all.deb</p>
<p>Set the password for Webmin<br />
sudo /usr/share/webmin/changepass.pl /etc/webmin root password</p>
<p>Browse to the webmin interface to check the reporting by browsing to http://ip_address:10000 where ip_address is the IP of the Ubuntu virtual machine</p>
<p>The following list is the features that should be working</p>
<p>* Keyword blocking<br />
* Advertisement blocking<br />
* URL blocking<br />
* Antivirus<br />
* Caching<br />
* Reporting</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=88&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/10/installing-squiddansguardianclam-avbannerfiltersarg-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>
	</item>
		<item>
		<title>Daily Bible Reading</title>
		<link>http://xilef325.wordpress.com/2009/07/10/daily-bible-reading/</link>
		<comments>http://xilef325.wordpress.com/2009/07/10/daily-bible-reading/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 01:42:37 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Encouragement]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=85</guid>
		<description><![CDATA[Were you able to read your bible everyday? Busy? The Biblegateway website offers 90 Days Reading Challenge. It&#8217;s an online Bible reading. You will be presented with different Books, Chapters and Verses in the Bible good for 90 Days. The Bible in 90 Days reading challenge begins today! If you’ve ever wanted to read through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=85&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Were you able to read your bible everyday? Busy?</p>
<p>The Biblegateway website offers 90 Days Reading Challenge. It&#8217;s an online Bible reading. You will be presented with different Books, Chapters and Verses in the Bible good for 90 Days.</p>
<p><strong>The Bible in 90 Days reading challenge begins today!</strong></p>
<p>If you’ve ever wanted to read through the entire Bible but didn’t know where to begin, here’s your chance: a reading plan that walks you through the entire Bible from start to finish in three months. It’s a summer reading challenge that could actually change your life.</p>
<p>Getting started with the Bible in 90 Days plan is easy, and you can do it right here at BibleGateway.com. Just visit (and bookmark) the Bible in 90 Days daily reading page and go there for each day’s Bible reading. You can subscribe to the readings via RSS or iCal by clicking on the links to the right of the daily reading. (If you want to use a different Bible version with the Bible in 90 Days plan, you can choose a different Bible from the dropdown menu above the daily reading.)</p>
<p>If you want to delve even deeper this summer, there’s more to the Bible in 90 Days challenge than just the reading plan—at the Bible in 90 Days website you’ll find resources to involve your entire church in the experience. If you want to share the challenge with your congregation or small group, the tools there will help you do so.</p>
<p><strong>How to use the Bible Gateway reading plans</strong></p>
<p>Using a reading plan is simple. Just go to the daily reading page and read the daily Scripture passage displayed there. There are four different plans you can choose from, and each takes a different route through the Bible over the course of a year. (Read more about the four reading plans.) Select the reading plan you want and your preferred Bible version from the drop-down menu at the top of the page and press &#8220;Update&#8221; to refresh the page with your new reading plan settings.</p>
<p>If you miss a day (or want to read ahead), you can use the calendar in the top right to navigate forward or backward through your plan.</p>
<p>URL: <a href="http://www.biblegateway.com/resources/readingplans/index.php" target="_blank">http://www.biblegateway.com/resources/readingplans/index.php</a></p>
<p><strong><br />
</strong></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">
<p>Using a reading plan is simple. Just go to the <a href="http://www.biblegateway.com/resources/readingplans/index.php/today">daily reading page</a> and read the daily Scripture passage displayed there. There are four different plans you can choose from, and each takes a different route through the Bible over the course of a year. (<a href="http://www.biblegateway.com/resources/readingplans/index.php/about">Read more about the four reading plans.</a>) Select the reading plan you want and your preferred Bible version from the drop-down menu at the top of the page and press &#8220;Update&#8221; to refresh the page with your new reading plan settings.</p>
<p>If you miss a day (or want to read ahead), you can use the calendar in the top right to navigate forward or backward through your plan.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=85&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/10/daily-bible-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check slackware version?</title>
		<link>http://xilef325.wordpress.com/2009/07/09/how-to-check-slackware-version/</link>
		<comments>http://xilef325.wordpress.com/2009/07/09/how-to-check-slackware-version/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:30:29 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/2009/07/09/how-to-check-slackware-version/</guid>
		<description><![CDATA[To check the version of the Slackware OS: cat /etc/slackware-verison To check the cpu information: cat /proc/cpuinfo To check the memory info: cat /proc/meminfo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=84&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To check the version of the Slackware OS:</p>
<p>cat /etc/slackware-verison</p>
<p>To check the cpu information:</p>
<p>cat /proc/cpuinfo</p>
<p>To check the memory info:</p>
<p>cat /proc/meminfo</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=84&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/09/how-to-check-slackware-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>
	</item>
		<item>
		<title>SyncBack &#8211; a reliable backup software</title>
		<link>http://xilef325.wordpress.com/2009/07/09/syncback-a-reliable-backup-software/</link>
		<comments>http://xilef325.wordpress.com/2009/07/09/syncback-a-reliable-backup-software/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:58:59 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=67</guid>
		<description><![CDATA[SyncBack has established itself as world-class in the field of backup and synchronization software. Whether you&#8217;re a beginner or advanced user, at home or work, SyncBack ensures your most valuable asset, data, remains protected. Backup &#8211; Protect your data Restore &#8211; Recover your lost files easily Copy Open Files &#8211; Backup live documents Versioning &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=67&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>SyncBack</strong> has established itself as world-class in the field of backup and synchronization software. Whether you&#8217;re a beginner or advanced user, at home or work, SyncBack ensures your most valuable asset, data, remains protected.</p>
<ul>
<li> Backup &#8211; Protect your data</li>
<li> Restore &#8211; Recover your lost files easily</li>
<li>Copy Open Files &#8211; Backup live documents</li>
<li>Versioning &#8211; Keep previous versions</li>
<li>Incremental Backups &#8211; Does what is required</li>
<li>FTP and Email &#8211; Online access</li>
<li>Performance &amp; Throttling &#8211; As fast as can be</li>
<li>Synchronize &#8211; Work with 2 or more computers</li>
<li>Secure &#8211; Keep confidential data private</li>
<li>Compression &#8211; Keep your files small</li>
<li>Automation &#8211; Set it and forget it</li>
<li>Advanced Customization &#8211; A superb array of options</li>
<li>Vista and 64-bit Compatible &#8211; Tested and optimized for Vista</li>
</ul>
<p><strong>Why Backup?</strong></p>
<p>Every day individuals, businesses, and organizations lose their precious files due to a drive failure, inadvertent deletion, or other unwanted action or event. The result is a great deal of stress, anxiety, and in the case of businesses, lost revenue.</p>
<p>The computer hard drive that stores all your data has moving parts, and in time your hard drive will wear out and fail. It&#8217;s just a matter of when. You need to keep a copy of all your important data somewhere else.</p>
<div>
<p><span style="font-size:11pt;"><img class="alignnone size-medium wp-image-68" title="whybackup" src="http://xilef325.files.wordpress.com/2009/07/whybackup.jpg?w=300&#038;h=84" alt="whybackup" width="300" height="84" /></span></p>
<p>Apart from hard drive failure, there are many other likely scenarios that may result in the loss of your valuable files like power failures and spikes, or system and file corruption due to a viruses, worms, or other malicious attacks.</p>
<p><strong>Where to Backup?</strong></p>
<p>You need to store a copy of all your important files in a different location to where your computer is situated. It&#8217;s not a great deal of use having the copy of your files on your external hard drive which is constantly plugged into your computer. A thief won&#8217;t leave your additional drive for you to recover your lost files, a fire or flood won&#8217;t distinguish between your computer and your external drive. At the very least, keep your copy in a different location in your home. If possible, keep your backup copy in an entirely different building.</p>
<p><span style="font-size:11pt;"><img class="alignnone size-full wp-image-69" title="wheretobackup" src="http://xilef325.files.wordpress.com/2009/07/wheretobackup.jpg?w=510" alt="wheretobackup"   /></span></p>
<p>Some choose to backup their data onto remote servers via File Transfer Protocol (FTP) or by other means. Others use the services of off-site backup over the Internet. Be mindful however that your data is your responsibility. The moment you transfer that data to a third party to keep safe, new risks involving the potential compromise of that services&#8217; availability and security arise.</p>
<p><strong>Backup Insurance</strong></p>
<p>There are circumstances when a backup might also be inadvertently corrupted or over-written. Regularly creating a third backup stored in a different location, although less convenient to administer, provides you with the greatest security against loosing your data. If however you are unlikely to backup often to this third location, it&#8217;s not going to be worth your while as a backup needs to be updated frequently to be of any value.</p>
<p><span style="font-size:11pt;"><img class="alignnone size-full wp-image-70" title="backupinsurance" src="http://xilef325.files.wordpress.com/2009/07/backupinsurance.jpg?w=510" alt="backupinsurance"   /></span></p>
<p>In the scenario shown in the graphic above, one backup is stored in a different location in the home, with a second backup stored at a third location in a different building.</p>
<p><strong>What Data Should be Backed Up?</strong></p>
<p>In addition to your pictures, videos, music, Word documents, spreadsheets, databases, emails etc, you&#8217;ll also want to keep a copy of all the programs you use so that if necessary they may be easily reinstalled at a later date. It would be advisable therefore to copy any new programs you download and install from the Internet in a special folder that gets backed up as part of your backup routine.</p>
<p><span style="font-size:11pt;"><img class="alignnone size-medium wp-image-71" title="whatshouldwebackup" src="http://xilef325.files.wordpress.com/2009/07/whatshouldwebackup.jpg?w=300&#038;h=33" alt="whatshouldwebackup" width="300" height="33" /></span></p>
<p>One especially important program to backup is the program you use for the backup procedure itself. You&#8217;ll also need to save the serial number for this program and others in a secure yet memorable location so you can restore your backup to the original location at a later date should you need to.</p>
<p>If you use your computer for business purposes you will also need to backup all the information from your financial software, inventory control, customer databases, and other specialist business files.</p>
<p><strong>The Pros and Cons of Disk Imaging</strong></p>
<p>To make an exact copy of your drive, including your Windows operating system, you must use &#8216;disk imaging&#8217; software. Disk imaging copies the entire disk (the parts that are used) bit-by-bit. This results in a copy that will take up a lot of disk space, and take much longer to copy.</p>
<p><span style="font-size:11pt;"><img class="alignnone size-full wp-image-72" title="diskimaging" src="http://xilef325.files.wordpress.com/2009/07/diskimaging.jpg?w=510" alt="diskimaging"   /></span></p>
<div><em>Disk imaging isn&#8217;t generally the best answer to backing up for a number of reasons.</em></div>
<div></div>
<div>Your Windows operating environment is constantly changing. Programs are installed, updated, uninstalled, and settings are changed. Many important security specific applications are also regularly and automatically updated. Anyone for example who users their computer to connect to the Internet should have in place Anti-Virus, Firewall, and Anti-Spyware programs that often update many times a week.</p>
<p>Another significant reason why creating a disk image of your drive is not an advisable routine backup procedure is that any and all misconfigurations of your system, dormant security threats, and the vast amount of junk data that is created and stored on your system, will also be copied. Much of this junk data cannot be deleted as it is generated behind the scenes in your system. This results in a decrease in performance and speed, and can also lead to system instability.</p>
<p>Lastly if you change your computer then it&#8217;s very possible that you won&#8217;t be able to restore from a disk image as that disk image contains all the drivers and settings for your previous computers hardware, which is probably completely different (e. g. different motherboard).</p>
<p>These issues, combined with the much longer, costlier (more disks), and less convenient (more time consuming) disk imaging process inevitably means that for the average user, disk imaging is carried out far less frequently than the kind of backup that only copies your documents and information (usually under the &#8216;My Documents&#8217; folder). Always remember that making regular backups to a different location is the key to an effective backup strategy.</p>
<p>People who use disk imaging often use file backup programs as well. For example, they take a snapshot of their hard disk using the disk imaging software, e. g. every week, month, or at ad-hoc times, but use the file backup program to make regular backups of their important files, e. g. scheduled every day or even hourly. When doing a restore they first restore the disk image then restore their files using the file backup program.</p></div>
<div></div>
<p><strong>How often should you make a backup of your files?</strong></p>
<p><strong><img class="alignnone size-full wp-image-73" title="time" src="http://xilef325.files.wordpress.com/2009/07/time.jpg?w=510" alt="time"   /></strong></p>
<div>Many people benefit from backing up on a very regular basis throughout the day. Writers for example may be working on a draft and may wish to review an earlier version of that draft as they progress. This kind of incremental backup is also possible depending on the backup software you use so that you can effectively roll-back to an earlier version of your document.</div>
<div></div>
<div></div>
<div><strong>What should you backup onto?</strong></div>
<p>There are many different types of media that you may choose to backup onto, and each has their own advantages and disadvantages. The first thing you&#8217;ll have to work out is what suits your particular circumstance.</p>
<p><span style="font-size:11pt;"><img class="alignnone size-medium wp-image-74" title="backupunto" src="http://xilef325.files.wordpress.com/2009/07/backupunto.jpg?w=300&#038;h=33" alt="backupunto" width="300" height="33" /></span></p>
<div>It&#8217;s generally a good idea to choose media that allows you to backup all the data you wish to without having to &#8216;span&#8217; the backup. For example, you may need many CDRs to back-up all your information. The problem with this kind of backup is that it requires your intervention to replace the new media as each disk is required. A backup that can automatically run without your intervention will save you a great deal of time over the long run. An external USB hard drive for example can plug straight into a computer and provide an instant large capacity space for your backups.</div>
<div></div>
<div>If you&#8217;re a personal computer user however, the most immediate medium you&#8217;re probably going to consider is to backup to CDR/W or DVDR/W, however, these mediums are also less stable over longer time periods than you might realize. For pure convenience there&#8217;s nothing easier than making relatively small capacity backups to a USB memory stick that you can easily plug in, then transfer to another location. If you&#8217;re a business with existing backup procedures, you may be using tape backup (which can be sensitive to heat, magnetism etc), or you may be implementing a removable hard disk procedure.</p>
<p>Whatever you choose make sure your chosen media is easy to use, requires as least intervention as is possible, and can easily be scheduled.</p></div>
<div></div>
<div><strong>Improving Backup Procedures</strong></div>
<div></div>
<div>If you already have a backup routine it&#8217;s prudent to check it&#8217;s doing what you expect, and if necessary, to make adjustments to ensure it&#8217;s performing to your best advantage. Take care to read through and understand the documentation that comes with your backup program as there may be specific customizations that you may wish to make. For example, you may want to configure your backup so that the program verifies that files are copied correctly, and that the backup makes safe copies by using temporary file names before renaming the file given the copy is successful.</div>
<div></div>
<div>Some backup programs assist you in the evaluation of effective backup procedures by allowing you to test any backup you do with a simulated run. This allows you to check the backup routine functions correctly without actually copying any files.</div>
<div></div>
<p><strong>Backup Insurance</strong></p>
<p><img class="alignnone size-full wp-image-75" title="schedule" src="http://xilef325.files.wordpress.com/2009/07/schedule.jpg?w=510" alt="schedule"   /></p>
<p>It&#8217;s very easy to have your important files backed up without you having to remember to make a backup. The backup can be done automatically, every day, while you sleep. It can be done while you&#8217;re on holiday or out of the office.</p>
<p>Computers are designed to help automate tasks, so let your computer and software automate your backups.</p>
<p><span style="font-size:11pt;">Article from </span><a href="http://www.2brightsparks.com" target="_blank">http://www.2brightsparks.com</a> &#8211; <a href="http://www.2brightsparks.com/tutorials/tutorials-hub.html" target="_blank">The Backup Guide</a></p>
<p>Other SyncBackup Tutorial</p>
<ul>
<li><a href="http://www.edsupport.cc/mguhlin/blog/archives/2007/01/entry_2691.htm" target="_blank">http://www.edsupport.cc/mguhlin/blog/archives/2007/01/entry_2691.htm</a></li>
<li><a href="http://lifehacker.com/147855/geek-to-live--automatically-back-up-your-hard-drive" target="_blank">http://lifehacker.com/147855/geek-to-live&#8211;automatically-back-up-your-hard-drive</a></li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=67&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/09/syncback-a-reliable-backup-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/whybackup.jpg?w=300" medium="image">
			<media:title type="html">whybackup</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/wheretobackup.jpg" medium="image">
			<media:title type="html">wheretobackup</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/backupinsurance.jpg" medium="image">
			<media:title type="html">backupinsurance</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/whatshouldwebackup.jpg?w=300" medium="image">
			<media:title type="html">whatshouldwebackup</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/diskimaging.jpg" medium="image">
			<media:title type="html">diskimaging</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/time.jpg" medium="image">
			<media:title type="html">time</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/backupunto.jpg?w=300" medium="image">
			<media:title type="html">backupunto</media:title>
		</media:content>

		<media:content url="http://xilef325.files.wordpress.com/2009/07/schedule.jpg" medium="image">
			<media:title type="html">schedule</media:title>
		</media:content>
	</item>
		<item>
		<title>Sea level rise: It&#8217;s worse than we thought</title>
		<link>http://xilef325.wordpress.com/2009/07/08/sea-level-rise-its-worse-than-we-thought/</link>
		<comments>http://xilef325.wordpress.com/2009/07/08/sea-level-rise-its-worse-than-we-thought/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 02:48:35 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=63</guid>
		<description><![CDATA[FOR a few minutes David Holland forgets about his work and screams like a kid on a roller coaster.The small helicopter he&#8217;s riding in is slaloming between towering cliffs of ice &#8211; the sheer sides of gigantic icebergs that had calved off Greenland&#8217;s Jakobshavn glacier. &#8220;It was like in a James Bond movie,&#8221; Holland says [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=63&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FOR a few minutes David Holland forgets about his work and screams like a kid on a roller coaster.The small helicopter <img class="alignright" title="Ice Berg" src="http://www.newscientist.com/data/images/ns/cms/mg20327151.300/mg20327151.300-3_300.jpg" alt="" width="300" height="216" />he&#8217;s riding in is slaloming between towering cliffs of ice &#8211; the sheer sides of gigantic icebergs that had calved off Greenland&#8217;s Jakobshavn glacier. &#8220;It was like in a James Bond movie,&#8221; Holland says afterwards. &#8220;It&#8217;s the most exciting thing I have ever done.&#8221;</p>
<p>Jakobshavn has doubled its speed in the past 15 years, draining increasing amounts of ice from the Greenland ice sheet into the ocean, and Holland, an oceanographer at New York University, has been trying to find out why. Scientists like him are more than a little astonished at the rate at which our planet&#8217;s frozen frontiers seem to be responding to global warming. The crucial question, though, is what will happen over the next few decades and centuries.</p>
<p>That&#8217;s because the fate of the planet&#8217;s ice, from relatively small ice caps in places like the Canadian Arctic, the Andes and the Himalayas, to the immense ice sheets of Greenland and Antarctica, will largely determine the speed and extent of sea level rise. At stake are the lives and livelihoods of hundreds of millions of people, not to mention millions of square kilometres of cities and coastal land, and trillions of dollars in economic terms.</p>
<p>In its 2007 report, the Intergovernmental Panel on Climate Change (IPCC) forecast a sea level rise of between 19 and 59 centimetres by 2100, but this excluded &#8220;future rapid dynamical changes in ice flow&#8221;. Crudely speaking, these estimates assume ice sheets are a bit like vast ice cubes sitting on a flat surface, which will stay in place as they slowly melt. But what if some ice sheets are more like ice cubes sitting on an upside-down bowl, which could suddenly slide off into the sea as conditions get slippery? &#8220;Larger rises cannot be excluded but understanding of these effects is too limited to assess their likelihood,&#8221; the IPCC report stated.</p>
<p>Even before it was released, the report was outdated. Researchers now know far more. And while we still don&#8217;t understand the dynamics of ice sheets and glaciers well enough to make precise predictions, we are narrowing down the possibilities. The good news is that some of the scarier scenarios, such as a sudden collapse of the Greenland ice sheet, now appear less likely. The bad news is that there is a growing consensus that the IPCC estimates are wildly optimistic.</p>
<p>The oceans are already rising. Global average sea level rose about 17 centimetres in the 20th century, and the rate of rise is increasing. The biggest uncertainty for those trying to predict future changes is how humanity will behave. Will we start to curb our emissions of greenhouse gases sometime soon, or will we continue to pump ever more into the atmosphere?</p>
<p>Even if all emissions stopped today, sea level would continue to rise. &#8220;The current rate of rise would continue for centuries if temperatures are constant, and that would add about 30 centimetres per century to global sea level,&#8221; says Stefan Rahmstorf of the Potsdam Institute for Climate Impact Research in Germany. &#8220;If we burn all fossil fuels, we are likely to end up with many metres of sea level rise in the long run, very likely more than 10 metres in my view.&#8221;</p>
<p>This might sound dramatic, but we know sea level has swung from 120 metres lower than today during ice ages to more than 70 metres higher during hot periods. There is no doubt at all that if the planet warms, the sea will rise. The key questions are, by how much and how soon?</p>
<p>To pin down the possibilities, researchers have to look at what will happen to all the different contributors to sea level under various emissions scenarios. The single biggest contributor to sea level rise over the past century has been the melting of glaciers and ice caps outside of Greenland and Antarctica, from Alaska to the Himalayas. According to one recent estimate, the continued loss of this ice will add another 10 to 20 centimetres to sea level by 2100. It cannot get much worse than this: even if all this ice melted, sea level would only rise by about 33 centimetres.</p>
<p><a href="http://www.newscientist.com/article/mg20327151.300-sea-level-rise-its-worse-than-we-thought.html" target="_blank">Read the full article ..</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=63&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/08/sea-level-rise-its-worse-than-we-thought/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://www.newscientist.com/data/images/ns/cms/mg20327151.300/mg20327151.300-3_300.jpg" medium="image">
			<media:title type="html">Ice Berg</media:title>
		</media:content>
	</item>
		<item>
		<title>More about Redundant Array of Inexpensive Disks (RAID) ..</title>
		<link>http://xilef325.wordpress.com/2009/07/07/more-about-redundant-array-of-inexpensive-disks-raid/</link>
		<comments>http://xilef325.wordpress.com/2009/07/07/more-about-redundant-array-of-inexpensive-disks-raid/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 08:37:42 +0000</pubDate>
		<dc:creator>xilef325</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://xilef325.wordpress.com/?p=59</guid>
		<description><![CDATA[Redundant Array of Inexpensive Disks (RAID) &#8211; a technology that allowed computer users to achieve high levels of storage reliability from low-cost and less reliable PC-class disk-drive components, via the technique of arranging the devices into arrays for redundancy. RAID can be implemented by software in the host, but this is not usually successful. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=59&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Redundant Array of Inexpensive Disks (RAID)</strong> &#8211; a technology that allowed computer users to achieve high levels of storage reliability from low-cost and less reliable PC-class disk-drive components, via the technique of arranging the devices into arrays for redundancy.</p>
<p>RAID can be implemented by software in the host, but this is not usually successful. It is best implemented by microcode in the storage subsystem controller. The various types of RAID are explained below. In the diagrams, the square box represents the controller and the cache.</p>
<p>Parity is a means of adding extra data, so that if one of the bits of data is deleted, it can be recreated from the parity. For example, suppose a binary halfword consists of the bits 1011. The total number of &#8217;1&#8242;s in the halfword is odd, so we make the parity bit a 1. The halfword then becomes 10111. Suppose the third bit is lost, the halfword is then 10?11. We know from the last bit that there should be an odd number of &#8217;1&#8242;s, the number of recognisable &#8217;1&#8242;s is even, so the missing but must be a &#8217;1&#8242;. This is a very simplistic explanation, in practice, disk parity is calculated on blocks of data using XOR hardware functions. The advantage of parity is that it is possible to recover data from errors. The disadvantage is that more storage space is required.</p>
<p><strong>RAID0</strong> -  is simply data striped over several disks. This gives a performance advantage, as it is possible to read parts of a file in parallel. However not only is there no data protection, it is actually less reliable than a single disk, as all the data is lost if a single disk in the array stripe fails.</p>
<p><img class="alignnone" title="Raid0.gif" src="http://www.lascon.co.uk/raid0.gif" alt="" width="200" height="200" /></p>
<p><strong>RAID1</strong> &#8211; is data mirroring. Two copies of the data are held on two physical disks, and the data is always identical. RAID1 has a performance advantage, as reads can come from either disk, and is simple to implement. However, it is expensive, as twice as many disks are needed to store the data.</p>
<p><img class="alignnone" title="Raid1" src="http://www.lascon.co.uk/raid1.gif" alt="" width="200" height="200" /></p>
<p><strong>RAID2</strong> -  is a theoretical entity. It stripes data at bit level across an array of disks, then writes check bytes to other disks in the array. The check bytes are calculated using a Hamming code. Theoretical performance is very high, but it would be so expensive to implement that no-one uses it.</p>
<p><strong>RAID3</strong> &#8211; A block of data is striped over an array of disks, then parity data is written to a dedicated parity disk. Successful implementations usually require that all the disks have synchronised rotation. RAID3 is very effective for large sequential data, such as satellite imagery and video.</p>
<p><img class="alignnone" title="Raid3" src="http://www.lascon.co.uk/raid3.gif" alt="" width="200" height="200" /></p>
<p>In the gif above, the right hand disk is dedicated parity, the other three disks are data disks.</p>
<p><strong>RAID4</strong> &#8211; data is written in blocks onto the data disks (i.e. not striped), then parity is generated and written to a dedicated parity disk.</p>
<p><img class="alignnone" title="Raid4" src="http://www.lascon.co.uk/raid4.gif" alt="" width="200" height="200" /></p>
<p><strong>RAID5</strong> &#8211; data is written in blocks onto data disks, and parity is generated and rotated around the data disks. Good general performance, and reasonably cheap to implement. Used extensively for general data.</p>
<p><img class="alignnone" title="Raid5" src="http://www.lascon.co.uk/raid5.gif" alt="" width="200" height="200" /></p>
<p>The gif below illustrates the RAID5 write overhead. If a block of data on a RAID5 disk is updated, then all the unchanged data blocks from the RAID stripe have to be read back from the disks, then new parity calculated before the new data block and new parity block can be written out. This means that a RAID5 write operation requires 4 IOs. The performance impact is usually masked by a large subsystem cache.<br />
As Nat Makarevitch pointed out, more efficient RAID-5 implementations hang on to the original data and use that to generate the parity according to the formula new_parity = old_data XOR new_data XOR old_parity. If the old data block is retained in cache, and it often is, then this just requires one extra IO to fetch the old parity. Worst case it will require to read two extra data blocks, not four.</p>
<p><img class="alignnone" title="Raid5wo" src="http://www.lascon.co.uk/raid5wo.gif" alt="" width="200" height="200" /></p>
<p><strong>RAID 5</strong> often gets a bad press, due to potential data loss on hardware errors and poor performance on random writes. Some database manufactures will positively tell you to avoid RAID5. The truth is, it depends on the implementation. Avoid software implemented RAID5, it will not perform. RAID5 on smaller subsystems will not perform unless the subsystem has a large amount of cache. However, RAID5 is fine on enterprise class subsystems like the EMC DMX, the HDS USP or the IBM DDS devices. They all have large, gigabyte size caches and force all write IOs to be written to cache, thus guaranteeing performance and data integrity.</p>
<p>Most manufactures will let you have some control over the RAID5 configuration now. You can select your block stripe size and the number of volumes in an array group.<br />
A smaller stripe size is more efficient for a heavy random write workload, while a larger blocksize works better for sequential writes. A smaller number of disks in an array will perform better, but has a bigger parity bit overhead. Typical configurations are 3+1 (25% parity) and 7+1 (12.5% parity).</p>
<p><strong>RAID6</strong> &#8211; is growing in popularity as it is seen as the best way to guarantee data integrity as it uses double parity. It was originally used in SUN V2X devices, where there are a lot of disks in a RAID array, and so a higher chance of multiple failures. RAID6 as implemented by SUN does not have a write overhead, as the data is always written out to a different block.</p>
<p>The problem with RAID6 is that there is no standard method of implementation; every manufacturer has their own method. In fact there are two distinct architectures, RAID6 P+Q and RAID6 DP.</p>
<p>DP, or Double Parity raid uses a mathematical method to generate two independent parity bits for each block of data, and several mathematical methods are used. P+Q generates a horizontal P parity block, then combines those disks into a second vertical RAID stripe and generates a Q parity, hence P+Q. One way to visualise this is to picture three standard four disk RAID5 arrays then take a fourth array and stripe again to construct a second set of raid arrays that consist of one disk from each of the first three arrays, plus a fourth disk from the fourth array. The consequence is that those sixteen disks will only contain nine disks worth of data.</p>
<p>P+Q architectures tend to perform better than DP architectures and are more flexible in the number of disks that can be in each RAID array. DP architectures usually insist that the number of disks is prime, something like 4+1, 6+1 or 10+1. This can be a problem as the physical disks usually come in units of eight, and so do not easily fit a prime number scheme.<br />
<strong> </strong></p>
<p><strong>RAID7</strong> &#8211; is a registered trademark of Storage Computer Corporation, and is basically RAID3 with an embedded operating system in the controller to manage the data and cache to speed up the access.</p>
<p><strong>RAID1+0</strong> &#8211; is a combination of RAID1 mirroring and data striping. This means it has very good performance, and high reliability, so its ideal for mission critical database applications. All that redundancy means that it is expensive.</p>
<p><strong>RAID50</strong> &#8211; is implemented as a RAID5 array that is then striped in RAID0 fashion for fast access</p>
<p><strong>RAID53</strong> &#8211; applies this &#8216;RAID then stripe&#8217; principle to RAID3. It should really be called RAID3+0. Both these RAID versions are expensive to implement in hardware terms</p>
<p><strong>RAID0+1</strong> &#8211; is implemented as a mirrored array whose segments are RAID 0 arrays, which is not the same as RAID10. RAID 0+1 has the same fault tolerance as RAID level 5. The data will survive the loss of a single disk, but at this point, all you have is a striped RAID0 disk set. It does provide high performance, with lower resilience than RAID10.</p>
<p><strong>RAID-S</strong> &#8211; or parity RAID is a specific implementation of RAID5, used by EMC. It uses hardware facilities within the disks to produce the parity information, and so does not have the RAID5 write overhead. It used to be called RAID-S, and is sometimes called 3+1 or 7+1 RAID.</p>
<p><strong>RAIDZ</strong> is part of the SUN ZFS file system. It is a software based variant of RAID5 which does not used a fixed size RAID stripe but writes out the current block of data as a varying size RAID stripe. With standard RAID, data is written and read in blocks and several blocks are usually combined together to make up a RAID stripe. If you need to update one data block, you have to read back all the other data blocks in that stripe to calculate the new RAID parity. RAIDZ eliminates the RAID 5 write penalty as any read and write of existing data will just include the current block. In a failure, data is re-created by reading checksum bytes from the file system itself, not the hardware, so recovery is independent of hardware failures. The problem, of course is that RAIDZ closely couples the operating system and the hardware. In other words, you have to buy them both from.</p>
<p><em>Article and Images from &#8211; <a href="http://www.lascon.co.uk/d008005.htm" target="_blank">http://www.lascon.co.uk/d008005.htm</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xilef325.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xilef325.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xilef325.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xilef325.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xilef325.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xilef325.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xilef325.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xilef325.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xilef325.wordpress.com&amp;blog=8380784&amp;post=59&amp;subd=xilef325&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xilef325.wordpress.com/2009/07/07/more-about-redundant-array-of-inexpensive-disks-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/510c7c766c96de922055e82c41b4346e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xilef325</media:title>
		</media:content>

		<media:content url="http://www.lascon.co.uk/raid0.gif" medium="image">
			<media:title type="html">Raid0.gif</media:title>
		</media:content>

		<media:content url="http://www.lascon.co.uk/raid1.gif" medium="image">
			<media:title type="html">Raid1</media:title>
		</media:content>

		<media:content url="http://www.lascon.co.uk/raid3.gif" medium="image">
			<media:title type="html">Raid3</media:title>
		</media:content>

		<media:content url="http://www.lascon.co.uk/raid4.gif" medium="image">
			<media:title type="html">Raid4</media:title>
		</media:content>

		<media:content url="http://www.lascon.co.uk/raid5.gif" medium="image">
			<media:title type="html">Raid5</media:title>
		</media:content>

		<media:content url="http://www.lascon.co.uk/raid5wo.gif" medium="image">
			<media:title type="html">Raid5wo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
