Tagged: ubuntu

Ubuntu is developing a new Ubuntu Desktop Installer

Canonical Design Team and Ubuntu Desktop Team are working together to develop a new installation program for the Ubuntu Desktop Installer. The installer will take full advantage of technologies such as Flutter (bring Flutter...

How to configure the network on Ubuntu

How to configure the network on Ubuntu Set IP automatically via dhcp vi /etc/network/interfaces auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp Restart network sudo /etc/init.d/networking...

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

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

How to set up a UFW firewall on Ubuntu

Properly configuring the firewall is one of the most important aspects of the overall system security. By default, Ubuntu 18.04 LTS comes with a firewall configuration tool called UFW. UFW is a user-friendly front...

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