Tag php8

php-tag

How to Upgrade PHP on Ubuntu

The newest Nextcloud instances require at least PHP 8.2 or above. Nextcloud 32 will not support PHP 8.1, and you may have already seen a deprecation message on Nextcloud 30 and above. While this article is not just about Nextcloud but also about PHP, it primarily addresses the issue of upgrading PHP for Nextcloud servers. However, the steps can be applied to any server that requires a newer version of PHP. Read on to learn how to upgrade PHP on Ubuntu servers or desktops.

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.

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.