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.
Continue reading “A few system monitoring tools under Linux”
FTP Downloading under wine
FTPRush is a powerful FTP transfer tool under Windows. It can also run under wine in Linux.
Continue reading “FTP Downloading under wine”
OpenSSL 1.0.1e RPM for CentOS 6
The SRPM is from http://www.ptudor.net/linux/openssl/. And this is a x86_64 arch build by myself. Please enjoy.
Continue reading “OpenSSL 1.0.1e RPM for CentOS 6”
Installing Fedora on Lenovo Y510p
I bought a brand new Lenovo Y510p 2 months back, and it arrived 2 days ago (what a speed!). Yesterday evening I finally got a chance to install Linux onto my baby. I have to say that wasn’t an easy job. Here are the steps that I did last night.
Continue reading “Installing Fedora on Lenovo Y510p”
Some useful LaTeX tips
This is for my own reminder, and if you like them, take and modify them as you wish.
Continue reading “Some useful LaTeX tips”
ghost (blog publishing) at a glance
Recently a new blog publishing service called ghost burst out in its existance for public testing, I am very curious of this new competitor of WordPress so I installed it and made a few tests.
Continue reading “ghost (blog publishing) at a glance”
C Preprocessor check before compilation
In C, the #define token is widely used as a macro and maybe others. When we write a program with complex #define and such, maybe incorrectly used on top of another, how can we see if they are really correct?
Continue reading “C Preprocessor check before compilation”
Online learning in Chinese – XuetangX
China announces edX platform to power its new online learning portal XuetangX. This online is especially useful for Chinese students who wish to get some supplementary knowledge on academic courses. For English speaking learners, this website provides English translation subtitles in their course video (maybe not all). Beside the subtitles, the professors use English during their presentation.
Continue reading “Online learning in Chinese – XuetangX”
Permalink fixed
I got complains from my cute classmate Vince saying that my blog’s article links were so ugly (the default wordpress permalink). So I fixed it.
Continue reading “Permalink fixed”
Deterministic Finite Automata in C
In our a5p2 question, we need to write a general template for the deterministic finite automata, with input details are listed below: