Thursday, July 16, 2009
Speedup Firefox Web Browser
1. key in 'about:config' in the firefox address bar
2. then navigate to below 'Preference Name' and set the value as per recommended-
network.http.pipelining (true)
network.http.proxy.pipelining (true)
network.http.pipelining.maxrequests (8)
network.dns.disableIPv6 (true)
plugin.expose_full_path (true)
OK, now try your firefox's performance. It should be much more faster in loading pages. Hope this helpful to you.
Wednesday, July 15, 2009
Gmail Keyboard Shortcuts

Here are some common used shortcut keys:
c - compose
n - move your cursor to next message
p - move your cursor to previous message
r - reply to message sender
f - forward an email
z - undo your previous action
? - display keyboard shortcut help menu
Wednesday, July 1, 2009
Ping Your Blog, Promote Your Blog

There are many ways to promote your blogs. One of them is to PING your blog. The purpose of ping is to notify search engines that there is an update to your blogs. Ping is a mechanism by which a weblog notifies a server that its content has been updated.
List of free services that you can use to ping your blog:
ping-o-matic
ping.sg/
king ping
google blog search ping service
Monday, June 29, 2009
Disable Read & Write to USB diskdrive/pendrive
Below are steps to totally disable the use of USB harddrive and pendrive from your computer.
1) run the regedit
2) Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
3) then locate for name 'start', type 'REG_DWORD' and set the value to 4
note: if later you decide to allow the use of USB harddrive and pendrive, just set the 'REG_DWORD' value to 3.
Saturday, June 27, 2009
How to Snoop into Google Security Cameras
1) inurl:"ViewerFrame?Mode=
2) intitle:Axis 2400 video server
3) inurl:/view.shtml
4) intitle:"Live View / - AXIS" | inurl:view/view.shtml^
After the search, open the search result in new web browser, then you can take control of the camera.
You can try below url:
1) http://125.206.34.118/cgi-bin/ViewerFrame?Mode=Motion&Resolution=640x480&Quality=Motion&Interval=10&Size=STD&PresetOperation=Move&Language=0
2) http://www.cherrytreeinn.com:8080/ViewerFrame?Mode=Motion&Language=0
3) http://24.39.100.161:82/ViewerFrame?Mode=Motion&Language=1
4) http://129.125.136.20/view/index.shtml
Enjoy!
Thursday, June 25, 2009
Open Source Proxy Server

Before begin, you must register a Google App Engine account and create an application as GAppProxy. Then go to http://code.google.com/p/gappproxy/downloads/list to download GAppProxy, run gui.exe, configure your web browser with HTTP proxy set to 127.0.0.1:8000. Now, you can access the internet via the proxy server.
Tuesday, June 23, 2009
Disable Write to USB drive Harddisk & Pendrive
In fact there is a registry hack that can disable the read/write access to USB devices altogether. User cannot copy data to the USB disk storage, nor able to read any files and documents from the USB drive.

But, if you only want to disallow write access and allow read access, then there is another registry hack of WriteProtect in StorageDevicePolicies registry key that you can make use of. Just follow below few steps:
1) run the regedit
2) Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3) Create a New Key named as StorageDevicePolicies
4) Highlight StorageDevicePolicies, and then create a New DWORD (32-bit) Value named as WriteProtect
5) Double click on WriteProtect, and set its value data to 1.