Add boot script on linux

Posted on

Since I always forgot the information about how to add boot script I fought I should add it here: Usually the script that should be stored should be placed in the path /etc/init.d/ then a reference (link) from the /etc/rc[1-6].d paths to the script is used to start the script at boot. Depending on the […]

Linux commands good to remember

Posted on

Just a minor FYI when it comes to good linux commans that is often forgotten. Checking Disk Load # iostat -d -x Checking CPU Load # mpstat -P ALL Checking Network Status # netstat -i Checking Memory # free -m APT installing testing packages when using stable version in debian apt-get -t testing install

Compile Debian linux kernel

Posted on

Be aware that there is some risk in doing so! For example, it could happen that your machine does not boot properly after you have installed the new kernel so you might be forced to boot from a rescue CD to repair your system. You have been warned! This document comes without warranty of any […]

MRTG only saves the last data

Posted on

A problem that has been discovering is that MRTG only saves the last data found from the router. The old it had in the logs, was removed and therefor no update on the echo and errors on the router will be shown until the problem is resolved.