[How to] Using multiple PuTTY as tabs

As a server developer/ server manager, you must know PuTTY - a SSH console. But the problem is when you are working with a lot of machine, each PuTTY session will open in a new Windows, it is very inconvenient and chaotic because there will be a lot of Windows.

I found that using PuTTY as tab will be very easy and convenient, because instead of multiple Windows, there will have only ONE Windows (a container) and multiple tabs which are multiple PuTTY session, and you can even NAME those tab so you can easily manage those PuTTY session. And the tool I'm using is

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.

Sponsors