Tuesday, October 23, 2007

Port Redirector - Advanced

Port redirectors are very cool little programs.. They basically redirect data from one port to another, mostly used for hacking. UDP, mysql, sockets, TCP, etc.

read more | digg story

Pentagon hacker gets law lords appeal

Three judges have agreed that hacker Gary McKinnon can appeal to the House of Lords against his extradition order to the US. McKinnon, 41, was charged in 2002 with multiple counts of breaking into US military and government computer networks. However, he has remained free in Britain while he fights extradition.

read more | digg story

SSL and Apache - Example Code for httpd.conf or .htaccess

Apache SSL in htaccess examples with SSLRequireSSL and SSLRequire in SSLOptions with FakeBasicAuth and StrictRequire

read more | digg story

Set Charset in .htaccess

Replace the meta http-equiv content-type UTF-8, by using one of the methods outlined in this article in either httpd.conf or htaccess

read more | digg story

Monday, October 15, 2007

Wget Trick enables Downloading from Restrictive Sites

Wget can be setup automatically with .wgetrc or env variables to be configured to act like a normal browser, thus allowing wget to download and access files from otherwise restricted urls.

read more | digg story

Add Far Future Expires Headers to Speed Up Your Site

Learn How to Add a Far Future Expires Header to your files to make your site lightning fast!

read more | digg story

Cache and GZIP your javascripts and CSSs files to speed up your site

In this post for programmers and "webmasters" we try to teach how to cache and gzip your CSS and javascript content, to speed up the download time of your site. Your Web application can use this files if:- You can use .htaccess- You have CSS only and JS only folders to apply to the whole folder- You can use PHP in your hosting

read more | digg story

Easy Apache Speed Tips: Turn On Compression

Compress files before sending to the client using mod_deflate.

read more | digg story

Wordress hacks to use it as a CMS for any web site

Nick L.A. wrote some pretty cool hacks on how to modify wordpress themes and wordpress code to use it as a general CMS platform and not only as blogging platform. Tricks are easy to use for non developers.

read more | digg story

WordPress Plugin Displays the Type of Document, is_page, is_single, is_cate

Displayes a semi-transparent box on the document you are viewing that tells you if its a page, single, feed, category, etc..

read more | digg story

10 Best CSS .classes in CSS File Toolbox

CSS Toolbox of CSS classes for XHTML, Web Standards, Best-Practices web developers. Check out 10 of my favorite CSS classes.

read more | digg story

The REAL Way to Optimize AdSense

Learn the best Size, Color, and Position to make money with Google AdSense Ads.

read more | digg story

The Story of the Very First UNIX Ping Program - 1983

Interesting Story by the Author of the First UNIX Ping Program

read more | digg story

CSS Sprites using background-position on Background Images

CSS Image Sprites are single image files with multiple images, using the background-position in CSS you position the background-image to create a sprite

read more | digg story

Fresh .htaccess Examples: Cookies, Variables, Custom Headers

Fresh .htaccess code for you! Check out the Cookie Manipulation and environment variable usage with mod_rewrite! I also included a couple Mod_Security .htaccess examples. Enjoy!

read more | digg story