Nice little book. The idea in the book are trival but good to learn them again. In summary, what makes a good leader or good manager is that, firstly, create a good atmosphere to work. This means to make people in the workplace think positive, feeling good, respect each person,...
[more]
Linux Kernel Calls
Where to find?
To get a list of available Linux kernel calls, go to the src dir of your kernel
and find include/asm/unistd.h, that’s the UNIX Standard, i.e. the kernel
call vs call number mapping. Alternative location is
/usr/include/linux/unistd.h.
[more]
Dairy on the Implementation of AC in NS2
I have the experience on coding NS2, but I put it aside for a year already. Now I think I must implement the AC code into NS2 so that we can do some “experiments”. The next step after the NS2 coding would be a Linux kernel hack.
[more]
Manual of playing with NS2
So far, I played with NS2 for so many months. This is the time to write a guide to let my fellow collegues know about how to play with this nifty animal. Things will be added to improve it continuously.
[more]
Installing ns2 (v2.29) on Debian Sid
There are tremendous references on how to install NS2 (http://www.isi.edu/nsnam/ns/), such as this and this. This is just yet another one.
[more]