NoCache

Preview of Uninstall MongoDB Completely on Debian/Ubuntu-Based Linux

Uninstall MongoDB Completely on Debian/Ubuntu-Based Linux

Cyrus Kao

If you encounter some problems with your MongoDB server and try to reinstall it or just want to uninstall it. The following will cover how to purge Mongo completely (including dependencies, configuration file, logs and database storage) on Debian/Ubuntu-based Linux distros (e.g. Linux Mint, Pop!OS, Elementary OS).

Preview of Install the Latest Version of MongoDB on Ubuntu 20.04, 18.04, 16.04

Install the Latest Version of MongoDB on Ubuntu 20.04, 18.04, 16.04

Cyrus Kao

MongoDB is one of the most popular NoSQL databases around. In this tutorial we'll be covering how to install the latest version of MongoDB Community Server from its official repository, and the following steps work for Ubuntu 20.04 LTS (Focal), 18.04 LTS (Bionic) and 16.04 LTS (Xenial).

Preview of Uninstall Nginx Completely on Debian/Ubuntu-Based Linux

Uninstall Nginx Completely on Debian/Ubuntu-Based Linux

Cyrus Kao

This guide will cover how to completely uninstall the Nginx web server (including its dependencies, modules, configuration files and logs) on Debian/Ubuntu-based Linux distros (e.g. Linux Mint, Pop!_OS, Elementary OS). It's useful when you're trying to reinstall a clean Nginx server.

Preview of Fix Failed to Save Optimized SVG in Inkscape on Linux

Fix Failed to Save Optimized SVG in Inkscape on Linux

Cyrus Kao

If you encountered the error Failed to import module 'scour'. while saving a drawing as optimized SVG in Inkscape, it means you're missing the scour package on your system. And here is a quick fix for Arch-based (Manjaro, EndeavourOS) and Debian/Ubuntu-based (e.g. Linux Mint, Pop!_OS, Elementary OS) Linux distros.

Preview of Uninstall MySQL Completely on Debian, Ubuntu, Linux Mint, Pop!_OS, Elementary OS

Uninstall MySQL Completely on Debian, Ubuntu, Linux Mint, Pop!_OS, Elementary OS

Cyrus Kao

If you encounter some technical problems with a package on Linux, the first thing you do is probably try to reinstall it. But the configuration is still there after the package is removed, so everything goes right back to the start after reinstalling it. That's why this guide will cover how to completely purge MySQL.

Preview of Install and Secure MySQL on Debian, Ubuntu, Linux Mint, Pop!_OS, Elementary OS

Install and Secure MySQL on Debian, Ubuntu, Linux Mint, Pop!_OS, Elementary OS

Cyrus Kao

MySQL is probably the most-used relational database in the world despite the fierce competition between SQL databases (e.g. PostgreSQL, MariaDB). This tutorial will cover how to set up MySQL on Debian/Ubuntu based Linux distros in CLI, so all the steps could be done through SSH without the need for a graphical interface.

Preview of Install Latest Version of Nginx on Linux (Debian/Ubuntu)

Install Latest Version of Nginx on Linux (Debian/Ubuntu)

Cyrus Kao

The Nginx installed by the package manager (apt) is usually pretty outdated. Currently, v1.20.2 is the stable version of Nginx and Ubuntu LTS 20.04 (Focal) comes with version v1.18.0. Although to stay on the bleeding edge is never the goal of the Debian/Ubuntu release schedule, there are still some ways to obtain the latest version of Ngnix.

Preview of Disable Automatic Update/Upgrade on Debian/Ubuntu through SSH or Desktop

Disable Automatic Update/Upgrade on Debian/Ubuntu through SSH or Desktop

Cyrus Kao

To turn off automatic system upgrade and package lists update on your Debian/Ubuntu-based Linux distros is quite easy. And we'll be covering editing apt configuration through both CLI (Command-Line Interface) and GUI (Graphical User Interface) so it can be done by ssh or desktop.