| bio | website | |
|---|---|---|
| location | Edinburgh, United Kingdom | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Oct 16 '12 at 13:52 | |
| stats | profile views | 5 |
new functional programmer in Haskell and F#, and enjoying it
|
Feb 26 |
awarded | Notable Question |
|
Nov 27 |
awarded | Popular Question |
|
Mar 24 |
accepted | How to find which machines are idle on a cluster of many nodes |
|
Mar 24 |
asked | Can I connect to Windows machine from Linux shell? |
|
Mar 8 |
awarded | Student |
|
Mar 8 |
comment |
How to find which machines are idle on a cluster of many nodes I was looking for something like a simple command or a script to do this, but maybe there isn't one. |
|
Mar 8 |
asked | How to find which machines are idle on a cluster of many nodes |
|
Mar 4 |
awarded | Scholar |
|
Mar 4 |
accepted | Install newer version of application in $HOME without root access and linking to installed app |
|
Mar 3 |
comment |
Install newer version of application in $HOME without root access and linking to installed app just to confirm, if I add $HOME/bin to my PATH, all programs installed there will take precedence over those (existing older versions) installed as root in /usr/bin and other locations in PATH? Basically does it matter to append or prepend $HOME/bin to PATH? e.g. PATH=$PATH:$HOME/bin instead of the above. And one more question, what if I want to install a newer version of the same program in $HOME/bin? I am guessing it would append the version number to the new files? |
|
Mar 3 |
awarded | Editor |
|
Mar 3 |
revised |
Install newer version of application in $HOME without root access and linking to installed app deleted 20 characters in body |
|
Mar 3 |
asked | Install newer version of application in $HOME without root access and linking to installed app |