Monthly Archive: November 2019

How to Backup and Restore MySQL Database

In the previous article, I shared how to create a mysql database in Linux. Today, on this post, I’m going to guide you on how to backup and restore the mysql database. Backup mysql...

How to create mysql database in Linux

MySQL is an open-source relational database management system. Its name is a combination of “My”, the name of co-founder Michael Widenius’s daughter, and “SQL”, the abbreviation for Structured Query Language. In this post, I’m...

How to install Redis on Linux

Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps,...

Windows 10 Insider Preview Build 19033 Releases

Microsoft has recently launched Windows 10 Insider Preview Build 19033 for Fast ring channel to continue to fix known issues in this version and so on. Changelog General changes, improvements, and fixes for PC...

Easy way to install OpenVPN Server in Linux

VPN (Virtual Private Network), between the client and the host to establish an encrypted tunnel, the client’s request to encrypt all the way to send to the VPN server. The mainstream VPN is divided...