4th January 2019 Export your mysql database using the terminal Are you moving your database to a new server or do you just need a backup? In both cases this example will come in handy. Categories Linux Comments: 0
3rd January 2019 Redirect all requests to HTTPS using .htaccess Encrypted traffic on the web is more important than ever, and as a website owner you should always make sure to use HTTPS. This is not only to keep the visitors data private, it’s also good for both search engine ranking and for increasing the confidence in your website. Categories Linux Comments: 0
29th June 2018 How to set up cronjobs on a linux-server In this article I will quickly show you how to set up a cronjob on a linux-server. Categories Linux
20th June 2018 Setting up auto backup of your MySQL database Backing up your data is one of the most important things to do. Here is a guide on how to set up auto backup of your MySQL database. Categories Linux