Putty : Connect Linux Server from Windows Computer
Putty : Connect Linux Server from Windows Computer
Here is video to show how to connect Linux server from Window
Putty is free tool to connect Linux server. You can down putty from below link:
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Related Posts
- 41
90% of the time, this error is due either to the MySQL Server not running, or else firewall configuration on the Windows server blocking access on port 3306 (or whatever port your MySQL instance is configured to use). Error: 2003 (CR_CONN_HOST_ERROR) Message: Can't connect to MySQL server on '%s' (%d)
- 39
What is samba server? Samba is an Open Source/Free Software suite that provides file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients. Samba uses the TCP/IP protocol that is installed on the host server.…