A few system monitoring tools under Linux

Under Linux, you can use ldd to find out an executable’s library dependency, you can use top to find out the current processes and their relevant information. In this article, some third party software will be introduced for easier management under terminal session.

Using Mutt as Email client

I’ve always fascinated with my professor Jim Diamond’s email client, and how it interacts with his zsh. Start from today, I am going to change my main email client from Thunderbird to Mutt too. Here is a small piece of snippet that I put into my ~/.mutt configuration. You may follow my steps and copy …