Tips and utilities
step 4
I have started installing a few utilities in view of preparing an email server on Pi, and figured out a few useful things
- meld is a graphical diff file for Debian/Gnome. I am planning to use it to compare my working postfix configuration files with the new ones I will be setting up.
- Instead of using tightvncserver to run a graphical application on Pi, it is easier to connect with a secure shell (ssh) with the -X option (ssh -X). In this way every time I call a gui application from a command line (e.g. gedit or meld), the system will use the graphical X system of the calling client (my desktop) to display a window acting on Pi. This is very helpful when I want to run a graphical editor on the Pi card, without the need of VNC or direct connection (mouse + keyboard) to the card
- Debian run-levels can be viewed and edited with chkconfig command. The package chkconfig need to be installed (apt-get).
- A good system log monitor is gnome-system-log, which can be installed with apt-get