How to Backup a Database [bash] mysqldump [options] db_name [tbl_name …] mysqldump [options] –databases db_name … mysqldump [options] –all-databases [/bash] single database [bash title=”single database”] Read More
Increasing File Upload Size in NGINX and PHP I needed to increase the file upload size for a project, so here’s how I did it for both PHP Read More
How To Access Your Windows Files From Linux If you’re trying to access files from a Windows partition while on Linux, you can use the following command to Read More