| bio | website | ralstonrats.co.uk |
|---|---|---|
| location | Scotland, United Kingdom | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | May 7 at 15:26 | |
| stats | profile views | 45 |
|
Aug 22 |
answered | Run getty on a serial port on startup on RHEL |
|
Aug 17 |
awarded | Commentator |
|
Aug 17 |
comment |
Use `less` to view comma-aligned data See also 'man cut' to view only specific columns, e.g. cut -d',' -f1,4-6 would return only columns 1,4,5 and 6 |
|
Aug 16 |
answered | Permissions of webserver's root directory |
|
Aug 16 |
awarded | Critic |
|
Aug 16 |
comment |
Run a simple http server locally on a non-80 port "Would be also nice to run it in a SCREEN" - eh? It's a daemon? |
|
Aug 8 |
comment |
How to tell when a computer is idle? You'd need to be a lot more specific about what you mean. What if they started a setsid progam before logging out - would you consider their session still active? What can you not get from the bash history? |
|
Aug 8 |
awarded | Student |
|
Aug 8 |
comment |
How can I run a process in a terminal window and then hide that window? agreed writing a daemon would be a better approach, but 'echo /usr/bin/python ~/program/proxy.py | at now' is a quick fix. |
|
Aug 8 |
asked | Xorg key clicks? |
|
Aug 4 |
answered | What are your best practices and future plans for deploying unixoid desktops? |
|
Aug 3 |
comment |
How can I run a process in a terminal window and then hide that window? The posix nohup does not call setsid() (some implementations do) you've only isolated the signal, it's still in the same process group |
|
Aug 3 |
answered | RAMFS seems slower than expected — what is the bottleneck? |
|
Aug 3 |
awarded | Teacher |
|
Aug 3 |
answered | How to tell when a computer is idle? |
|
Aug 1 |
answered | How can I build a custom distribution for running a simple web browser? |
|
Aug 1 |
answered | Problem changing the /home directory to another location |
|
Jul 28 |
comment |
Linux server monitoring software "started to crash occasionally, I suspect because of overload" - load will not cause the OS to crash. Its more likely a hardware fault. |
|
Jul 28 |
comment |
Is the crazy partition layout in Fedora 15 really nessesary? Putting /home on its own partition makes life a lot simpler when you upgrade or migrate across distributions. |
|
Jul 25 |
comment |
Launching application from terminal some implementations of nohup call setsid() to isolate from the process group it was invoked from - but not all (indeed the POSIX spec does NOT) |