Automated server configuration with Ansible In this series of articles, we’ll be automating server ( VPS ) configuration with the help of Ansible [1] , an open source IT automation platform. I... Ansible Nginx Ubuntu mar. 5, 2021 0 2308
Securing your WordPress site running on Nginx Nginx [1] is a modern and fast web server software. If you are not familiar with Nginx, you might be familiar with the Apache HTTP [2] web server so... Nginx Wordpress mar. 5, 2021 0 2401
How to rewrite rules for WP-security in Nginx? I have a WordPress website on a VPS running nginx. I have installed the WP Security plugin to improve the security of my site. After changing all th... Nginx mar. 5, 2021 0 2275
How To Use Nmap to Scan for Open Ports on your VPS Introduction* Networking is an expansive and overwhelming topic for many budding system administrators. There are various layers, protocols, and int... Ubuntu mar. 5, 2021 0 3096
Deleting lots of keys in Redis, fast Here’s a snippet that has helped me whenever I’ve wanted to delete a large number of keys in Redis [1] . This snippet can be run from a bash (or equ... mar. 5, 2021 0 2113
Install nginx naxsi mod_pagespeed and spdy on Debian/Ubuntu This is guide to installing and configuring Nginx to serve static files. Which is to say, this is how to install and set up Nginx to serve static fil... Nginx Ubuntu mar. 5, 2021 0 2865
Compression Formats for Linux A few weeks ago we decided to look for alternative compression formats that we can use as a replacement for gzip [1] . We take several backups of ou... Ubuntu mar. 5, 2021 0 2097
NAXSI: protecting websites with Nginx NAXSI is Nginx Anti XSS & SQL injection. In simple words, it’s a firewall for web applications (WAF) for Nginx, protecting from XSS, SQL injections, ... Nginx Ubuntu mar. 5, 2021 0 2614
LXC Networking Guide Containers need to have an IP so they are available on the network. In Linux ‘bridges’ are used to connect VMs to a network. Think of a bridge as so... LXC Nginx Ubuntu mar. 5, 2021 0 2757
How do I setup DHCP-Server interfaces so they are mapped/bridged to each other? Edit /etc/network/interfaces to have a section like this: iface br0 inet static bridge_ports eth0 eth1 address 192.168.0.1 netmask 255.255.255.0 (Th... Ubuntu mar. 5, 2021 0 1813
Proxy Heroku Applications on Heroku can use https, and it is free as it is under *.herokuapp.com certificate. However if you want to use your own custom domain, ... Nginx mar. 5, 2021 0 2012
Virtualmin, Apache, and Nginx Reverse Proxy I wanted to be able to setup a reverse proxy with nginx and apache but continue using Virtualmin GPL to manage my domains. The only reason I wanted a... Nginx Ubuntu Virtualmin mar. 5, 2021 0 2859