Category: Linux

Ubuntu Linux Raspberry Pi

Canonical releases new Ubuntu image to support Raspberry Pi

Canonical has released an Ubuntu image update for all supported Raspberry Pi single-board computers with out-of-the-box USB port capabilities and various bug fixes. And just last month, Canonical promised to fully support its popular...

memcached CentOS

How to install & use memcached on CentOS

memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. memcached allows you to take memory from...

Remote Access MySQL

How to enable Remote Access MySQL

Sometimes, you want to manage your database from your web server without login to it. There is a way to do this is enabled Remote Access MySQL. So how do it? 1. Change MySQL...

Ubuntu Intel microcode update

Ubuntu releases new Intel microcode update to fix restart hangs

After the Intel processor transaction synchronization extension vulnerability was exposed last month, operating system developers such as Microsoft and Apple have made corresponding microcode updates to mitigate the vulnerability. The project teams of various...

optimize MySQL Query Cache

How to optimize MySQL Query Cache

One simple task you can do to speed up your website is to activate the MySQL Query Cache mode. The query cache stores the text of a SELECT statement together with the corresponding result that...

Restore MySQL Database

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...

create mysql database

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...

install Redis on Linux

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,...

install OpenVPN Server Linux

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...

Mendel Linux 4.0

Google updates Coral SBC to Mendel Linux 4.0

Last weekend, Google officially announced the arrival of Mendel Linux (4.0 release Day). As the company’s Debian-built GNU / Linux distribution specifically for its Coral development boards and on-chip modules, it uses Linux Kernel...