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
-
dfox428277yWhoops, thanks I added the tag.
@dzil123 that looks pretty cool, I have to check it out some more. -
donuts238487y@dzil123 tor keeps changing ips which I guess would be good for a hacker but with this, they wouldn't need to reconnect every time?
-
If you need to keep some interactive command running on a server, screen/tmux is a good option.
A better solution in many cases is often to create a systemd/launchd/upstart/openrc/etc service yourself, so you can start it on boot, and monitor more easily whether the process is still running.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
I use a lot of dev tools, but one of my favorites is the Linux screen utility. It's awesome to be able to keep shit running on servers whether my laptop stays connected tot he server or not. It's great for jobs that take a long time, can't get interrupted, etc.
If you haven't used screen definitely give it a try!
undefined
terminal
screen
utility
wk56
linux