Published inAWS TipHow to Serve EC2 Web Servers in a Private Network From an Application Load Balancer Using AnsibleOne way to ensure security and availability of web servers on the cloud, is to create the servers in a private subnet and serve them from a…Jan 11, 2023Jan 11, 2023
Published inDevOps.devDeploying a LAMP Server on Ubuntu/Debian Using Ansible RolesWhen you have to run a large number of tasks/plays on managed nodes using ansible, things can get bulky, unclear, and repetitive pretty…Nov 21, 2022Nov 21, 2022
How to Configure a VSFTP Server to Run in Passive Mode on Ubuntu 20.04 and Debian 11Beyond being fast and stable, VSFTPD is secure compared to regular FTP servers. Thankfully, it is the default FTP server on some of the…Nov 15, 2022Nov 15, 2022
How to Deploy a Laravel App Using Apache and MySQL.Earlier, I talked about How to Install Apache, PHP, Composer, and MySQL on Debian 11 (Deploying Laravel App). So, in this article, I…Oct 18, 2022Oct 18, 2022
Published inDevOps.devHow to Install Apache, PHP, Composer, and MySQL on Debian 11 (Deploying Laravel App)In this article, I talk about how I installed MySQL, PHP, Apache, and Composer on Debian 11. I give some insight to every command listed…Oct 18, 2022Oct 18, 2022
Published inFAUN — Developer Community 🐾How I Made a Recycle Bin For My Linux TerminalAbout 3–4 weeks back, a colleague reached out to me and mentioned the fact that Linux terminals typically do not come with a recycle bin…Oct 13, 2022Oct 13, 2022
How to Change Your Time Zone in Linux in 2 StepsWhen you run the date command in your Linux machine, the output will show the day, date, time, and time zone. But if it is your first time…Sep 4, 2022Sep 4, 2022
Semantic HTML Elements vs. Non-Semantic HTML Elements — a Quick, Simplified SummaryIn your early days learning HTML, you will come across the term semantic HTML elements. The term may seem like something complex to some…Sep 2, 2022Sep 2, 2022
Asynchronous JavaScript and Callbacks — a Simple SummaryAsynchronous codes are basically codes that do not complete their execution according to the regular flow of the code blocks in a script…Jul 4, 2022Jul 4, 2022