How to set up timezone on Ubuntu 18.04


It is very important to set your server's time and timezone correct to ensure that your application or services work seamlessly with accurate timestamps. In this tutorial we will show you how to configure and set the timezone on an Ubuntu 18.04 server.


Read more

How to migrate MySQL database between two Ubuntu servers


At some point most of us end up in a situation where we need to migrate large MySQL database from one Ubuntu server to another without having to locally download the MySQL data files or running complicated migration tools.


Read more