Web Hosting & Servers

Learn web hosting, servers, domains, and how websites are deployed and managed.

  • Installing MariaDB and secure it on Debian

    Installing MariaDB and secure it on Debian

    MariaDB is one of the best relational databases and we can use it on Debian Linux to host databases for apps, blogs, and websites. In this article we’ll learn installing MariaDB and securing it on…

  • Installing Nginx from source on Debian

    Installing Nginx from source on Debian

    Installing Nginx on Debian is easy, but that may be outdated. Since Debian is stable Linux distribution, we cannot blame them for this. That’s why we are going to install Nginx from source on Debian.…

  • Installing latest PHP on Debian

    Installing latest PHP on Debian

    Debian Linux distribution is stable so it is common that most packages it shipped with will be not latest and that’s the reason we’ll be installing latest PHP on Debian. See how: 1. Update the…

  • Installing Let’s Encrypt SSL/TLS certificate on Debian running Nginx

    Installing Let’s Encrypt SSL/TLS certificate on Debian running Nginx

    Using Debian Linux and Nginx web server to manage your applications and websites, now it is easy to install free SSL/TLS certificates as Let’s Encrypt enabled us to make website HTTPS enabled. We will be…

  • How to install Nginx on Fedora?

    How to install Nginx on Fedora?

    Nginx is an open-source web server (free HTTP Server software), in addition to its HTTP Server capabilities, it can also function as a Proxy Server for email (IMAP, POP3, and SMTP) and a Reverse Proxy…

  • How a web hosting choice can affect SEO?

    How a web hosting choice can affect SEO?

    Wondering how a web hosting choice can affect SEO in a very long way? Wonder no more! Know all about the SEO affecting hosting factors in full detail and improve your SEO ranks with our…

  • Default NGINX Configuration

    Default NGINX Configuration

    Nginx configuration file located at /etc/nginx/nginx.conf has everything that makes a server flies or sinks. Below we have explained what each directive does. Let’s take a look and fine-tune your settings: Before we hit to…

  • Is 100 Mbps internet enough for a server rack?

    Is 100 Mbps internet enough for a server rack?

    In the world of data centers, servers, and hosting having a faster internet connection is necessary. You shouldn’t be miser here because you could bottleneck everything here. For most of us, 100 Mbps internet connection…

  • How to connect to an SSH server?

    How to connect to an SSH server?

    SSH is a secure shell that is a cryptographic network protocol that connects your computer to a remote server securely over an unsecured network. We use SSH mostly to access and manage the remote server…