Loading...

Friday, November 12, 2010

Get Free 1 Year License Key Kaspersky Internet Security 2011, Hurry !!!

Now you can get free Kaspersky Internet Security 2011 with Original 1 Year License Key Kaspersky .The Kaspersky team in China which provides a license key Free KIS 2011 as part of promotional programs. Follow the steps given below to get the activation code for KIS 2011 with free of cost.

To protect users as much as possible, Kaspersky has decided to distribute high-end security software called Kaspersky Security Forces-2011 (A year edition) for free with activation in one month, from November 4 until December 3, 2010 only.

Kaspersky Internet Security 2011 feature :
  • Realtime protection against internet threats
  • Safe surf feature to protect while you’re exploring the online content.
  • Smart anti-phishing protection and virtual keyboard.
  • Improved parental control.
  • System watcher technology
  • Safe run mode for apps and websites
  • Easy access desktop gadget.
  • Application control prevents malwares from harming your system.

Then, how to get KIS 2011 Activation Code Free?
Go to Site http://song.kaba365.com
This website is in Chinese, so use Google Translate, but if you do not really want to know what the Chinese writing please see the picture below.
Enter your email id (real email id), and click the button directly below it.

On the next page, you will see a confirmation screen. Just enter the number you see in the right box and fill in the boxes on the left, then click the submit button.
Now you will be taken to a page that displays the activation code for Kaspersky Internet Security KIS 2011.
 If the code is not shown, please see the activation code is sent to your email, like this :

Please Download Kaspersky Internet Security 2011 or link here (remember you must use Chinese Version), then Activate Kaspersky products immediately within 1 week after you get activation code or it will become obsolete.When entering the activation code, the computer must be connected to internet.

How to Convert the language?
The conversion of user interface from Chinese to English may not work for most users. Even if the UI is successfully been changed to English, the program will return license error and show that your computer is in risk, please reinstall.
  1. Install the Kaspersky Internet Security 2011 Chinese version. The setup is in Chinese, but user can get it installed by virtually pressing the Enter key or the “Next (N), “Agree” (A) and “Install” (I) buttons. Enter the product key to activate the Kaspersky IS 2011 when prompted. 
  2. Open Kaspersky IS 2011 window, and click on “Settings” on the top right corner.
  3. Go to the forth tab, and then click on the second item (Self Defense).
  4. Uncheck (untick) the first check box (with an “E”) to turn off the Self Defense, and then click OK (far left first) or Apply (with an “A”) button at the bottom right corner.
  5. Restart the computer, and on boot up, press F8 to go into Safe Mode.
  6. In Safe Mode, run Registry Editor (RegEdit), and navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\protected\AVP11\environment\
  7. On the right pane, double click on SkinSwitchDisabled and change its value date to 0 (from 1).
  8. On the right pane, double click on Localization, and change its value to en.
  9. Alternatively, restart the computer without changing the value. On Kaspersky IS program, press Shift + F12 keys to instantly switch the skin from Chinese to English.
  10. Restart the computer.
Happy Downloading ^_^

Wednesday, September 15, 2010

Download Apple iOS 4.1 (lets Update your iPhone 4, iPhone 3GS, iPod touch 2nd generation or later to get more improvements, LEGALLY FREE)

The new firmware Update iOS v 4.1 will be bringing Game Center, new iTunes features, high dynamic range (HDR) photography and much more to iOS platform.

 

Major new features of Apple iOS 4.1 :


Game Center
Game Center - All new game center to let users experience social gaming on their iOS devices. Find friends or use auto-match to play against new opponents. Track achievements, compare high scores and more.
iTunes Ping
iTunes Ping - New social music discovery feature for iTunes. Keep up with your friends’ music and follow your favorite artists.




HD Video Upload
HD Video Upload - Upload HD video to YouTube and MobileMe from your iPhone 4.



HDR Photography

HDR Photography - Take great photos that capture a wider range of light intensity using the new high dynamic range (HDR) setting on iPhone 4, which automatically combines multiple exposures into a single HDR image.


The Other Features :
This update contains improvements, including the following:
  • Support for TV show rentals on iTunes
  • Additional support for AVRCP-supported accessories, including next & previous track control
  • FaceTime calling directly from Favorites
  • Bug fixes, including:
    • iPhone 4 proximity sensor performance
    • iPhone 3G performance
    • Nike+iPod fixes
    • Bluetooth improvements

Products compatible with this software update:
  • iPhone 4
  • iPhone 3GS
  • iPhone 3G
  • iPod touch 2nd generation, or later
  • Game Center requires iPhone 4, iPhone 3GS, iPod touch 2nd generation or later.
ATTENTION !!!
Before you doing to download please note that upgrading to iOS 4.1 will put your jailbreak and carrier-unlock in danger as also confirmed by the iPhone Dev Team, you can read in here.

Here is the iOS 4.1 Direct IPSW Restore File Download Links :
Okay lets Happy updating...

Tuesday, August 17, 2010

Download Torrent File in Linux Server (with Command Line Interface)

Do you have VPS or Offshore or Dedicated server that have so many bandwith?
Do you want to use that "extra bandwith speed" to download torrent files? if you say yes, you should try this. I use my debian-5.0-x86 VPS hosting in Dallas, USA to download my torrent files, then if the download complete, i will download that file with internet download manager (yeah, i got multiple speed :D). To do that, we must have torrent client that called BitTorrent. BitTorrent is the name of a peer-to-peer (P2P) file distribution protocol, and of a free software implementation of that protocol.

The BitTorrent client is a computer program developed by BitTorrent, Inc. used to download and upload files via the BitTorrent protocol. You can download python based command line BitTorrent client download for Linux/BSD/Mac OS X/UNIX link oses. This is quite useful, if you would like to download file remotely over SSH session. bittorrent.com offers bittorrent client in .deb (Debian Linux) or rpm (RedHat/Fedora Core/CentOS Linux) file formats.

First step, you must check your python version. Type following command to find out python version :
$ python -V
then the result

Python 2.5.0
owh, i use python 2.5, then i go to http://download.bittorrent.com/dl/archive to find out the bittorent client that match with my python version, i get bittorrent_5.0.9_python2.5 version.

Step 2, Download The BitTorrent Client
You can use wget to download bittorrent client.
$ wget http://download.bittorrent.com/dl/archive/bittorrent_5.0.9_python2.5.deb
Step 3, lets go to install BitTorrent client
First login as a root user (use su or sudo command), then use dpkg command install bittorrent client
# dpkg -i bittorrent_5.0.9_python2.5.deb
Okey it's done, then you should call the application like this :

$ /usr/bin/bittorrent-curses 'http://torrents.thepiratebay.org/5721469/StarCraft_II_Wings_of_Liberty-RELOADED.5721469.TPB.torrent'
or
$ bittorrent-curses 'http://torrents.thepiratebay.org/5721469/StarCraft_II_Wings_of_Liberty-RELOADED.5721469.TPB.torrent'
or
$ /usr/bin/bittorrent-curses '/path/to/file.torrent'

if you got error on installing BitTorrent or python, please update your repositories first.