Screen is a very good terminal-multiplexer to allow multiple terminal sessions.
It is very useful when you are working on a remote machine through ssh.
More info about screen at: https://help.ubuntu.com/community/Screen
But it could be quite irritating when you have multiple sessions open and you have to cycle through them frequently since there are no tabs or status bar.
But, there is a solution for the same :)
Edit /etc/screenrc or ~/.screenrc and add the following line. Then start screen.
caption always '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %D %Y-%m-%d %c:%s %{g}]'
something regarding programming and installations...
Human knowledge belongs to the world!
Subscribe to:
Post Comments (Atom)
Why Your New External Drive is Breaking Your macOS Builds
Picture this: you're running dangerously low on disk space, so you invest in a brand new external drive. Time to migrate your developmen...
-
VMware Fusion provides a nice functionality of sharing folder from host (Mac OSX) to guest (Ubuntu). But then, it seems they are more focus...
-
I frequently encounter architectural decisions that seem counterintuitive from an operational perspective. Recently, while containerizin...
-
Recently, while investigating a production issue, I needed to deploy the production Docker image locally for debugging purposes. However, I ...
No comments:
Post a Comment