-
How to Mount ISO File on Ubuntu Linux
The text is a tutorial demonstrating how to mount ISO files on Ubuntu 18.04 | 16.04. It explains that ISO files are often used when installing an operating system or archiving large data. The tutorial offers steps to mount ISO files via the Ubuntu command line, and Ubuntu desktop app and advises beginners to start…
-
How to Install Wardrobe CMS with Apache on Ubuntu Linux
The tutorial provides detailed steps on how to install Wardrobe CMS on Ubuntu 18.04 or 16.04 using an Apache2 HTTP server. The process involves installing Apache2 HTTP server, MariaDB database server, PHP 7.2 and related modules, and setting up the application with Wardrobe CMS. Wardrobe CMS is a lightweight, Laravel-based, open-source blogging platform ideal for…
-
Manage MariaDB with Adminer on Ubuntu: A Step-by-Step Guide
This tutorial guides on managing MariaDB | MySQL databases using Adminer, a versatile web-based database management tool, on Ubuntu. The process involves installation of Apache2 HTTP Server and MariaDB Database Server, securing the database, and setting up PHP script. It addresses potential login issues due to MariaDB and MySQL’s changed authentication method and demonstrates how…
-
How to Setup Atlantic CMS with Nginx on Ubuntu Linux
This tutorial instructs students and new users how to install Atlantis CMS on Ubuntu 18.04 and 16.04 with an Nginx HTTP server. Atlantis CMS is an open-source, Laravel-based content management system. Instructions are detailed on how to install Nginx HTTP, MariaDB database server, and PHP 7.2-FPM, creating an Atlantis database and configuring Nginx.
-
How to Install Atlantis CMS with Apache on Ubuntu Linux
This tutorial guides students and new users on how to install Atlantis CMS on Ubuntu 18.04 | 16.04 using Apache2 HTTP server. Atlantis CMS is an open-source, Laravel-based CMS with capabilities surpassing other PHP-based content management systems. The guide includes instructions for installing Apache2 HTTP Server, MariaDB Database Server, PHP 7.2, and Atlantis CMS itself,…
-
How to Rename Git Local and Remote Branch on Ubuntu
This tutorial guides on how to rename Git local and remote branches on Ubuntu 18.04 | 16.04. The process involves checking out the branch to be renamed, renaming the branch, and pushing the new name while deleting the old one. This can all be done using the ‘git branch -m’ command.
-
How to Revoke Let’s Encrypt Certificates on Ubuntu Linux
The content provides a guide on how to revoke Let’s Encrypt SSL/TLS certificates and uninstall Let’s Encrypt/Certbot packages and directories. Users might wish to revoke their certificates due to safety concerns or no longer needing a specific certificate. The tutorial includes steps to validate and revoke certificates, as well as uninstalling Let’s Encrypt and Certbot.
-
How to use the chfn command in Ubuntu Linux with examples
This tutorial guides beginners on using the chfn command in Ubuntu Linux OS to update users’ ‘finger’ information, including name, work details, and phone numbers. The chfn command is a utility used via command-line, and its syntax and several of its options are explained. Examples of modifying a user’s full name, home/work phone numbers, and…
-
How to Setup ILIAS LMS with Nginx on Ubuntu Linux
The tutorial provides comprehensive steps to install and configure the ILIAS Learning Management System (LMS) on Ubuntu 18.04 | 16.04 LTS servers using the Nginx server. The guide suggests using multiple programming tools like Apache2, MySQL, JQuery, PHP 7.2-FPM, and Bootstrap for the process. Additionally, testing, security measures, and database management steps are also covered.…
-
How to Setup BuilderEngine CMS with Nginx on Ubuntu Linux
The post is a step-by-step tutorial to install and configure BuilderEngine CMS on Ubuntu 18.04 | 16.04 LTS servers, specifically with an Nginx HTTP server. It details the installation process for Nginx HTTP Server, MariaDB Database Server, PHP 7.2, and BuilderEngine itself. The guide also includes creating a database, downloading the latest BuilderEngine release, configuring…