-
·
How to Manage Firewall (UFW) on Ubuntu Linux
Ubuntu comes with a default firewall module, which is disabled after installation. This module can be managed using a user-friendly configuration tool called Uncomplicated Firewall (UFW). This tutorial demonstrates how to enable, manage, and create rules for this module using UFW, consequently securing Ubuntu 16.04 | 18.04 servers from external threats.
-
·
How to List Users on Ubuntu Linux
This tutorial explains how to list user accounts in Ubuntu Linux, focusing on two primary methods. The first method involves viewing the content of the /etc/passwd file with commands like ‘less /etc/passwd’ or ‘awk -F: ‘{ print $1}’ /etc/passwd’. The second option uses the getent tool, which utilizes the /etc/nsswitch.conf file. Each method reveals system…
-
·
How to Install AlchemyCMS Rails Framework on Ubuntu Linux
AlchemyCMS is an open-source content management system (CMS) based on Rails ideal for developing static websites. The system stores only text, image ids, and rich text content in its database. Installation requires setting up various packages like Ruby 2.5.3, Rails 5.2.1, and MySQL Server. Post-installation, users can create their websites by creating markup pages and…
-
·
How to Install enduro.js on Ubuntu Linux
Enduro.js is a lean and minimalistic CMS node.js platform optimized for speed with a robust interface for admin and user control. It offers features like analytics, user authentication and workflow management via a single dashboard, without the requirement of a database. Additionally, the tutorial offers a step-by-step guide to installing enduro.js on Ubuntu, including processes…
-
·
How to Install AbeCMS on Ubuntu Linux
AbeCMS, an open-source static site generator, offers a user-friendly interface and doesn’t require database configuration. It provides one dashboard for analytics, user authentication, and workflow management. This post guides users through installing Ruby and Node.js on Ubuntu, setting up a local profile, then installing AbeCMS. After successful installation, users can start developing static websites.
-
·
How to Setup Pydio File Sharing and Sync with Nginx on Ubuntu
Pydio, an open-source file-sharing and sync platform, can be used as an alternative to ownCloud and Nextcloud for storage services. This guide provides detailed instructions for installing and configuring Pydio on Ubuntu 16.04 or 18.04 servers. It covers setting up the necessary Nginx HTTP server, MariaDB database server, PHP 7.2-FPM, creating a Pydio database, and…
-
·
How to Install CyberPanel Host Control Panel on Ubuntu Linux
CyberPanel is an open-source next-generation hosting control platform designed for speed, security, and stability. It includes features such as built-in LSCache, ModSecurity, and free Let’s Encrypt SSL. It’s easy to install on Ubuntu using CyberPanel’s installer script, which requires a series of commands to be run. After installation, users are provided with administrative login details…
-
·
How to Install Strapi API CMS Platform on Ubuntu Linux
Strapi is an open-source content management framework that helps develop database-driven websites, applications, and APIs in Node.js. The framework also provides features like an Admin Panel, Authentication and Permissions management, Content Management, and API Generator. The guide provides detailed instructions on how to install Strapi on Ubuntu 16.04, 18.04, and 18.10 systems, including the setup…
-
·
Install KeystoneJS CMS (Node.js) Platform on Ubuntu Linux
KeystoneJS is an open-source content management system created with Node.js and MongoDB, used for building database-driven sites, apps, and APIs. It’s employed by various sites, from small nonprofits to large enterprises. The article provides a tutorial for students and new users on installing KeystoneJS on Ubuntu 16.04, 18.04, and 18.10 systems, including setting up required…
-
·
How to Install Pydio File Sharing and Sync with Apache on Ubuntu Linux
Pydio is an open-source platform for file sharing and synchronisation. It offers a single access point to your data storage and is a suitable alternative to own-Cloud and Next-cloud services. This guide provides a detailed step-by-step tutorial on how to install and configure Pydio on Ubuntu 16.04 or 18.04 LTS servers, detailing the required installations…