-
·
Intro to php.ini For Nginx & OpenLiteSpeed
Intro PHP configurations are managed through the php.ini file. Editing this file allows you to customize various PHP settings such as enabling or disabling short tags, setting memory limits, and more. This guide will show you how to edit the php.ini file on Ubuntu servers for both OpenLiteSpeed and Nginx to enable short PHP tags.…
-
·
Setting up goaccess in xCloud
What is goaccess? According to the website, GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. Basically, GoAccess is a powerful,…
-
·
How to Create and Manage Users in Linux: A Beginner’s Guide
One of the essential skills every new Linux user should learn is managing users. Whether you’re setting up a personal system or administering a server, understanding user creation and management is crucial for maintaining a secure and efficient environment. In this guide, we’ll explore how to create, manage, and delete users in Ubuntu, ensuring you’re…