Tag php

Install-Nextcloud-30-Hub-9-on-Ubuntu-24.04-LTS

Install Nextcloud 30 Hub 9 on Ubuntu 24.04 LTS

Nextcloud 30 Hub 9 was released yesterday, and this time the changes are significant in terms of features, apps, improvements, and the UI. There's a fresh UI update, which I personally like. It’s more compact, and the round shapes are gone for good. Almost every core app has received a redesign. The Talk UI has also been revamped and looks fantastic. You can read more about the changes and features below. If you want to try it out, follow this guide to install Nextcloud 30 Hub 9 on an Ubuntu 24.04 LTS server with Apache and MariaDB.
Fine-Tune-PHP-FPM-and-Apache-for-Optimal-Performance

Fine-Tune PHP-FPM and Apache for Optimal Performance

If you have a high-spec server for a web app, but the server isn't optimized to handle large traffic, you may experience timeouts when loading the app. This issue is often due to the web server not being properly configured for heavy traffic. In this article, we will explore how to fine-tune PHP-FPM and Apache for optimal performance.
How-to-Set-Up-DokuWiki-on-Ubuntu-22.04-Server

How to Set Up DokuWiki on Ubuntu 22.04 Server

If you like to document your documents using Markdown-like format, you should try out DokuWiki. DokuWiki syntax is similar to Markdown. It has plugins to extend it and requires no database. Let's jump in and explore how you can set up DokuWiki on an Ubuntu 22.04 LTS server.
unraid-with-nextcloud

How to Increase Upload Size on Nextcloud in Unraid

On most straightforward installations, you may have changed the upload file size limit somehow. But what if you have a Nextcloud Docker container set up on an Unraid system? In this article, we will explore how to increase the file upload size limit on your Nextcloud setup in Unraid.
How-to-install-Nextcloud-on-Raspberry-Pi

How to install Nextcloud on Raspberry Pi

I have a Raspberry Pi 3 Model B lying around, and I thought, why not take it for a spin and make use of it? I installed Raspberry OS (Debian 12 - Bookworm) on it via the Raspberry Pi Imager on an SSD drive, booted it, and now it's time to make it functional as a working cloud storage. Read on to learn how to install Nextcloud on your Raspberry Pi 3/4/5.
how-to-disable-enable-php-fpm

How to Disable or Enable PHP FPM

PHP-FPM (PHP FastCGI Process Manager) is a key element in web server performance optimization. This guide will show you how to effortlessly disable or enable PHP-FPM as needed, giving you control over your server's PHP processing.