| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | 3 hours ago | |
| stats | profile views | 118 |
|
Nov 9 |
answered | Starting Udev hangs at boot |
|
Nov 9 |
answered | Peculiar issue with mutt & my_hdr From: |
|
Nov 9 |
answered | Preserve scroll on Linux console switch |
|
Nov 8 |
comment |
How to see the commands executed in another shell? It's open source; you could always add that feature if you really need it. :) Or add a slightly more intelligent script parsing the strace output that ignores a PID once it execs. |
|
Nov 8 |
answered | How to see the commands executed in another shell? |
|
Nov 8 |
answered | kill -9 hangs, unable to kill process (murder proof process) |
|
Nov 7 |
answered | What happens to data copied after undoing fdisk? |
|
Nov 7 |
answered | Writing data on particular sectors or blocks |
|
Nov 7 |
comment |
Is there any impact of reaping zombie processes? that was 1 example, I'm sure there are many more. The point is that you don't need to fix the root cause because there's no problem. |
|
Nov 6 |
answered | CNAME: Mail address gets rewritten |
|
Nov 6 |
comment |
“Virtual” shell, ie. jailing an user inside a process Better would be to put just exec php script.php in your .bashrc. Then the bash process will be replaced entirely, rather than sitting around taking up resources while the php script runs. |
|
Nov 6 |
comment |
Is there any impact of reaping zombie processes? Here is a counterexample that took no time to find: monit starts a program at regular intervals but doesn't reap them until the following interval starts, perhaps five minutes later. |
|
Nov 5 |
comment |
Live USB: how to access USB drive that linux booted frommount -o remount,rw /cdrom |
|
Nov 5 |
comment |
Live USB: how to access USB drive that linux booted from I know you're using mint, which is why I specified that this was for Ubuntu, in case anyone else came across this question and was wondering. But anyway, this is most certainly a distro-specific thing, because they're all different. |
|
Nov 5 |
answered | How can my server detect IP changes in order to notify my dynamic-DNS provider? |
|
Nov 5 |
comment |
Is there any impact of reaping zombie processes? You would never know how long to wait. Better to let the parent do its job and fix it if it's not. |
|
Nov 5 |
comment |
How to automatically mount remote directories on login / startup This wouldn't work as written for per-user fuse mounts like sshfs. |
|
Nov 5 |
answered | Live USB: how to access USB drive that linux booted from |
|
Nov 4 |
answered | Is there an excellent tutorial on how to resize a rootfs partition (and shrink another) on a drive that is 100% allocated? |
|
Nov 2 |
answered | Can't copy/move between filesystems with SFTP |