Start off by updating all of the apt-get packages:
sudo apt-get update
Once the process finishes, download a compiler with build essential which will help us install Redis from source:
sudo apt-get install build-essential
Download tcl
Start off by updating all of the apt-get packages:
sudo apt-get update
Once the process finishes, download a compiler with build essential which will help us install Redis from source:
sudo apt-get install build-essential
Download tcl
scp -i <identity_file> -r <local_path> user_name@<remote_address>:/<remote_directory>
scp -i ~/.ssh/myrandomkey.com /Users/sharath/Downloads/xyz.zip [email protected]:/tmp