Posts

Get Started With Scp

scp is a secure way of transferring files from one computer to another. It uses ssh to transfer files, safely and securely. In order to transfer files from one computer to another, type the following command: scp /location/of/the/file username@ip_address_of_remote_computer:/location For example: scp …

Get Started With Tmux

In this tutorial, let’s learn some basics of tmux, to get started right away. What Is Tmux Tmux is a window multiplexer, which allows you to have multiple terminal sessions within a single terminal window or to detach and reattach sessions. To install tmux, just type the following command: …

How To Manage Multiple …

In the previous article you learnt how to connect between two Linux machines, in this tutorial, you are going to learn how to manage more than one ssh keypair effectively. In your .ssh directory, create a file called config. Inside the config add the following lines: Host Cat HostName cat.com User …