|
You are here |
cnr.sh | ||
| | | | |
linuxshellaccount.blogspot.com
|
|
| | | | | Linux and Unix scripts and advice. Shell scripts, Perl scripts and tips for users of all skill levels. From Solaris to Redhat. Financial Intelligence Program | |
| | | | |
eerielinux.wordpress.com
|
|
| | | | | Being a sysadmin by profession, I don't code. At least not often enough or with as high quality output that programmers would accept to call coding. I do write and maintain shell scripts. I also write new formulas for configuration management with SaltStack. The latter is Python-based and after hearing mostly good things about that... | |
| | | | |
adim.in
|
|
| | | | | # Story Yesterday I fired off a quick loop to pull down some files from a server: for f in $(cat file-list.txt); do scp user@hostname:path/to/data/$(basename $f) local_dir/ done I just needed a couple of examples1 so I decided to kill the command when I had them. When I closed the shell, I expected everything to stop-but the downloads kept chugging away. I ran ps aux | grep '[s]cp' and tried kill $PID, but got "no such process." | |
| | | | |
vadosware.io
|
|
| | | Recovering from a post-update failure on my Arch Server | ||