Development Foundations of HTML parsing July 28, 2024 This article delves into the basics of HTML parsing, its significance, and the tools and techniques used in the process. Read more
Development Blocking a browser with nginx July 20, 2024 In this article, we will see how to use nginx to block access to a website based on the browser used by the user. Read more
Development Blocking an IP address with nginx July 20, 2024 In this article, we will see how to configure nginx to block access to certain IP addresses. Read more
Development An introduction to PHP extension development June 16, 2024 This article provides an introduction to PHP extension development, exploring the reasons why you might need one and the basic steps to create one. Read more
Development Setting up nginx to manage a WordPress instance on Docker May 19, 2024 In this guide, we will see how to configure nginx as a reverse proxy web server for a WordPress instance installed on Docker. Read more
Development How to run a Python script in a cronjob April 6, 2024 Running a Python script through a cronjob is a common practice for automating repetitive tasks on Linux or Unix-like systems. Read more
Development How to copy the SSH key to a server without using ssh-copy-id March 17, 2024 In this article, we will show you how to manually copy your SSH key to a remote server when ssh-copy-id is not an option. Read more
Development A sample multi-container application with Docker Compose March 17, 2024 In this article, we will explore how to set up an application that uses Nginx as a reverse proxy for a Node.js application, with MySQL as the backend database. Read more
Development How to use SSH Copy ID (ssh-copy-id) March 8, 2024 In this article, we'll explore how to use ssh-copy-id effectively and delve into its various options for optimal key management. Read more
Development How to set up SSH authentication on a Linux Server January 14, 2024 SSH key-based authentication is a secure and recommended method for accessing a Linux server. Read more