Tuesday, November 24, 2020

PuTTY - the Most Powerful Tool for Linux Developer

 If you begin to deploy Linux OS, you should use this tool for administering your Linux OS.

It's looks very simple, but very powerful terminal in the world.

Get Started...

1. After Linux installation finish, activate/enable openssh-server on your Linux

   open terminal, then type : 

   sudo apt update 

   sudo apt install openssh-server

   wait until installation complete and the service will start automatically

2. Download PuTTY

    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

    You can choose portable or installer version. I use portable version

3. Run PuTTY

    Fill host name or ip server, you can save this session with custom name, and will listed on it for next works. Click Open and you will see dark terminal..., then start your command there....





Fill username & password of the Linux OS...then start type any command you want....
    
So Simple, but it can parse all Linux Command....

Happy scripting....


No comments:

Post a Comment