| | Linux: Change graphic/text boot
General | Jamie | 06/01/2017 05:06 AM | | You will need to restart for the changes to take effect
Change too graphic boot: sy ... |
Linux: Adding a mysql user
General | Jamie | 06/01/2017 05:06 AM | | 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 | | Compress files/directories into tar
Standard compression: tar cvzf destination.tgz s ... |