-
·
How to Mount Box on Ubuntu Linux
This tutorial provides instructions for mounting Box online storage on Ubuntu 20.04/18.04. Although Box doesn’t offer a native Linux client, users can use WebDAV protocol for secure access to their content. The tutorial offers two mounting methods: through Ubuntu’s File Manager and via Command Line, with detailed steps for each method.
-
·
How to Install KeeWeb Password Manager on Ubuntu
The provided text is a tutorial on installing the KeeWeb password manager on Ubuntu 20.04 or 18.04. KeeWeb, a free and cross-platform password manager compatible with KeePass, offers features like password syncing with cloud services, a user-friendly interface, and a password generator. The installation process involves preparing Ubuntu with required packages, installing Docker—a prerequisite for…
-
·
How to Install ONLYOFFICE Workspace on Ubuntu Linux
This tutorial guides users on installing ONLYOFFICE Workspace on Ubuntu 20.04 | 18.04, a bundled app offering an assortment of productivity tools and features that are easily customizable. It details the installation process, which includes downloading and running an install script, optionally enabling mail services, and configuration via a control panel.
-
·
How to Install Wine 6 on Ubuntu Linux
This tutorial provides instructions on how to install Wine 6.0 on Ubuntu 20.04 | 18.04. Wine is a Linux emulator enabling users to run Windows-only applications in Linux. The latest version, Wine 6.0, includes over 8,300 changes with key areas including Core modules in PE format, Vulkan backend for WineD3D, and DirectShow and Media Foundation…
-
·
How to Install PufferPanel on Ubuntu
This tutorial details the installation and configuration of PufferPanel, an open-source web-based game management system, on Ubuntu. It allows you to manage various game servers from one single control panel. The user needs to execute specific commands to install PufferPanel and to set it up to automatically start on server boot. Once installation is complete,…
-
·
How to Remove Nginx from Ubuntu
The tutorial guides on how to delete, purge or reinstall Nginx from Ubuntu 20.04/18.04 systems. The ‘apt remove’ command removes the Nginx software, retaining configuration files, while ‘apt purge’ deletes the software and all associated files. For reinstallation, ‘apt reinstall’ is used, which doesn’t alter or delete any configuration files.
-
·
How to Remove Apache from Ubuntu
The tutorial guides on how to delete, purge, or reinstall the Apache web server from Ubuntu 20.04|18.04. Deletion using ‘apt remove’ keeps configuration files, while ‘apt purge’ removes the server along with all settings and configuration files. Reinstallation, however, uses ‘apt reinstall’ to delete and reinstall the Apache packages without affecting any configuration files.
-
·
How to Backup and Restore MariaDB on Ubuntu
This tutorial guides users through the process of backing up and restoring MariaDB databases and data files on Ubuntu using Mariabackup. Mariabackup, an open-source tool introduced in MariaDB 10.1, does “hot online” backups of InnoDB tables and other files. The tutorial includes step-by-step instructions on installing Mariabackup, creating backups, and restoring data from these backups.
-
·
How to Check Disk Space on Ubuntu Quickly
The tutorial provides guidance on how to check remaining disk space in Ubuntu using Disk Usage Analyzer and the System Monitor app. The Disk Usage Analyzer provides a breakdown of disk space according to Folder, Size, Contents, and modified date. The System Monitor displays information according to Total, Free, Available, and Used. If running low…
-
·
How to list Services on Ubuntu Linux
This tutorial guides students and new users on how to list or show all services running or stopped on Ubuntu 20.04 | 18.04 LTS. The guide explains the use of the systemctl command-line utility, which manages systemd services on Linux systems. The tutorial also includes instruction for starting, stopping, enabling, disabling, and checking service status,…