-
Increase File Upload Limit in Nginx for WordPress
This tutorial guides students and new users on how to fix the common WordPress error “413 Request Entity Too Large” when uploading files via Nginx. The error arises from attempting to make a request larger than the server limit. The solution includes adjusting the server settings to process larger requests, modifying the WordPress directory permissions,…
-
How to Setup Gibbon LMS with Nginx on Ubuntu Linux
This tutorial provides instructions on how to install and configure Gibbon Learning Management System (LMS) on Ubuntu 18.04/16.04 LTS servers. Gibbon LMS is a free, open-source platform designed by teachers to facilitate classroom teaching and assessment. The guide describes the installation of the Nginx HTTP Server, MariaDB Database Server, PHP 7.2-FPM, and related modules, as…
-
How to Setup clearFusion CMS with Nginx on Ubuntu Linux
This tutorial guides students on installing and configuring clearFusion CMS, a robust mobile-friendly content management system, on Ubuntu 18.04 or 16.04 with the Nginx HTTP server. The process involves installing Nginx HTTP Server, MariaDB Database Server, PHP 7.2-FPM, creating clearFusion’s database, and configuring Nginx. Following these steps properly, students will successfully install and be ready…
-
How to Install Gibbon LMS with Apache on Ubuntu Linux
The tutorial provides a step-by-step guide on installing and configuring Gibbon Learning Management System (LMS) on Ubuntu servers. Gibbon LMS is a free, open-source platform developed by teachers for teaching, planning, and assessing students. The guide includes installation of Apache2 HTTP Server, MariaDB Database Server, PHP 7.2, and setting up a Gibbon LMS database. It…
-
How to Setup MenaPro CMS with Nginx on Ubuntu Linux
The tutorial provides instructions on how to install and configure MenaPro CMS on Ubuntu with the Nginx HTTP server. It includes comprehensive instructions to install Nginx HTTP Server, MariaDB Database Server, PHP 7.2-Fpm, creating a MenaPro Database, downloading MenaPro’s latest release, and configuring Nginx. Have a successful MenaPro installation on Ubuntu 16.04/18.04 following these steps.
-
How to Install clearFusion CMS with Apache on Ubuntu Linux
This tutorial guides new users on installing clearFusion CMS on Ubuntu 18.04 | 16.04 LTS servers. ClearFusion is a mobile-friendly content management system that doesn’t require coding knowledge. It offers powerful tools like a robust backend, a search tool, and analytics. To use clearFusion, users must install the Apache2 HTTP server and the MariaDB database…
-
How to Setup SeeCMS with Nginx on Ubuntu Linux
SeeCMS is a PHP-based, open-source content management system that provides powerful tools that let users build websites quickly, without needing HTML or PHP skills. Installation involves setting up a web server using Nginx HTTP Server, installing the MariaDB database server, PHP 7.2-FPM and related modules, and configuring these settings. An intuitive back end allows for…
-
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…