Posts

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 …

Pair Programming With …

Have you ever wondered how you can do pair programming with your friends using some simple tools? To achieve this, you only need two things: ssh and tmux. I’ve already explained about ssh in my other articles, you can go and check them out to get some basic understanding. If you haven’t …