Tuesday, June 30, 2015

Install Htop in FreeBSD 10 Using Pkg

Htop is beautiful task manager on terminal.

You can install it with the step below
  • sudo pkg install htop
  • sudo ee /etc/fstab
  • Add "linproc /compat/linux/proc linprocfs rw,late 0 0" to the end of line
  • sudo mkdir -p /usr/compat/linux/proc
  • sudo ln -s /usr/compat /compat
  • sudo mount linproc
  • rehash
And done. You can type "htop" in the terminal and get beautiful task manager.

0 comments:

Post a Comment