Amazingit wants to keep up with you on Twitter
chandrakumar wants to keep up with you on TwitterTo find out more about Twitter visit http://twitter.com/i/2470a39194e6065d3aef7cf3a6a5204ee3a44447 Thanks, About TwitterTwitter is for discovering and sharing what’s happening right now through the timely exchange of short, public messages. Since its inception in 2007, this open exchange of information has transformed Twitter from a simple social utility to a new kind of communication with the potential for positive global impact. Individuals and organizations alike are encouraged to try Twitter for a variety of uses ranging from social to commercial. This message was sent by a Twitter user who entered your email address. If you’d prefer not to receive emails when other people invite you to Twitter you can opt-out Please do not reply to this message; it was sent from an unmonitored email address. This message is a service email related to your use of Twitter. For general inquiries or to request support with your Twitter account, please visit us at Twitter Support. |
Make Your Free Website With Yola

Features tour
Yola is absolutely dedicated to helping you build a website quickly and effortlessly. We offer critically-acclaimed, easy-to-use tools and web hosting all for free.
|
Build a website fast
» Get your site up in minutes – no technical skills needed – nothing to download » Easy to manage – make changes and add updates in a snap » 24/7 online customer support |
![]() |
|
|
Build a website that’s customizable
» Choose from over 100 customizable website templates to get the look you want » Start a blog to tell the world what you know » Get an easy to remember web address with a custom domain name |
![]() |
|
|
Build a website for free
» Free website builder » No banner or pop-up ads » Free hosting |
![]() |
|
|
Build a website full of features
» Works with top web services, like Google Maps, YouTube videos and many more » Use the PayPal shopping cart to sell items or collect donations » Add online forms to collect information from site visitors |
![]() |
|||||||||||||||||||
Build a Small Business Website Yola is ideal for small business. With our free website building tools and hosting, we’ve helped thousands and thousands of entrepreneurs like you create professional-looking websites and grow your businesses.
|
||||||||||||||||||||
Non Profit Site
Yola is committed to helping your non-profit organization reach your goals.
Whether you’re a small-town softball team or a worldwide relief fund, our free website building tools and hosting can help you create professional-looking websites and let your organization succeed.
![]() |
|
Get Your Free CO.CC Domain Today!
Well, I know many of the new bloggers still stick to blogspot.com or sub-domains given by blogger hosting companies. You have to keep in mind though, getting your own domain name adds value to your blog. Especially when you are allowing advertising on your blog, advertisers think that you are serious enough to have your own domain name and hosting your blog on it. Not necessary that you always would have that extra bucks to spend on domain names, or even if you have – you might not want to spend on each and every blog. Even many established bloggers do have their own low profile blogs that they would probably never bring on domain name but keep them on blogspot only.
But as having your domain name becomes a no-expenses activity, you should grab your free domain names as soon as possible. There are few things to keep in mind though -
- Not all the domain names are free here. The premium domain names are available for a cost. And that cost is exorbitant.
- Your domain names if not accessed for long time, they may stop providing you free service, so better have some traffic coming in.
- Avoid breaking their rules to get your free domain name punished, and eventually yourself.
So I think looking at the rules, it’s advisable to host clean, nice blogs or application or websites at these domains, have some traffic coming in to these domains of yours and enjoy the free domain for lifetime.

How to Bypass Most Firewall Restrictions and Access the Internet Privately
| Contents | |
| Introduction | |
| More and more employers and universities are becoming aware of the amount of time their employees or students are spending using the Internet for personal reasons. Obviously employers want to discourage this behavior and may implement a number of different ways to do so. These can include;
This guide discusses a way an employee or student can securely access the Internet while at work or school, and also get around common firewall restrictions that prevent you from using most networked programs. My definition of “securely” means that there should be no mean by which your employer can know which web sites you have visited or are currently visiting, and can not view or decipher the content of those sites (without actually standing over your shoulder.) Keep in mind that the method I discuss here will protected you from NETWORK monitoring, not actual computer or keystroke monitoring. So if your IT department has some security software installed on your PC, you probably shouldn’t even be looking at this page. In addition to protecting you from network monitoring, this method can be used to get around a number of other security protections that may be in place;
This version of the guide demonstrates how to encrypt your network traffic using an SSH tunnel to an HTTP proxy server. There could be other means to achieve this objective, which I may discuss in future versions. Using this method will actually allow you to do more than just surf the web privately. You can secure any program that can use an HTTP proxy. This includes most instant messaging software like ICQ, AIM, Yahoo! IM, MSN, mIRC and others. A couple people have asked me about this method as it relates to a VPN (Virtual Private Network). A VPN will typically let you access your work network from home, which this method can do also (to a degree). The difference is that with a VPN, your entire computer is configured like it’s on your work network. So no matter what application you use, it will have a work IP address and respond just like you are at work. The method on this page just uses a proxy, so for browsing websites, it works. Anything else you want to do on your work network probably won’t work. Things like telnet, mapping network drives, PCAnywhere, to name a few. You could consider this a psuedo VPN or virtual VPN. My advice however is, if you have the choice of using a VPN, always use it. |
|
| Overview | |
| The objective is to encrypt your network traffic so it can not be read as it passes through your employer or school’s network. To do this, we will;
After this is all setup, the process for browsing a website will be as follows. Internet Explorer at work connects to the SSH client running on your computer at work. The SSH client connects to the SSH server running on your computer at home. The SSH server at home connects to the proxy server running on your computer at home. The proxy server talks to the website and returns the web page to the SSH server. The SSH server returns the web page to the SSH client. The SSH client return the web page to Internet Explorer. In essence, you are tricking Internet Explorer into thinking you have a proxy server running on your local machine, when in fact the proxy is running on your computer at home. Since all communication over your work network takes place through SSH, it can not be read. The SSH traffic CAN be seen, but it will look like a garbled mess of letters and numbers. Other than being a little slower than usual, you shouldn’t notice any difference when surfing the web when using the secure method. Some people that are familiar with SSH and may be asking, “How can Internet Explorer talk to SSH?”. Well, SSH has a great little function called Connection Forwarding. You setup SSH to accept TCP connections on a port and forward them to a port on another computer. SSH takes ALL the network traffic on that port, wraps it in a secure package, and forwards it somewhere else. I refer to this as a “shunnel”; a secure tunnel.
|
|
| Audience | |
| This guide is written for a moderately skilled computer user. You MUST know how to install programs on your computer, how to navigate file systems, and how to edit configuration files. A knowledge of “how the Internet works”, like TCP, sockets, ports, HTTP, and other network protocols would be extremely helpful. | |
| Prerequisites | |
| To use this method, you need the following;
|
|
| When won’t this work? | |
| Please notice the title of this page starts “How To Bypass Most Firewall Restrictions… I say most because the method I describe here will not work for everyone, even if you meet the pre-requisites above. If any of the following are true for you, you probably can’t use this method successfully;
If any of the 3 lines above apply to you, your network administrator is working hard because they are using a “pessimistic” blocking strategy. In other words, they have decided to block everything, and probably only allow specific access. The problem with that strategy however, is that it requires much more work and maintenance than using an “optimistic” strategy, in which they allow access to everything and block only certain “things”. The method I describe on this page will not work with a pessimistic blocking strategy because it depends on being able to access your home computer from work. 9 times of 10, if you can’t get to www.amazon.com, you won’t be able to your home computer either. If for some reason you CAN access your home computer, then great.. proceed If not, you may want to talk to your network administrator. Ask him if they would punch a hole in the firewall so you can SSH to your computer at home. Or come up with some excuse to get access to 1 port on your home computer, then run the SSH server on that port. Or… maybe you ARE the network administrator and are just curious about how this works. |
|
| Addresses | |
| Before we start installing and configuring software, you need to find out the following things;
The easiest way to get your IP Addresses is to go to www.whatismyip.com at home and at work. Write down the numbers. |
|
| Software | |
| We’re going to be using three major pieces of software; an HTTP proxy server, an SSH Server, and an SSH Client.
Any HTTP proxy server will probably work, but I’m going discuss how to setup Apache as our proxy. Apache is the most widely used HTTP server on the Internet. It includes mod_proxy, an add in module that will allow it to function as a proxy server. It’s free and secure and not too hard to setup. Download Apache for Windows from http://httpd.apache.org/download.cgi. The version I am using for this document is 2.0.47. I recommend downloading the latest version and using the .msi installer. There are a few flavors of SSH Server’s out there, but we’re going to be using OpenSSH because it’s free. The website for OpenSSH is http://www.openssh.com. But wait! OpenSSH doesn’t run on Windows unfortunately… But there is a site that converted OpenSSH to run on Windows, which is what we want! http://sshwindows.sourceforge.net/. Download OpenSSH for Windows from http://sourceforge.net/project/showfiles.php?group_id=103886&package_id=111688. The version I wrote this document using was 3.7.1p1-1. The latest version should work for you. For the SSH Client I recommend using Putty. Putty is a small single executable SSH client with the ability to setup a tunnel. It’s possible to use OpenSSH as your client as well as your server, but Putty is much easier to setup and use. Download putty.exe from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html. |
|
| Install Apache | |
| On your home computer, run the Apache install program you downloaded. Choose Typical Install, and install as a service on port 80 (we’ll change later). The install should ask for the following;
Apache should install into C:\Program Files\Apache Group\Apache2. If you choose to install into a different location, that fine, but be aware I will use the above path in this document. It should also create a program group in your Start menu called “Apache HTTP Server 2.0.47″ or something similar. Note; Apache 2 includes an annoying little feature called the “Apache Monitor”. It’s a service that plants itself in your system tray and tells you when Apache is running. If you don’t mind it, then leave it. Otherwise go into your start menu, find the “Startup” group, and delete the entry for it. After that it won’t run unless you start it up yourself. |
|
| Configure Apache | |
| Note for all Windows users! Many of the configuration files we will be editing are in native Unix format. This means that Windows Notepad will not read them correctly. Use Wordpad instead. If you open a Unix text file in Notepad and all the words run together on the same line, and sentences are separated by little black boxes, that means it’s in Unix format. Open it in Wordpad and it will look normal.
|
|
| We want to configure Apache to listen on port 8080, and we want to enable the proxy server so the local host (and ONLY the local host) can connect and use it.
From the Start Menu run “Edit the Apache httpd.conf Configuration File” under the Apache group/Configure Apache Server. Remove the # sign in front of the following 4 lines; LoadModule proxy_module modules/mod_proxy.so Then, change the line Listen 80 to Listen 8080 Then, find the section that looks like this: # Change it to look like this: # Finally, find the line “Section 3: Virtual Hosts”. Right above that line, add the following text:<IfModule mod_proxy.c> ProxyRequests On <Proxy *> # If you plan to use mIRC, uncomment the following line </IfModule> Big fat extremely important note!
After making these changes, save httpd.conf. From the same program group in the Start Menu, run Test Configuration. If you made all the changes correctly, a black box will flash and then disappear. If you made any mistakes, a black box will appear and tell you where you screwed up. Go back and fix it. |
|
| Install SSH | |
| The OpenSSH installer comes in a zip file. Unzip the file, then run setup371-xxxxx.exe. The name of the file will depend on the last time they built it, and when you download it. Choose to install both the Client and the Server. It will ask you to install into C:\Program Files\OpenSSH. If you choose to install into a different location, that fine, but be aware I will use the above path in this document. | |
| Configure Windows | |
| OpenSSH for Windows uses Windows’ user database for login authentication. That mean you must have a User name and Password setup to login to your home computer. If you don’t, you have 2 choices. 1, set a password on your Windows account, or 2, create a new local account that you will use to login from SSH. I know a lot of people out there don’t use logins or passwords on their home computer, but if you’re using NT, 2000, or XP, the functionality is there, even if you don’t use it.
There are many different flavors of Windows, with different methods of creating a local user. There’s no way I can cover all of them, but here are a few examples; To create a new account on your home machine (Windows XP):
You should now have a new local Windows user on your home machine. Remember the Login name and password for later. |
|
| Configure SSH | |
| We want to configure your SSH server to allow access using User name and Passwords, and to listen on port 443 instead of port 22.
Why port 443 instead of port 22? In most cases your employer will block almost all outgoing network ports except for port 80 and port 443, which are the 2 ports that web servers run on. I used to tell people to run SSH on port 80 because that’s the standard web server port, but now I recommend you run it on 443. Port 443 is used for encrypted websites, which is what your shunnel traffic will look like as it passes through the firewall. If you have trouble on port 443, try it on port 80 instead. If neither work, you’re probably out of luck. Open Windows Explorer, navigate to C:\Program Files\OpenSSH\etc. Open the file sshd_config using Wordpad. (That’s sshd_config not ssh_config!)
Now open a command prompt. Change to C:\Program Files\OpenSSH\bin. We are going to create a user and group database from your Windows user database. Type the following; mkgroup -l > ..\etc\group Then mkpasswd -l > ..\etc\passwd These 2 commands will create group and password files at C:\Program File\OpenSSH\etc |
|
| Start/Stoping Apache and SSH | |
| On your home computer, open a command prompt. To start your servers, type the following:
net start opensshd To stop your servers type the following: net stop opensshd To make it easy, you can create a .bat file that will execute the 2 commands. If you make a shortcut to the .bat file in your Windows startup group, then when you turn on your home computer in the morning, the servers will startup automatically, and be ready for you when you get to work. |
|
| If you have a wired or wireless router at home (Linksys, D-Link, Netgear, etc) | |
| Some routers call it port forwarding and others call it virtual servers, but the setup is very similar no matter what brand you use. You will need to configure your router to route port 443 to the computer where you’re running the SSH server. I not going to go into details, but there is usually a browser based interface directly to the router, which will have a page to setup virtual servers. Configure it to forward port 443 to your SSH computer, port 443. | |
| Setup Putty at Work/School | |
| Copy putty.exe to somewhere on your hard drive at work. c:\ will do fine, or anywhere else you want. Your desktop is convenient but kind of obvious. If you don’t have permissions to write files to your hard drive, just copy putty.exe and shunnel.bat to a floppy disk or burn them onto a CD. Take the disk to work and run Putty from the appropriate drive.
Open Notepad and copy the following into it, change the bold parts where necessary; “putty -L 80:127.0.0.1:8080 -ssh homeIP -port 443″
Save the file as shunnel.bat in the same directory that you saved putty.exe. |
|
| Create your tunnel | |
| At work, simply double click shunnel.bat to initiate the shunnel. A Putty window will popup asking for a login name and password. Type the user name and password you created above on the Windows account. If it works, you will be presented with a DOS prompt waiting for a command. This is actually a command prompt to your HOME machine. You can use it if you want, but as long as this command prompt is open, your tunnel is alive. To close the tunnel, type exit or close the window. | |
| For Advanced Users | |
| If you are very familiar with SSH and know what you are doing, you can set this up so you don’t have to enter a password each time you create the shunnel. You have to install OpenSSH as your SSH client and then setup key based authentication by creating a public and private key on your work computer. Install the public key on the SSH server on your home computer. Create shunnel.bat using this command “start “shunnel” /B “C:\Program Files\OpenSSH\bin\ssh” -l userID -c blowfish -p 443 -C -N -2 -L 80:127.0.0.1:8080 homeIP” Thanks to Robert W. for this suggestion. I may go into more detail on how do set this up in the future. | |
| Configure Internet Explorer | |
| Now we’ll configure Internet Explorer at work to use a proxy server.
First, go to http://www.whatismyip.com. Write down the number. This is your work IP address without the private connection enabled. In Internet Explorer, open the Tools menu, then click Internet Options. Click the Connections tab, then click LAN Settings. Check “Use a proxy server” and enter the following: Address: 127.0.0.1 Click OK. Close Internet Explorer and restart it. First, go to http://www.whatismyip.com again. If everything worked correctly, the page should have changed to show your HOME IP address, NOT your work IP address. If it shows your home IP Address, congratulation, your surfing the web securely and privately from work. |
|
| Configuring other applications to use the private connection | |
| Most applications that access the Internet can be configure to use the shunnel. For it to work, they have to support an HTTP proxy connection. Instant messaging programs like AIM, ICQ, Yahoo IM, and mIRC all support this.
Setup is different for all application, but the settings will be the same. You want to configure the application to use an HTTP proxy server, Host should be 127.0.0.1, and Port should be 80. |
|
| Protect yourself from someone looking over your shoulder | |
| Here’s a great application that fits in perfectly with the theme of this page. It’s called Ghostzilla; http://www.ghostzilla.com/. The idea is that you want to surf the web, but have it look like you are doing normal work to people walking by your computer. Ghostzilla is a browser that hides itself in your normal work applications, like Excel, or Word, or Visual Studio… anything. With a swish of the mouse, Ghostzilla pops up and you can surf the web. If you see someone coming, simply move the mouse away, and it disappears, leaving no trace. Plus, you can easily configure it to use the shunnel as described here, for total privacy!
DISCLAIMER www.amazingit.wordpress.com BY VIEWING THIS PAGE, YOU EXPRESSLY AGREE THAT ALL RISKS ASSOCIATED WITH THE METHOD DESCRIBED ABOVE IS ASSUMED SOLELY BY YOU. THE AUTHOR SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF USE OF THE METHOD. THE METHOD IS MADE AVAILABLE BY THE AUTHOR “AS IS” AND “WITH ALL FAULTS”. THE AUTHOR MAKES NO REPRESENTATIONS OR WARRANTIES AS TO THE TRUTH, ACCURACY OR COMPLETENESS OF ANY INFORMATION ON THIS PAGE.
|
Keylogger software
![]() |
Download FREE Quick Keylogger |
![]() |
Free Keystroke Logger Quick Keylogger will save keystrokes by application, date and time, it will capture absolutely all keystrokes, all buttons pressed in your system.It is not that invisible to anti-keyloggers and anti-viruses. |
![]() |
Win9x, XP, Vista Compatible Designed for Windows 9x, Windows XP and Windows Vista Quick Keylogger offers you stability and simplicity with the most usable number of features. Quick Keylogger works seemlessly in the background and you are the only one who knows the password to view the logs. |
||
![]() |
User-friendly reports Quick Keylogger is equipped with a calendar that lets you sort and review logs by specific dates and time. All recorded sessions are combined by user, date, month, and time. |
![]() |
Simple Deployment Quick Keylogger is easy-to-use, very simple and small (instant free download) tool, which you can carry on a floppy disk drive for your mobility and fast response. |
Keylogger - Widestep's Elite keylogger monitors and records every detail of PC and Internet activity everywhere. Our keyloggers are the most functional spying software on the market.














