How to Prevent a DDoS Attack with Nginx

Distributed Denial of Service or “DDoS” attacks sequester a server’s resources through abusive digital communication tactics. These types of attacks are the computer world’s organized raid. Numerous bothersome anti-like actions combine to create formidable enough threat to halt a seasoned server in its tracks. Worst of all, there happen to be multiple means of waging such guerilla web warfare against unsuspecting servers. Luckily, servers can be configured to fight back. Nginx, a highly popular server system for Unix machines, comes with enough built-in functionality to greatly limit the effectiveness of DDoS attacks. Here are a few effective options for handling such threats on an Nginx-powered… Read more

11 Best Open-Source Software to Try in 2019

Open-source software feels like an anomaly in today’s corporate tech world. The idea that a community of developers are happy to work on a piece of software – usually for no money – for literally years seems ludicrous, and speaks to the passion that people have for making technology for the benefit of everyone. Open-source devs, we salute you! So to honor these tireless workers who quietly make our day-to-day computer experiences that much better, we’ve decided to write up a multi-platform list of what we deem the best open-source software you can get in 2019. Do note that there are tons of open-source software… Read more

How to Use Nginx as a Reverse Proxy

Other than Apache, Nginx is the most popular web server out there. In addition to being a web server, it also can be used as a load balancer or a reverse proxy. In this tutorial we will show you how you can make use of Nginx as a reverse proxy. Related: Nginx vs Apache: Which Serves You Best in 2019? What is a reverse proxy? A proxy server acts as an intermediary between the client and another server. It retrieves resources from the server that you want to connect to and sends it to you for viewing. A reverse proxy works the same way, except… Read more