Quick Tip: Managing Linux Processes
Quick tip on managing linux processes, I always end up asking myself this and having to research how to do such things. So here are some quick tips to help you manage your linux processes. This is all done in bash, I’m not sure what is different with the other shells so ymmv.
Here is my sample script, just something that doesn’t end right away so I can use it for proof of concept:
#!/bin/bash while [ 1 ] do date echo "Sleeping 5 seconds" sleep 5 done
Sending a process to the background
Anchor Blue: entire store is 5…
Anchor Blue: entire store is 50% off, got a sweet deal today. They wouldn’t say when the sale ends.
Wowza, nice vid, don’t want to…
Wowza, nice vid, don’t want to meet these guys in a clan arena match… http://www.quakeunity.com/file=2876
Finally got my computer fixed.
Finally got my computer fixed.
I still have a motorla razr (t…
I still have a motorla razr (the original one) from 2006? I’m also running on over 2 years since last pc upgrade #lastyears
Got a lot of stuff moved today…
Got a lot of stuff moved today, just need the big stuff and odd n ends now, yay!
Playing quake live too much…
Playing quake live too much…
Google Ads
Tags
Categories
- Hardware (1)
- Information Security (2)
- Scams (1)
- Programming (13)
- JavaScript (7)
- jQuery (4)
- MySQL (2)
- php (3)
- JavaScript (7)
- Quick Tips (8)
- Ramblings (30)
- System Administration (4)
Recent Posts
Recent Comments
- Aknosis on Automating MySQL Database Backups on the Command Line via mysqldump
- brittany on Automating MySQL Database Backups on the Command Line via mysqldump
- Aknosis on More jQuery Fun – Auto Populating a Select Box
- zkilz on More jQuery Fun – Auto Populating a Select Box
- Aknosis on More jQuery Fun – Auto Populating a Select Box