<?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>Aknosis.com &#187; Quick Tips</title>
	<atom:link href="http://www.aknosis.com/category/quick-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Fri, 25 Jun 2010 04:22:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Retrieve D-Link Router WPA Password via Firebug</title>
		<link>http://www.aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 05:39:35 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[d-link]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=333</guid>
		<description><![CDATA[Well I&#8217;ve done it a million times, I forget my WPA password and each time a new device comes along I have to change it for them all. Well no more! My router is D-Link DGL-4300. All you need to make this work is Firefox and Firebug. (Any javascript console should work) Travel over to [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating MySQL Database Backups on the Command Line via mysqldump</title>
		<link>http://www.aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:54:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=278</guid>
		<description><![CDATA[Are you tired of manually running backups when you remember to? If you are running your own server, or have access to the shell and cron jobs this tip is for you! First off for a better understanding of mysqldump check out the MySQL reference manual. All mysqldump really does is output the necessary queries [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache: How to redirect all root domain traffic to www subdomain</title>
		<link>http://www.aknosis.com/2009/10/22/apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/22/apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:37:20 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=269</guid>
		<description><![CDATA[Problem: Traffic comes to http://aknosis.com/something/ but they really need to go to http://www.aknosis.com/something/. Solution: 301 Redirect via Apache with mod_rewrite. Simple easy addition to your httpd.conf or .htaccess, I placed mine right above my wordpress mod_rewrite rules. If you are using .htaccess just dump it in that file above the wordpress redirect, if you having [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/22/apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with jQuery &#8211; Checkboxes!!!</title>
		<link>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:43:15 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=215</guid>
		<description><![CDATA[Another day with jQuery, this time we are talking about checkboxes. Just like I stated in my previous post about select boxes, jQuery and checkbox integration, if you will, isn't cut and dry but damn near close. So how can jQuery assist with checkboxes? Lots of ways, here are a few examples to keep you [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More jQuery Fun &#8211; Auto Populating a Select Box</title>
		<link>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 06:10:28 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=185</guid>
		<description><![CDATA[Problem: You want to dynamically populate a select box and you don't know how. Solution: Easy, I will show you. First off, I lied there is no built in way in jQuery (why?, I don't know) to automatically populate a select box. But it actually is very easy. There are plenty of methods to accomplish [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fun with jQuery &#8211; toggle() &#8211; Easy tips to visually enhance your website</title>
		<link>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:06:26 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=169</guid>
		<description><![CDATA[Here's a quick tip to add some cool effects with jQuery that require very little code to implement. In this example I'm going to so how use of the toggle function can make the simplest functionality and jazz it up. .toggle() In a nutshell, the toggle function will call the show() function if your element [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Website Peformance with a CDN (jQuery)</title>
		<link>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:11:17 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=144</guid>
		<description><![CDATA[If you want to increase load times for your site a good way is to serve your resources (js/images/css) from different hosts. Even better is to use a CDN (Content Delivery Network) that has edge locations, see Amazon's CloudFront,  that will serve those resources from hosts that are nearest to your viewers.  If it is logistcally [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Managing Linux Processes</title>
		<link>http://www.aknosis.com/2009/05/14/managing-linux-processes/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/05/14/managing-linux-processes/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:48:46 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=97</guid>
		<description><![CDATA[Quick tip on managing linux processes, I always end up asking myself this and having to research how to do such things. So here are some quick tips to help you manage your linux processes. This is all done in bash, I'm not sure what is different with the other shells so ymmv. Here is [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/05/14/managing-linux-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
