Explain htaccess rules?
Related Posts
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
Upgrading MySQL 5.5 to MySQL 5.6 on Ubuntu 14.04 LTS
Make sure you backup your mysql databases first! sudo apt-get remove mysql-server sudo apt-get autoremove…
