Posts

Showing posts from May, 2014

How to Hide IP address with VPS

Image
Tool: Proxifier Profile ► Proxy server ► Address: 127.0.0.1 , Port: 1080, Socks 5 Bitvise SSH Client Enable service "Socks/HTTP proxy forwarding" After config, you can connect to any website without restriction. If you do not have VPS , try THIS : Free VPS. Unless, you can check " Fake IP address to bypass internet restrictions ": http://bloggeroffer.blogspot.com/2013/12/fake-ip-address-to-bypass-internet.html

How to find VPS is 32bit or 64bit

Image
You have VPS (Virtual Private Server) but you don't know it is 32-bit or 64-bit. So, it's very hard to install any application. I will show you two ways to solve above problem. You can use Putty to login your VPS via SSH. Way 1: uname -i Way 2: getconf LONG_BIT i686 or i386 ► CentOS 32-bit. x86_64 ► CentOs 64-bit. If you don't have VPS, you can try Free VPS HERE