200 reputation
5
bio website example.com
location United States
age 26
visits member for 1 year, 8 months
seen yesterday
stats profile views 5

.


May
6
comment pkill can't kill processes with parent process id 1
Does pgrep "run_tcp_sender.sh" return the list of processes you want to kill, or does it just return an empty list because the processes are all listed as bash run_tcp_sender.sh ...?
Jan
23
comment Installing gcc without root?
Unfortunately for this use case, bootstrapping Gentoo Prefix requires that the host already have a compiler installed.
Jun
13
comment How can I make bash not match `.` and `..` with `.*`
That will miss files named like ..install.cmd (A real file I've seen in the wild).
Mar
22
comment Automount cdrom when accessed via NFS
Unfortunately, ISO images aren't physical CDs -- and the goal here is that the end user can insert a physical CD into the machine and have it appear on a different machine (I didn't write most of the code involved on the other machine, and there's a third machine that expects "ssh machine2 mount /media/cdrom" to do exactly what it needs -- I cannot change anything about that third machine). The only machine that has a physical CD drive in this system is the first machine.