Mozilla Has Pajama Geek Parties with Hackers
To quote ha.ckers directly they said they were invited to a “Mozilla “milk and cookies pajama party””
|
|
||||
Mozilla Has Pajama Geek Parties with Hackers Yes you read that title right, ha.ckers has the poop on a little sit down with the Mozilla crew where some “gauntlet’ was thrown down by way of a business card. Yeah I don’t know either….
To quote ha.ckers directly they said they were invited to a “Mozilla “milk and cookies pajama party””
DefCon Geeks Bust Dateline Mole I found this story quite humorous when I read it first thing this morning. I can just picture some disgruntled IT guy working for Dateline getting the word out via IM to his uber geek friends.
Wired has the scoop along with photos of this reporter (although from the looks of it she was getting paparazzi level photo coverage on her way out)
Almost Perfect htaccess File for WordPress BlogsIf you manage and edit your own website or run a blog with it’s own domain then you are probably aware of a type of file called the .htaccess file. You may or may not know what this file actually does, or how to create and edit one but fret not, I’m here to help.
Josiah Cole dot com runs a slightly out of date WordPress 2.1 install (the horror I know), and a fairly standard one at that, with a couple select plugins like Askimet and wp-cache to help me possibly survive another Digging. The one item that is not lacking is a complete and robust .htaccess file that sufficiently protects and aids my site in handling traffic and visitors. This quick tutorial will provide you with an htaccess file that does the following: 1. Protects itself (security)
1. Step 1, create a blank .htaccess file. This can be done in Notepad or a comparable simple text editor of your choice (no MS Word does not count although it’s possible). Open Notepad and Click Save, name this file htaccess.txt. If you’re using Windows XP the OS won’t allow you to name a file e .htaccess but don’t worry, you can rename it once it’s been uploaded to your server (no idea how Linux, Vista or OSX handle this). 2. Add content to htaccess.txt. Now that you have htaccess.txt saved, you can start to edit the file and use it to better manage your site without relying on complex PHP or bloated JavaScript code. The example htaccess file below is one that can be used for a website like this one (running WordPress and nothing else), simply un-comment the sections you’d like to use by removing the # at the beginning of the line and copy+paste the contents into your own .htaccess file.
# protect the htaccess file # disable the server signature # limit file uploads to 10mb # protect wpconfig.php #who has access who doesnt #custom error docs # disable directory browsing #redirect old to new #block referring domains #disable hotlinking of images with forbidden or custom image option # php compression – use with caution # set the canonical url # protect from spam comments 3. Upload htaccess.txt. Once you’ve created your master piece of an .htaccess file upload the htaccess.txt file to your web server via ftp (in ASCII mode) and rename the file to .htaccess. Once it’s been renamed change the file permissions of the .htaccess file to 644 to further protect it from malicious hacker types.
4. Test, Test, Test. Go to your site, is it still up? Good, now check to see if you can access files you protected, or try and see a directory listing. Not all variables are testable but do your best to make sure your file is working. Lastly Josiah Cole dot com is now running a variation of the htaccess file above with no hotlink protection (I only host a couple images) and no redirects or custom errors docs (yet). No problems *yet* but I’m still running tests to make sure there are no problems. Maybe my visitors can help me do this by commenting? If I like it I’ll add your suggestion to the article and give you some URL lovin’. Note: If you are already using a custom permalink structure to format page names, you’ll need to keep that code in the htaccess file in order for that to continue functioning. To see your htaccess file in WordPress click Manage>Files>.htaccess (for rewrite rules). Encrypt Your BitTorrent Downloads
The first thing you may have to do before enabling encryption is to change your User Proficiency to something above the rather noobish Beginner to at least Intermediate. Once that is saved you will have access to the encryption options located under the Connection menu. With bandwidth shaping in full use by many greedy access providers enabling encryption may increase the speed of your BitTorrent downloads considerably. I can’t say from personal use that it’s increased my speeds which are provided by Comcast Business, but I’ll keep an eye on it and report any significant jumps. DemocraKey – Bringing Privacy and Security to your iPod
I’ve used TorPark and some Portable Apps for several years and think they’re both great projects. Torpark takes a great privacy tech in Tor and bundles it with every geek’s favorite web browser Firefox which produces an incredibly easy to use private browsing experience. No configuring proxies, no funny business, just launch the browser and wait a few seconds for the Tor circuit to initialize and you’re off browsing. Features * Protect your computer from viruses with a security enhanced version of Firefox |
|
||