<?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>nothingOS &#187; adq890</title>
	<atom:link href="http://techgeek.mynothing.net/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://techgeek.mynothing.net</link>
	<description>opensource</description>
	<lastBuildDate>Thu, 19 Jan 2012 01:23:31 +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>Tier 1 / Tier 2 / Tier 3 / Tier 4 Data Center</title>
		<link>http://techgeek.mynothing.net/tier-1-tier-2-tier-3-tier-4-data-center/</link>
		<comments>http://techgeek.mynothing.net/tier-1-tier-2-tier-3-tier-4-data-center/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:22:22 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=577</guid>
		<description><![CDATA[Q. What is data center tiers? What is tier 1 data center? Which tier / level is the best for maximum uptime? A. Tier 1 to 4 data center is nothing but a standardized methodology used to define uptime of data center. This is useful for measuring:a) Data center performance b) Investment c) ROI (return on investment)Tier [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/tier-1-tier-2-tier-3-tier-4-data-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPV6 &#8211; Launch 6.6.2012</title>
		<link>http://techgeek.mynothing.net/572/</link>
		<comments>http://techgeek.mynothing.net/572/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 08:16:27 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=571</guid>
		<description><![CDATA[THE FUTURE IS FOREVER 6 JUNE 2012 Major Internet service providers (ISPs), home networking equipment manufacturers, and web companies around the world are coming together to permanently enable IPv6 for their products and services by 6 June 2012. Organized by the Internet Society, and building on the successful one-day World IPv6 Day event held on [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/572/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod_evasive &#8211; Prevent DDOS Attack</title>
		<link>http://techgeek.mynothing.net/mod_evasive-prevent-ddos-attack/</link>
		<comments>http://techgeek.mynothing.net/mod_evasive-prevent-ddos-attack/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 06:42:37 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[centos | redhat | fedora]]></category>
		<category><![CDATA[config]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=561</guid>
		<description><![CDATA[Installing Modevasive mod_evasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. -&#62; Execute the following commands [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/mod_evasive-prevent-ddos-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to calculate SUBNET and BROADCAST adress</title>
		<link>http://techgeek.mynothing.net/guide-to-calculate-subnet-and-broadcast-adress/</link>
		<comments>http://techgeek.mynothing.net/guide-to-calculate-subnet-and-broadcast-adress/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 03:08:52 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=550</guid>
		<description><![CDATA[Refer : http://www.shunsoft.net/ipcalc/help/index.html]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/guide-to-calculate-subnet-and-broadcast-adress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and configure SNMP on CentOS</title>
		<link>http://techgeek.mynothing.net/install-and-configure-snmp-on-centos/</link>
		<comments>http://techgeek.mynothing.net/install-and-configure-snmp-on-centos/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 05:40:01 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[centos | redhat | fedora]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=548</guid>
		<description><![CDATA[This guide describe howto install and do a basic configure of SNMP on a RedHat Enterprise Linux or CentOS. 1. Installation Run command yum install net-snmp-utils [root@dull etc]# yum install net-snmp-utils 2. Configure do a backup of the snmpd config file. [root@dull ~]# mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.old Create a new config file. [root@dull ~]# vi /etc/snmp/snmpd.conf [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/install-and-configure-snmp-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Then and Now</title>
		<link>http://techgeek.mynothing.net/535/</link>
		<comments>http://techgeek.mynothing.net/535/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 04:19:48 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[linux distro]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=535</guid>
		<description><![CDATA[info : http://amanz.my/2011/08/infografik-linux/ &#38; http://life4hire.com/infographic-linux-dulu-dan-sekarang/]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/535/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeRadius + MySQL + Ubuntu</title>
		<link>http://techgeek.mynothing.net/install-configure-and-testing-freeradius-mysql-ubuntu/</link>
		<comments>http://techgeek.mynothing.net/install-configure-and-testing-freeradius-mysql-ubuntu/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 15:22:02 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[config]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=519</guid>
		<description><![CDATA[START Install MySQL Server: #sudo apt-get install mysql-server Install Freeradius Server: #sudo apt-get install freeradius freeradius-mysql Install Apache Server: #sudo apt-get install apache2 Install needed support for Apache Server: #sudo apt-get install php5-mysql debhelper  libltdl3-dev libpam0g-dev libmysqlclient15-dev build-essential libgdbm-dev libldap2-dev libsasl2-dev libiodbc2-dev libkrb5-dev snmp autotools-dev dpatch  libperl-dev libtool dpkg-dev libpq-dev libsnmp-dev libssl-dev php-pear php5-gd php-db [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/install-configure-and-testing-freeradius-mysql-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Administrator Appreciation Day</title>
		<link>http://techgeek.mynothing.net/system-administrator-appreciation-day/</link>
		<comments>http://techgeek.mynothing.net/system-administrator-appreciation-day/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 08:01:57 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/system-administrator-appreciation-day/</guid>
		<description><![CDATA[July 29, 2011(Last Friday Of July) 12th Annual System Administrator Appreciation Day A sysadmin unpacked the server for this website from its box, installed an operating system, patched it for security, made sure the power and air conditioning was working in the server room, monitored it for stability, set up the software, and kept backups [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/system-administrator-appreciation-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World IPV6 Day &#8211; 8 June 2011</title>
		<link>http://techgeek.mynothing.net/world-ipv6-day-8-june-2011/</link>
		<comments>http://techgeek.mynothing.net/world-ipv6-day-8-june-2011/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 13:32:41 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[ipv6 day]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=507</guid>
		<description><![CDATA[ABOUT WORLD IPV6 DAY On 8 June, 2011, Google, Facebook, Yahoo!, Akamai and Limelight Networks will be amongst some of the major organisations that will offer their content over IPv6 for a 24-hour “test flight”. The goal of the Test Flight Day is to motivate organizations across the industry – Internet service providers, hardware makers, operating system vendors and web companies [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/world-ipv6-day-8-june-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webian Shell</title>
		<link>http://techgeek.mynothing.net/webian-shell/</link>
		<comments>http://techgeek.mynothing.net/webian-shell/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:37:37 +0000</pubDate>
		<dc:creator>adq890</dc:creator>
				<category><![CDATA[linux distro]]></category>
		<category><![CDATA[webian]]></category>

		<guid isPermaLink="false">http://techgeek.mynothing.net/?p=501</guid>
		<description><![CDATA[A full screen web browser for devices that don&#8217;t need a desktop. If you find most of the stuff you do on your PC these days happens in a web browser then you might find that the desktop environment you used to depend on is now just getting in your way. The idea of the [...]]]></description>
		<wfw:commentRss>http://techgeek.mynothing.net/webian-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

