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.

Tuesday, June 2, 2015

Enable 32 bit Environment on CentOS 7

Just execute this on terminal
yum install -y glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686
Source: https://fedoraproject.org/wiki/HOWTO_Setup_Android_Development