Wednesday, May 31, 2017

How to download file/folder from Linux Server to Mac's Desktop or any location ?






Download a directory from the Linux Server

scp -r <user_name>@<host_ip_address>:<PATH_OF_DIRECTORY_TO_DOWNLOAD>  <PATH_ON_LOCAL_DESKTOP>

Enter Linux Server Password:




Download a file from the Linux Server

scp <user_name>@<host_ip_address>:<PATH_OF_FILE_TO_DOWNLOAD>  <PATH_ON_LOCAL_DESKTOP>

Enter Linux Server Password:

Fixing yum command on linux

You may find yourself having to fix more packages. So you can just remove everything you had installed via  pip and reinstall everythin...