Not all users that connect the Internet can easily replace the sock or proxy to be used, especially in a company. That’s because the internal proxy server settings for browsing and other security reasons. But that does not mean it is absolutely necessary to be followed, because here I’ll share a little tutorial to be able to change the proxy / sock for those who use the internal proxy.
Basic requirement to bypass this security is that we must have the ssh account and the windows server as our media to replace proxy / sock.
Let’s start the party
1. Open putty, choose Connection -> SSH -> Tunnels on the left tab
2. Fill Source Port 1189 (Up to you
)
3. On Destination fill with IP windows server follow with default port for RDP 3389

4. Then click add

5. Choose Session from putty tab on the left, then fill Host Name (or IP address) with your ip SSH.

Input IP SSH
6. Click open, then enter user login and password SSH.
7. Open Remote Desktop Client (mstsc.exe) and fill with 127.0.0.1:1189, or you can using start menu -> run , then type mstsc -v 127.0.0.1:1189

Very often i got messages from friends that told me click a link to see content. First i thought that my friend just want to get fun, but it happen continuously. Finally i try to search on google and find some of update information about phissing attack via Yahoo ID.
This is sample message that send :
“come chck my yahoo flicker account… uploaded some pics http://www.summer-picz.com ”
“OH MY GOD I JUST FOUND THESE PICS! http://www.dontstayin-pics.com”
“dude!! i just found a bunch of free ringtones!!!
http://freegiftznow.com/free-ringtones.php” and so on.
main purpose of phissing is to got YM account from people who trapped. Because once we follow the link mentioned, we will go to a web with a similar view yahoo facility and of course by entering your ID and password YM. If we had already entered the information, immediately to change your password YM.
Some site which suspect phissing cannot access anymore.

To install wordpress you didn’t must have hosting, but you can also be installed on the local computer that does not connect to the network or internet.
Surely the computer should have some application that supports WordPress, such as PHP, My SQL, web server and wordpress itself. Here i’m using XAMPP which built in with My SQL and apache service. For WordPress can be downloaded directly from the source http://wordpress.org.
Let’s go step by step (assumed you have successfully installed xampp) :
1. Extract wordpress into htdocs directory on XAMPP (the extract is usually called wordpress folder)
2. Make new database for wordpress. Type http://localhost on the browser then choose phpmyadmin on the left tab and create new database.
3. type on browser htpp://localhost/wordpress. Will appear a button to create configuration files, then fill the form with Database name, Database Username, Database password, Database host and table prefix.
If you are not familiar with it all, you can just edit a file name wp-config-sample.php then save with name wp-config.php
4. After success will appear to fill the form again to fill the blog title and email address.
5. Finally, you will get a username and password to start the wordpress on local machine.