Author: Nam Phong

How to save and restore iptables rules

How to save and restore iptables rules

iptables is a user-space utility program that allows a system administrator to configure the tables provided by the Linux kernel firewall (implemented as different Netfilter modules) and the chains and rules it stores. Different...

SolydXK 10.4 released: based on Debian Buster 0

SolydXK 10.4 released: based on Debian Buster

SolydX and SolydK are Debian-based distributions that use Xfce and KDE desktops, respectively. SolydXK’s goal is easy to use and provide a stable and safe environment. SolydXK is based on the Debian distribution. Debian’s...

OpenSUSE Tumbleweed snapshot 20190921 released 0

OpenSUSE Tumbleweed snapshot 20190921 released

The Tumbleweed distribution is a pure rolling release version of openSUSE containing the latest stable versions of all software instead of relying on rigid periodic release cycles. The project does this for users that want the...

Canonical announces the default wallpaper for Ubuntu 19.10

Canonical announces the default wallpaper for Ubuntu 19.10

Canonical announced today the winner of the Ubuntu Wallpaper Contest and announced the upcoming Ubuntu 19.10 (Eoan Ermine) release default wallpaper. Launched in early July this year, this wallpaper contest invites photographers and graphic...

How to install MariaDB on Ubuntu

How to install MariaDB on Ubuntu

MariaDB database management system is a branch of MySQL, mainly by the open-source community in the maintenance, using GPL license. MariaDB is designed to be fully compatible with MySQL, including API and command line....

How to trigger virus scan on-the-fly with ClamFS on Ubuntu

How to trigger virus scan on-the-fly with ClamFS on Ubuntu

To scan files on the fly, ClamAV requires a separate module which is ClamFS. How to install ClamAV, please read my previous tutorial. ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd...

CentOS 8 will be released on September 24

CentOS 8 will be released on September 24

According to the latest tweet published by the @CentOSProject official Twitter account, CentOS 8 is expected to be released on September 24. The development cycle for this release began in May of this year,...

How to install Clamav antivirus on Ubuntu

How to install Clamav antivirus on Ubuntu

For Linux/Unix systems, an antivirus is also sometimes required. For example, to scan files on a hosting or to scan network traffic. The most common antivirus for nix systems is ClamAV. ClamAV is an...

Linux 5.3 kernel releases

Linux 5.3 kernel releases

Linus Torvalds announced the official release of Linux 5.3 kernel on the Linux-kernel mailing list on the afternoon of September 15th. In the past two months, this version has experienced a total of 8...

How to install Ruby version manager (RVM) on Ubuntu

How to install Ruby version manager (RVM) on Ubuntu

Applications for Ruby often require different versions of Ruby, and only one version is usually installed from packages, and not necessarily the latest. Particular difficulties arise when different applications on the same server require...