assets/img/forum.png

Linux: Adding a mysql user

Do this as root in mysql create user 'user1'@'localhost' identified by 'pass1'; ...


06/01/2017 05:31:09 AM Jamie General 0
assets/img/forum.png

Linux: Compress (zip) files

Compress files/directories into tar Standard compression: tar cvzf destination.tgz s ...


03/16/2017 04:45:14 AM Jamie General 0