Top is an historic monitoring tool to get a fast overview of a running Linux system. It is especially useful when you're at limited linux consoles and terminals (i.e.: busybox and the like). By default it doesn't look so great, but there's always fast ways to customize it and use it fruitfully. Custom top Color… Read More


Some of my favourite ps options. ps fauxe Gives you a complete list of all your running processes, complete of path, PID & UID. You may wish to remove some options like u (u stands for user - just type "faxe" or "fax" (very easy to remember indeed!)). Useful in conjunction with the watch command… Read More


Would you like to upgrade from Ubuntu LTS to Ubuntu standard release? The below command will do the trick: vi /etc/update-manager/release-upgrades # default behavior for the release upgrader # [DEFAULT] # default prompting behavior, valid options: #  never  - never prompt for a new distribution version #  normal - prompt if a new version of the distribution… Read More


I think the best method to securely access remote X sessions is with the NX Protocol. It does delegate the auth to the good 'ol openssh server, then wraps all up and sends back-and-forth graphics goodness between two proxy hosts. My scenario is the following: 1) a windows xp rig. 2) an ubuntu lan host with… Read More


Intro. Sometimes the easiness to add/remove hardware components with virtualization brings plenty of confusion with Linux ethX interfaces. Someday, I removed a network interface from a VM, then I added another I/F and what happened was that my new I/F got the "eth1" name tag (instead of the expected eth0). The Easy solution. To prevent… Read More