I use a linksys WRT54G on my home network. It was running the standard Linksys firmware at one point, but I've been running a variety of Linux variants on it over the last few months. This evening, while looking for information on OpenWRT I stumbled across HotSpotSystem.com. While several of the alternative firmwares offer hotspot functionality this is the first one I've come … [Read more...] about Making Money With Wireless?
Techie :: Techno ::
Risque Ads
Niall gave me a link to this Safe for work, but a little risque :) … [Read more...] about Risque Ads
Prolific Bloggers?
I just saw a post about someone looking for the most prolific bloggers (via). The criteria they're using is quite simple: 1. It must be a blog. 2. It must be a legitimate blog...that adds content, any kind, to the blogosphere. 3. There must be 1,000 or more posts at ONE blog, not a total of 1,000 at two, three or more different blogs. 1 - That's easy enough 2 - It depends on … [Read more...] about Prolific Bloggers?
mod_rewrite tricks
Mod_rewrite is an incredibly powerful tool and a lot of us would be very lost without it! A couple of quick "tricks" using mod_rewrite - partially to help myself find them again in the future: Redirecting domain.tld to www.domain.tld RewriteEngine On RewriteBase /RewriteCond %{HTTP_HOST} !^www.domain.tld$ [NC] RewriteRule ^(.*)$ http://www.domain.tld/$1 … [Read more...] about mod_rewrite tricks
Yet Another WordPress Security Hole
Wordpress is beginning to become a little like phpbb2 - a security nightmare. Last night I got a "heads up" from one of our sysadmins that there was another security release, as the Wordpress download servers had been cracked! Lovely! I upgraded this install as soon as I heard, but of course I forgot to update some permissions etc., which is why it was a wee bit broken until a … [Read more...] about Yet Another WordPress Security Hole