Lokvin Wiki
Advertisement

Mac setup

  • terminal , clone profile from "Pro" , use Menlo Regular 14 font
  • sudo no pwd
su root
chmod +w /etc/sudoers
echo '${username} ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
chmod -w /etc/sudoers
exit
  • download jdk 1.8
Advertisement