Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Me too, al my server applications run under tmux. I made a tool to manage it with tmux. It's like supervisor now. Every time i execute `deploy` on my local terminal:
- computer connects with ssh to server and executes the tmux.py management tool that i made
- get or create session snek
- get or create app server under the snek session
- get or create bots server under the snek session
And now, i can just connect to tmux and nagivate to those apps and start and stop them there or just watch their logs.
It's very convenient. tmux > systemd > supervisor.
And for some weird reason, tmux, the key combos, once learnt very quick and remembered from day one. Something cool about it. -
@antigermanist oooeeeh, i3 is a bit the dwm for noobs huh :p running that heavy kid language called Lua :p I've heard that dwm is for the big based boys.
-
@whimsical I don't know. It just works so i use that, I'm not some kind of nerd
tmux I love you
random