PHP 7.0 (and 5.6) on Ubuntu
Related Posts
How to clone a running system to a new harddisk using rsync?
Have you ever wanted to shrink an EC2 volume? I tried several ways and this…
How to backup mysql database (command line)
To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p…
