You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 4but the problem is I am not the administrator, I don't have the authority. Even if I got the permission, I am afraid to do changes to the system, because that is not my computer,it is actually a cluster, many people works on it. By the way, why a new version in other place is risky? I only need to link the software I needed to new lib, not the whole system.user15964– user159642013-01-29 14:31:08 +00:00Commented Jan 29, 2013 at 14:31
- 1And you feel free to install some random package? The system administration policies are overdue to a serious revision. The library at the strange place could be picked up by random stuff, and ironing out the running of your application only (and possible processes started by it, that don't involve standard programs) could turn out quite a challenge...vonbrand– vonbrand2013-01-29 14:36:24 +00:00Commented Jan 29, 2013 at 14:36
- 1@vonbrand - Nonsense, unless we are talking about some high security machine (and not for example some shared developer or testing machine/cluster) in which case you do need to have healthy paranoia about foreign unaudited software. In terms of random breakages, it is quite a different matter to update libc (affecting all the system, possibly causing system breakages) than just installing an isolated application program from trusted sources (I disagree with the notion that Mathematica is random package). Resource exhaustion of course is a valid concern that competent sysadmin should address.FooF– FooF2013-02-06 04:08:51 +00:00Commented Feb 6, 2013 at 4:08
- @FooF, I've seen too many cases of "Administration knows best, let users do as they want with no support" to have illusions in this area.vonbrand– vonbrand2013-02-06 05:28:29 +00:00Commented Feb 6, 2013 at 5:28
- 1@vonbrand - I tend to agree with your last comment. But I strongly disagree that updating libc or installing well known software (not "random package") is somehow comparable (assuming no evil intentions). We know very little about the nature of the environment and its users to voice any definitive opinion here. In software development machines (with many competent users), it could make sense to allow users run their own software. Sometimes it is plain necessity (OpenWRT and OpenEmbedded that target embedded platforms will build from sources some tools needed to build the f/w image).FooF– FooF2013-02-06 05:53:05 +00:00Commented Feb 6, 2013 at 5:53
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you