Linux: Adding a mysql user
  General |  Jamie |   06/01/2017 05:06 AM |  0
Do this as root in mysql create user 'user1'@'localhost' identified by 'pass1'; ...
Linux: Compress (zip) files
  General |  Jamie |   03/16/2017 04:03 AM |  0
Compress files/directories into tar Standard compression: tar cvzf destination.tgz ...