tmux

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: …

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 …