Tag Linux

Securing a WordPress Server with UFW

UFW (“Uncomplicated Firewall”) is the easiest way to lock down a WordPress server on Ubuntu or Debian. This guide covers installing UFW, setting sane defaults, opening only the ports WordPress actually needs, and checking status. 1. Install UFW Most Ubuntu…

BASH Scripting

BASH (Bourne-Again Shell)– Scripting 101 – BASH scripting is a very useful tool for automating tasks on a Unix system, it can be used for anything from resetting passwords, to starting applications, to simply storing your favourite grep function for…