Develop your program in CLOUD

Are you a developer? If yes, then maybe you are used to dev program on your local computer, it take time to prepare an environment to dev. I found out some SAAS website that provide a coding environment online for FREE, that's means you don't need to install IDE, and you can code everywhere with device that can access the internet, also you can customize the environment to what you need (customize the cloud VM with full sudo access).

These service are:
- Koding : https://koding.com
- Cloud9 (C9) : https://c9.io
- Codeanywhere : https://codeanywhere.com

Using these service, you can develop your website/program with any programming language/framework you want such as PHP, Python, Perl, Ruby, Wordpress, NodeJS...
Try them and leave comment of your opinion about these service.

[How to] Symbolic Links (symlinks) on Windows or Linux

Want to easily access folders and files from different folders without maintaining duplicate copies?  Here’s how you can use Symbolic Links to link anything in Windows 7, Vista, XP, and Ubuntu.
symbolic link cmd


So What Are Symbolic Links Anyway?
Symbolic links, otherwise known as symlinks, are basically advanced shortcuts. You can create symbolic links to individual files or folders, and then these will appear like they are stored in the folder with the symbolic link even though the symbolic link only points to their real location.
There are two types of symbolic links: hard and soft. Soft symbolic links work essentially the same as a standard shortcut.  When you open a soft link, you will be redirected to the folder where the files are stored.  However, a hard link makes it appear as though the file or folder actually exists at the location of the symbolic link, and your applications won’t know any different. Thus, hard links are of the most interest in this article.
Why should I use Symbolic Links?
There are many things we use symbolic links for, so here’s some of the top uses we can think of:
  • Sync any folder with Dropbox – say, sync your Pidgin Profile Across Computers
  • Move the settings folder for any program from its original location
  • Store your Music/Pictures/Videos on a second hard drive, but make them show up in your standard Music/Pictures/Videos folders so they’ll be detected my your media programs (Windows 7 Libraries can also be good for this)
  • Keep important files accessible from multiple locations
  • And more!

How to install & run 20dollars2surf on Linux

20dollars2surf is a program you can use to make money online doing nothing. But, if you use LINUX, the program can't run or run with error using WINE.

I just found the way to install & run 20dollars2surf cashbar on Linux. I'll show you how.

First, you need to upgrade your WINE to the latest verion (mine is wine-1.2.3).
Download WINETRICKS to /usr/bin (click here for instruction to download WINETRICKS)
Use WINETRICKS to install "vb6 runtime", "ie6" (or ie7, ie8) by type into Terminal these command:

sh winetricks vb6run
sh winetricks ie6

Download the installation file of 20dollars2surf to your disk (ex. /root/cashbar/)
Open Terminal as root, move the current directory to the folder you just download installation file (ex. cd root/cashbar), type wine setup.exe (the installation file name downloaded is setup.exe). And install like normal.

After that, your 20dollars2surf cashbar should run normally without any error. Enjoy!

P/S: After install, you can run 20dollars2surf by using command
wine "C:\Program files\20Dollars2surf\20dollars2surf.exe" > Windows 2008 R2

Sponsors