NSNeel Soniinneel-soni.hashnode.dev·Apr 28 · 4 min readHardening LinuxIf you’ve ever tried to set up ClamAV for real-access scanning on a modern, hardened distro like Ubuntu 24, Fedora 43 or any other Linux distro, you know it’s not as simple as "install and run." Betwe10
NSNeel Soniinneel-soni.hashnode.dev·Feb 19 · 3 min readHow to run Splunk Enterprise on Ubuntu ARMSplunk Enterprise doesn’t ship ARM builds, which makes installation tricky on Apple Silicon systems running ARM‑based Linux VMs. If you try to install Splunk directly on Ubuntu ARM, you’ll hit archite00
NSNeel Soniinneel-soni.hashnode.dev·Feb 11, 2024 · 2 min readServerless CI/CDThis project is continue with the previous project: Serverless Deployment of a ToDo application. Check this blog: https://neel-soni.hashnode.dev/serverless-deployment-of-a-todo-application Lets begin with implementing CI/CD. After successfully deploy...00
NSNeel Soniinneel-soni.hashnode.dev·Feb 7, 2024 · 5 min readServerless Deployment of a ToDo applicationThis project involves developing a ToDo application with a Serverless architecture, utilizing AWS Lambda for backend functionality, AWS API Gateway for RESTful API interfaces, and AWS RDS for data persistence. The Serverless Framework will be used to...00
NSNeel Soniinneel-soni.hashnode.dev·Feb 6, 2024 · 2 min readHow to Setup Serverless FrameworkWhat is serverless? Serverless is a Framework. The Serverless Framework pioneered serverless architecture on AWS, a transformative approach to building applications on cloud infrastructure that auto-scales, incurs no charges when idle, and typically ...00