Turn off touchpad when typing = priceless

By ivan

I was pissed by the touchpad of my AAOne (running great under Linux Mint 16 “Petra” Xfce) until I found syndaemon = priceless. -d starts it as daemon (running on background) -i sets the time,…

Add existing user to sudoers

By ivan

If our user is not created add it with sudo useradd -m username (m creates home for it) then set password with passwd username then sudo usermod -a -G sudo username (-a to append a…