Now that you’ve probably followed my last few posts, you should now have a WordPress site that’s ready to be launched. However, the last thing that you need to happen to your freshly built website is some kid with a bit of skills and a Kali VM or another kid’s automated script to take itContinue reading “Using Cloudflare and Fail2ban with WordPress – Building a WordPress Blog Part 4”
Category Archives: WordPress
My Top Picks for WordPress Plugins (Comments, Security, Email) – Building a WordPress Blog Part 3
After following my previous post, you should now have a fully working WordPress install ready for you to build your own website. When you first tried to build your website, you were probably thinking to yourself something along the lines of, “Man, this WordPress thing doesn’t have a lot of features. It would be niceContinue reading “My Top Picks for WordPress Plugins (Comments, Security, Email) – Building a WordPress Blog Part 3”
Installing WordPress with Nginx, MariaDB, and PHP7.4 (LEMP Stack) on Debian – Building a WordPress Blog Part 2
If you’ve read my previous post and followed along, you should have a working LEMP stack. You’re probably thinking to yourself, now what? Well, today I’ll be showing you what I did with mine, which is installing WordPress. WordPress is an extremely popular CMS (Content Management System) that many of your favorite websites are basedContinue reading “Installing WordPress with Nginx, MariaDB, and PHP7.4 (LEMP Stack) on Debian – Building a WordPress Blog Part 2”
Installing Nginx, MariaDB, and PHP7.4 (LEMP Stack) on Debian – Building a WordPress Blog Part 1
In this blog post I’ll show you how I installed a LEMP stack on Debian 11, but this post should apply to most distros based on Debian. I won’t go too much into detail about what these services do, but in a nutshell, Nginx is a web server, MariaDB is a database, PHP is aContinue reading “Installing Nginx, MariaDB, and PHP7.4 (LEMP Stack) on Debian – Building a WordPress Blog Part 1”