Ansible and WordPress: roles and playbooks Since writing the article on why you should use Ansible for managing your WordPress deploys on VPS servers [1] , I’ve added some basic configuration... Ansible Nginx Ubuntu Wordpress мар. 5, 2021 0 2454
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 мар. 5, 2021 0 2307
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 мар. 5, 2021 0 3094
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 мар. 5, 2021 0 2863
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 мар. 5, 2021 0 2095
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 мар. 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 мар. 5, 2021 0 2754
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 мар. 5, 2021 0 1808
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 мар. 5, 2021 0 2858
handy commands continuous live logging tail -f /var/log/mail.log show line number nano nano -c filename Ubuntu 14.04 System Logging sudo chown syslog:adm /var/log... Ubuntu мар. 5, 2021 0 2016
netstat There’s a few parameters to None [1] netstat that are useful for this : -l or --listening shows only the sockets currently listening for incoming ... Ubuntu мар. 5, 2021 0 1820
How to Audit WordPress Security from the Command Line with WpScan WPScan [1] is a Ruby-based WordPress security scanner that is run from the command line and used to detect vulnerabilities on a WordPress installatio... Ubuntu Wordpress мар. 5, 2021 0 2501