Author: Nam Phong

How to create mysql database in Linux

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

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

Easy way to install OpenVPN Server in 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...

How to fix GPG error NO_PUBKEY in Ubuntu

How to fix GPG error NO_PUBKEY in Ubuntu

Sometimes, you can get an error like below when you use apt-get update command: W: GPG error: http://archive.canonical.com trusty Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY...

How to check DDOS attack with command-line on Linux

How to check DDOS attack with command-line on Linux

Your server appearing pretty slow could be many things from wrong configs, scripts, and dodgy hardware – but sometimes it could be because someone is flooding your server with traffic known as DoS (Denial...

How to install Linux kernel 5.4 in Linux

How to install Linux kernel 5.4 in Linux

Linus Torvalds announced on the Linux Kernel mailing list that the Linux Kernel 5.4 has been officially released! Linux Kernel 5.4 includes the kernel lockdown mode, intended to strengthen the boundary between UID 0...

GNOME 3.35.2 Released

GNOME 3.35.2 Released

The GNOME project today announced GNOME 3.35.2 desktop environment for Linux-based operating systems. This is an important version with many new features and improvements. Changelog GNOME 3.35.2 is now available. This is the second...

How to change SSH remote login port in Linux

How to change SSH remote login port in Linux

SSH: short for Secure Shell, SSH (developed by SSH Communications Security Ltd.) is a secure protocol for remote logins. Using an SSH client, a user can connect to a server to transfer information in...

Ubuntu 20.04 LTS is available for testing

Ubuntu 20.04 LTS is available for testing

The Ubuntu 20.04 LTS (Focal Fossa) daily build image is now available for download and testing. Ubuntu  20.04 is the 8th LTS version of Ubuntu and is scheduled for release on April 23 next year. Until...