ucheagwuonyike.hashnode.devHow To Enable MFA For Sudo and SSH AccessMulti-Factor Authentication (MFA) adds a critical security layer to your Linux servers by requiring users to prove their identity through something they know (SSH key or password) and something they have (a time-based one-time password from their pho...Jan 16·5 min read
ucheagwuonyike.hashnode.devBuilding a Scalable Data Pipeline with Logstash and OpenSearch on KubernetesOrganizations need robust pipelines in today's data-driven world to collect, process, and analyze their data efficiently. This blog post walks through implementing a scalable data pipeline using Logstash and OpenSearch on Kubernetes, which is perfect...May 4, 2025·4 min read
ucheagwuonyike.hashnode.devEverything WordPressSo, continuing our tutorial on Deploying a Wordpress site on AWS, we will now look at downloading Wordpress, moving Wordpress files to the correct folder, configuring a virtual host on Apache, and then setting up Wordpress. First, SSH into your AWS E...May 4, 2024·3 min read
ucheagwuonyike.hashnode.devConfiguring Apache WebServer, PHP, And MySQLThe second part of this series on deploying a WordPress site on AWS EC2 will focus squarely on installing and configuring the following your EC2 instance; Apache Webserver MySQL PHP Runtime The first step in this second part is to SSH into the E...May 4, 2024·5 min read
ucheagwuonyike.hashnode.devSetting Up EC2 And Associating Elastic IPDeploying WordPress on an AWS EC2 instance is easy. In this series, I will guide you through the process of deploying a WordPress website on an AWS EC2 instance. This means you will be handling the installation of the following: Webserver: To handle...May 4, 2024·5 min read