Tag Archives: information

Convenient OS and hardware summary information

There are quite a number of ways to get information on your OS and especially your hardware on a Linux system. Instead of remembering them all and sorting through their output, I put together a pair of functions that provide … Continue reading

Posted in CLI | Tagged , , , , | 2 Comments

Show processes as a tree

The 1<a href="http://www.bellevuelinux.org/pstree.html">pstree command</a> shows the ancestral relationships between processes running on a machine. What does that mean? It means you can see an awesome tree of what’s running on your box, instead of the boring output of ps. Check … Continue reading

Posted in CLI | Tagged , , , | Leave a comment