!moar FreeBSD Short Tips

Jeder gute Linux Administrator nutzt htop, dies gibt es auch (eingeschränkt) unter FreeBSD. Dafür muss man zunächst einige anpassungen am System machen:

echo "linproc /compat/linux/proc linprocfs rw,late 0 0" >> /etc/fstab
mkdir -p /usr/compat/linux/proc
ln -s /usr/compat /compat
mount linproc

Danach kann es aus den Ports gebaut werden:

cd /usr/ports/sysutils/htop/
make install clean
This entry was posted in General, Linux, Short Tips. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.