climateprediction.net home page
Posts by Romeo Mikulić

Posts by Romeo Mikulić

1) Questions and Answers : Unix/Linux : How do I run BOINC without a parent terminal? (Message 26185)
Posted 19 Jan 2007 by Romeo Mikulić
Post:
Not sure about the 2>&1.


\"2>&1\" expression redirects standard error to standard output, and since the latter has already been redirected to nothing (/dev/null) with the previous statement (>/dev/null), that makes both standard output and error redirected into nothingness :) (and your terminal screen free of any messages). The same thing can be accomplished with a single expression (they can both be redirected into nothingness): &>/dev/null
If you wanna know more:
\"man bash\"
\"REDIRECTION\" paragraph
2) Questions and Answers : Unix/Linux : Show Graphics button gives no response (Message 24062)
Posted 22 Aug 2006 by Romeo Mikulić
Post:

Run \"xhost localhost\" at the command prompt before clicking on the \"Show graphics\" button.
Before doing that, I recommend running \"man xhost\" and doing some reading :).




©2024 climateprediction.net