@[email protected] to [email protected] • 2 months agoWhat's a handy terminal command you use often?message-square277fedilinkarrow-up1228arrow-down17
arrow-up1221arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 2 months agomessage-square277fedilink
minus-square@[email protected]linkfedilink3•2 months agoYou can’t mention nohup without at least mentioning kill -9 or pkill to slay the monster you created you madman
minus-square@[email protected]linkfedilink2•2 months agoSometimes I’ll just reboot the entire damn machine just to be safe ;)
minus-squareCavemanlinkfedilink1•2 months agoEyyy, don’t hate, this is how I start all my work programs. That command is really nice and creates all work programs as children of a single terminal session for easy closing later.
minus-square@[email protected]linkfedilink2•2 months agoNo hate! Just need to make sure people know so they don’t create a bazillion threads without realizing it, or how to stop them effectively
You can’t mention
nohup
without at least mentioningkill -9
orpkill
to slay the monster you created you madmanSometimes I’ll just reboot the entire damn machine just to be safe ;)
shutdown -r now
Eyyy, don’t hate, this is how I start all my work programs. That command is really nice and creates all work programs as children of a single terminal session for easy closing later.
No hate! Just need to make sure people know so they don’t create a bazillion threads without realizing it, or how to stop them effectively