25 December, 2016

Make /var/www/html/ writable

From the history:

 76  sudo gpasswd -a "per" www-data
   77  sudo chown -R "$USER":www-data /var/www
   78  find /var/www -type f -exec chmod 0660 {} \;
   79  sudo find /var/www -type d -exec chmod 2770 {} \;
   80  touch x
   81  rm x

Line 80 - 81 is just a test. 

17 December, 2016

14 December, 2016

Speed Up Mint

I have used two simple steps:

  • Cinnamon: disable all visual effects
  • Install the MATE Desktop: good for old PCs
After a few minutes with MATE my reaction was: why on earth didn't I change before ...