Tagged Questions
The survivalguide tag has no wiki summary.
49
votes
18answers
9k views
GNU Screen Survival Guide
What do people think are not only the essential things you need to know about the excellent Screen utility but the things that you'd think worthwhile to teach someone, a beginner, from the ground up.
...
9
votes
9answers
534 views
How do you survive in a corporate coding environment?
I work for a smallish software shop with a mix of internal products, and external consulting. For the last few years I've been working on in house apps at the office with a bunch of other geeks. ...
7
votes
5answers
1k views
lsof survival guide
lsof is an increadibly powerful command-line utility for unix systems. It lists open files, displaying information about them. And since most everything is a file on unix systems, lsof can give ...