-
How to Change MySQL or MariaDB User Password on Ubuntu Linux
This tutorial guides users on how to change MySQL or MariaDB database passwords for enhanced system security. The process includes understanding the necessity of changing passwords, considering the account’s application, and deciding on password strength. The tutorial instructs users to apply the ‘UPDATE’, ‘SET PASSWORD’, or ‘ALTER’ SQL statements for changing passwords, emphasizing the importance…
-
How to Install and Configure DropBox Client on Ubuntu Linux
The content is a tutorial on how to install Dropbox on Ubuntu 19.04 systems. It explains the benefits of Dropbox, an online file synchronization, hosting, and personal cloud service. During installation, users are advised to download the correct version and grant system permissions. Once installed, it’s recommended to sync data and files to the Dropbox…
-
How to Install FlatPress CMS with Apache on Ubuntu Linux
FlatPress is a PHP-based flat-file content management system (CMS) that doesn’t involve SQL or a database, making it easy to use. Ideal for web admins looking to create solution-oriented websites, it offers widget support and an easy backup system. Installation steps consist of setting up an Apache2 server, installing PHP 7.2 and related modules, downloading…
-
Install and Setup Adobe Flash Player and Watch DVD Videos on Ubuntu 19.04 Desktop
Ubuntu 19.04 (Disco Dingo) users can face issues with video and flash-based content. The Flash plugin can solve this, which is freely downloadable for most web browsers. Chrome users do not require extra installation as it comes with a bundled NPAPI version of Flash. Firefox can handle flash content out of the box. However, the…
-
How to install VirtualBox Guest Additions Software on Ubuntu Linux
The blog post guides on installing VirtualBox Guest Additions software on Ubuntu Linux as a guest machine. The Guest Additions software enhances the guest machine’s performance, enables file sharing and clipboard features between host and guest. The procedure includes updating Ubuntu, installing packages to support VirtualBox, installing Guest Additions CD image, and enabling copying-pasting. Remember…
-
How to Install Dotclear CMS with Nginx on Ubuntu Linux
Dotclear CMS is an open-source, user-friendly content management system that is easy to install and maintain, and offers a feature-rich editor, customizable themes, and various inbuilt support elements. A detailed guide is provided for installing Dotclear on an Ubuntu system, including the necessary installation of Nginx HTTP Server, MariaDB database server, and PHP 7.2-FPM. The…
-
How to Install Opera Web Browser on Ubuntu Linux
Opera, a cross-platform web browser similar to Google Chrome, is not open-source but can still be installed on Ubuntu. It features support for Google Chrome extensions, a built-in VPN, and an Adblocker. Installation can be facilitated through the download page or the command line console, requiring the addition of Opera’s official GPG key and repository…
-
How to Setup Evolution CMS with Nginx on Ubuntu Linux
This post provides detailed instructions on how to install and run Evolution CMS (Content Management System) with Nginx and PHP- FPM support. It also describes the steps to install required servers and software like Nginx HTTP Server, MariaDB database server, and PHP 7.2-FPM along with its related modules. Additionally, the post guides through the configuration…
-
How to Install Dotclear CMS with Apache on Ubuntu Linux
Dotclear CMS is an open-source, user-friendly platform for web publishing which offers a robust editor, customizable themes, and in-built support for various features like Antispam and XML/RPC. The installation process includes setting up an Apache2 HTTP server, installing a MariaDB database server, and PHP 7.2 with related modules. It also requires the creation of a…
-
How to Install Evolution CMS with Apache on Ubuntu Linux
Evolution CMS is a lightweight, customizable content management platform built in PHP. It focuses on speed, security, and flexibility, and offers modular and extensible features for admins. This platform also separates registered web users and groups from administration users. Users need to install Apache2 HTTP Server, MariaDB Database Server, and PHP 7.2 to use Evolution…