-
How to Install MenaPro CMS with Apache on Ubuntu Linux
The tutorial provides guidance on installing and configuring MenaPro CMS on Ubuntu 18.04 and 16.04 LTS servers. It covers the installation of required servers like Apache2 HTTP and MariaDB Database, PHP 7.2, and related modules. Then, it explains creating a MenaPro database, downloading the latest MenaPro release, setting permissions, and configuring Apache2. After these steps,…
-
How to Install SeeCMS with Apache on Ubuntu Linux
This tutorial guides users on installing and configuring SeeCMS, a PHP-based open-source content management system, on Ubuntu 18.04 | 16.04 LTS servers. Steps include installation of Apache2 HTTP Server, MariaDB Database Server, PHP 7.2, and SeeCMS settings. The tutorial also provides ways to secure the server and create a SeeCMS database. The final result is…
-
How to use the newgrp command on Ubuntu Linux with examples
The post outlines how to use the newgrp command on Ubuntu for changing group membership during a login session. This command adjusts the group ID while maintaining the current working directory but updates access permissions based on the new group IDs. By following a specific syntax and options, users can log in under a different…
-
How to Install ntopng ( ntop) Network Monitor on Ubuntu Linux
The text is a tutorial on how to install and configure ntopng, an advanced version of the ntop utility for monitoring Linux systems, including Ubuntu. The new version provides an encrypted, user-friendly web interface with real-time and historical network traffic data. It highlights multiple features such as real-time network monitoring, long-term report generation, geolocation tools,…
-
How to use the rm to delete Files and Folders in Ubuntu Linux with examples
This tutorial provides guidance on the use of the ‘rm’ command in Ubuntu, mainly for beginners or students. The ‘rm’ command, commonly used in Linux, deletes files and directories. The post explains its syntax with options like ‘-f’ (force delete), ‘-i’ (prompt before removal) and ‘-d’ (remove empty directories). Examples of how to correctly use…
-
How to Restart or Reboot with command in Ubuntu Linux with examples
This tutorial guides students and new users to reboot or restart Ubuntu, a popular Linux operating system for beginners, from the command line using the systemctl or shutdown commands. Utilizing either command, users can immediately reboot the system, schedule a reboot, cancel a scheduled reboot, or display custom shutdown messages to logged-in users.
-
How to Install BlueMail for Linux Email Client on Ubuntu Linux
BlueMail, developed by Blix, Inc, is a communication platform enabling secure email, calendar, and contacts management from one app across unlimited mail accounts. It supports push notifications, email group management from various providers, and syncs across multiple devices. The ad-free app aims to streamline communication and is user-friendly on both desktop and mobile. Installation can…
-
How to Extract or Unzip Tar Bz2 (.tar.bz2 | .tbz2) Files on Ubuntu Linux
This post is a tutorial on how to extract or unzip archived tar files compressed with bzip2 compression, ending in .tar.bz2 or .tbz2 on Ubuntu 18.04 LTS. The tutorial explains the tar command, its syntax, options, examples of its use, and how to handle errors during extraction. By the end, learners are expected to competently…
-
How to Format External USB Drives on Ubuntu Linux
This tutorial guides students and new users on formatting external USBs and portable drives on Ubuntu Linux. Formatting a drive erases everything on it, allowing for storage of new information. Ubuntu users can format using the Disk app or command-line utilities, like shred for secure deletion. Ensure to choose the correct disk partition type based…
-
How to Setup ElkArte with Nginx on Ubuntu Linux
This tutorial details the process of installing and configuring ElkArte Forum software on Ubuntu 18.04 by leveraging the Nginx HTTP Server. ElkArte is a modern, feature-rich forum software built on Simple Machine Forum (SMF). Steps are provided on how to install Nginx, MariaDB Database Server, PHP 7.2-FPM, and handling security configurations for an optimum setup.…