Fixing Invalid Signature Verification Error for Sury.org Repository

If you got any error something like this when you trying to update the Debian system then this post will help you. Err:9 https://packages.sury.org/php bookworm InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> First you must run this commands in your root: curl -sSlo /usr/share/keyrings/sury-keyring.gpg…

Continue ReadingFixing Invalid Signature Verification Error for Sury.org Repository

How to Install tModLoader Server on Linux Server

Hello, This is the second post I'm writing about Terraria you can check my first post that covers installing a vanilla Terraria server. in this post, I will show you how to install tmodloader server on a Linux server. with tmodloader you can play modded terraria, find more about TML…

Continue ReadingHow to Install tModLoader Server on Linux Server

How to Update MyBB Version

  • Post category:Web
  • Reading time:3 mins read

In this post, I will show how to upgrade your current version of MyBB Let's get started! Note: It's important to be aware that not all themes and plugins may be compatible with the new version of MyBB during an upgrade. Before proceeding, check if your current themes and plugins…

Continue ReadingHow to Update MyBB Version

How to Fix Nextcloud Error: “This version of Nextcloud requires at least PHP 8.0”

If you're using Nextcloud, you may have encountered an error message stating, "This version of Nextcloud requires at least PHP 8.0. You are currently running 7.4.33. Please update your PHP version." This error occurs when your server is running an older version of PHP that is not compatible with the…

Continue ReadingHow to Fix Nextcloud Error: “This version of Nextcloud requires at least PHP 8.0”

How to Install WireGuard VPN on a Linux Server

  • Post category:LinuxVPN Host
  • Reading time:2 mins read

Download and Run the Script Download the wireguard-install script: wget https://raw.githubusercontent.com/Nyr/wireguard-install/master/wireguard-install.sh -O wireguard-install.sh After downloading the script, make it executable: chmod +x wireguard-install.sh Now run the script as root: sudo ./wireguard-install.sh The script will ask you a few questions to configure your WireGuard VPN server. It will also install the…

Continue ReadingHow to Install WireGuard VPN on a Linux Server