How to Rate Limit a Node.js App With Nginx on Ubuntu 20.04
In this tutorial, you will configure Nginx as a rate limiter for a Node.js web application and define a maximum amount of requests over a period of time.
In this tutorial, you will configure Nginx as a rate limiter for a Node.js web application and define a maximum amount of requests over a period of time.
This tutorial will show you how to redirect a www URL to a non-www URL, e.g. `www.example.com` to `example.com`, with Apache on CentOS 7 or RHEL.
You can browse the web securely using a Droplet with SSH access as a SOCKS 5 proxy end point. In this tutorial we’ll use a Ubuntu 20.04 Droplet as the proxy, and the Firefox web browser as the client application. By the end of this tutorial you should be able to browse websites securely through an SSH tunnel.
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Der…
We all use email and online file storage services like Gmail or Dropbox. However, these services may not be suitable for the storage of sensitive data, both personal and professional. Do we trust their privacy policies when attaching an important business contract or confidential information? Do we accept that all our data will be collected, processed, and analyzed? There is a solution to this problem: PEPS is an email, file sharing, and chat platform that uses end-to-end encryption.
This tutorial will show you how to set up a free TLS/SSL certificate from Let’s Encrypt on a Ubuntu 14.04 server running Apache as web server. SSL certificates are used within web servers to encrypt the traffic between server and client, providing extra security for users accessing your application.
In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with HAProxy on Ubuntu 14.04. We will also show you how to automatically renew your SSL certificate.
Let’s Encrypt is a Certificate Authority (CA) that provides an accessible way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, Certbot, that attempts to automate most (if not all) of the required steps. In this tutorial, you will use Certbot to obtain a free SSL certificate for Nginx on Ubuntu 22.04, and set up your certificate to renew automatically.
Learn how to secure your Nginx server on Ubuntu with a free Let’s Encrypt SSL certificate. Step-by-step instructions for HTTPS setup and auto-renewal.
Push notifications allow users opt-in to receive updates to mobile and web applications. They also invite users to re-engage with existing applications using customized and relevant content.