Fixing Invalid Signature Verification Error for Sury.org Repository

  • Post category:Linux
  • Reading time:2 mins read

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 Hestia Control Panel on Linux Server

  • Post category:LinuxWeb
  • Reading time:6 mins read

Hestia Control Panel (HestiaCP) is an open-source web server control panel designed for website management. Comes with some good options such as one-click applications installing, web file manager, mail server, and much more. In this post, I will show you how to install HestiaCP on your Linux server. Table of…

Continue ReadingHow to Install Hestia Control Panel on Linux Server

How To Install NginxProxyManager on a Linux Server

  • Post category:LinuxWeb
  • Reading time:6 mins read

NginxProxyManager simplifies managing and configuring Nginx reverse proxy. this post provides a detailed guide on how to install it on a Linux server. Table of Contents: What is NginxProxyManager? Step 1: Install Docker and Docker Compose Step 2: Create a docker-compose.yml File Step 3: Bring Up the Stack Step 4:…

Continue ReadingHow To Install NginxProxyManager on a Linux Server

How To Install OpenCart with Let’s Encrypt SSL on a Linux Server

  • Post category:LinuxWeb
  • Reading time:12 mins read

OpenCart allows businesses to create and manage online stores. In this post, I will show you how to install OpenCart on a Linux server with PHP 8.2 , securing MySQL, and adding a Let's Encrypt SSL certificate for a secure online store setup. Table of Contents: Step 1: Log in…

Continue ReadingHow To Install OpenCart with Let’s Encrypt SSL on a Linux Server