This site

…it’s not a news organization, it’s not sponsored by anyone. It’s just a few configuration notes and some technical insights, it’s a personal blog!

DevOps with Linux — Screen

If you are a senior (aka not-so-young) you probably know ‘screen’ but if you are younger you probably know ‘tmux’. Both are screen multiplexers and both are useful if, like me, your job, constantly asks you to use a terminal.

A closer look at screen

Screen is a terminal multiplexer for Linux that allows you to manage multiple terminal sessions within a single terminal window. It provides a way to run multiple terminal sessions within a single terminal window, which can be useful for running long-running processes, managing multiple connections to remote servers, or keeping terminal sessions open even after disconnecting from a remote system.

[Read More]