SSH via Proxy

Friday, August 13th, 2010

by default, ssh kat unix/linux mmg takkan membenarkan korang buat connection through proxy melainkan korang guner system-wide proxy so kat bawah ni caranyer untuk membolehkan korang establish connection tu 1. Install connect-proxy dari apt-get (untuk debian user) sudo apt-get install connect-proxy 2. ATAU compile sendiri wget http://www.taiyo.co.jp/~gotoh/ssh/connect.c gcc connect.c -o connect sudo cp connect /usr/local/bin/ [...]


Roller Coaster Kingdom Stuck at 74% of Connecting to Server

Friday, December 18th, 2009

Yeah, I believe a lot of you keep on complaining about this.. And there is no concrete solution for this.. What had happen is when the game was trying to access few of its server with different port than 80. And that port was blocked by your admin.. I believe normally this would happen when [...]


Redirect traffic/port Based on Host Header

Sunday, July 13th, 2008

If you have multiple web server (let say a apache and IIS) running in a single box, is there a way to filter the domain/host header and direct them to appropriate server? Yes it was. Use a reverse proxy daemon instead, end of story.