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)
Reusing the same Next.js Docker image with runtime CDN assetPrefix
Recently, while investigating a production issue, I needed to deploy the production Docker image locally for debugging purposes. However, I ...
-
VMware Fusion provides a nice functionality of sharing folder from host (Mac OSX) to guest (Ubuntu). But then, it seems they are more focus...
-
Recently, while investigating a production issue, I needed to deploy the production Docker image locally for debugging purposes. However, I ...
-
I frequently encounter architectural decisions that seem counterintuitive from an operational perspective. Recently, while containerizin...
No comments:
Post a Comment