Useful Notepad++ Tips

Disable Auto Backup Auto backup could be very annoying when working on coding projects especially when working with git. Open Notepad++ and go to Settings->Preferences->Backup then select “None” under Backup on save. That’s it. Replace Tabs With Spaces It’s wildly accepted to indent code with 4 spaces. To automatically convert tab to spaces in Notepad++ Open Notepad++ and go … Read more

Backup Your WordPress Website

There are two things you need to have backed up when you want to restore your website. MYSQL tables WordPress installation files. Typically found at “/var/www/<site domain name>” Backup Mysql Tables to a File Backing up mysql database to a file is very simple using mysqldump. You need to have the proper access permissions to … Read more