By default, Plesk typically stores backups on the server. This can, however, present a risk if the hard drive or RAID fails on the server. If this ever occurs, you can possibly lose both data and your backups. To avoid this situation, Liquid Web recommends storing additional backups in a remote storage location.
Continue reading “How to Set Up Plesk Backups in Cloud Object Storage”Tag: Tutorial
How to Enable Piped Logging in Apache
Apache by default logs data directly to log files. While this isn’t a bad thing, it is not your only option. Both Apache 1.x and Apache 2.x bring with them the option of enabling something called “Piped Logging”, though cPanel will only allow you to enable it for version 2.x.
Continue reading “How to Enable Piped Logging in Apache”How to Uninstall Software in Ubuntu 18.04
Introduction
In this tutorial, we will demonstrate how to quickly and easily uninstall software from Ubuntu. Uninstalling software can be done using several techniques. In this article, we will show you how to uninstall software using these various methods.
Continue reading “How to Uninstall Software in Ubuntu 18.04”How to Install OBS on Linux, Windows and MacOS
What is OBS?

OBS (Open Broadcaster Software) is a free and open-source video recording and livestreaming software program that is written in C, C ++, and Qt and developed by the OBS project and a community of independent developers. It is mainly used for streaming and recording videos. It supports a wide range of plugins to extend the functionality of the program.
Continue reading “How to Install OBS on Linux, Windows and MacOS”Running SQL Queries on a Database with PhpMyAdmin
In this tutorial, we will explore how to run SQL queries on a database within PhpMyAdmin. SQL stands for Structured Query Language. SQL statements or queries are used to perform database tasks such as searching, updating, or retrieving data from a database.
Continue reading “Running SQL Queries on a Database with PhpMyAdmin”How to Back Up And Restore MySQL Databases From The Command Line
While automated backups are important, sometimes you just want to take a MySQL dump of the database before making a change to your site. When modifying files in Linux, you can simply copy a file to another name to make a new copy. In this tutorial, we will show you how to create a backup of your database (or multiple databases) and also how to restore a backup from either command line or cPanel.
Continue reading “How to Back Up And Restore MySQL Databases From The Command Line”