DevOps
2024
Setting up Moodle on Hetzner using Webmin/Virtualmin
Hetzner is a physical server provider as compared to cloud where you have virtual machine. if you are setting up a new machine on hetzner , you may walk through…
August 13, 2024
Must do list on a Hetnzer server setup
Update and Upgrade Your System Updating and upgrading your system ensures you’re running the latest security patches and features sudo apt update sudo apt upgrade Set Up a Basic Firewall…
August 10, 2024
2022
Docker Points
Network mode: default bridge mode [not shared with host] , Other: host [network same as host]from container to local host, URL to access the host : docker.host.internal Docker volumes :Annonymous…
October 11, 2022
Git Utilities and hacks
Although GIT is an old topic, still i am adding a collection of basic and useful git utilities and hacks that is helpful in day-to-day git cli interaction. Reference to…
September 19, 2022
Monitoring Apache Logs using Zabbix
Apart from monitoring server hardware and software key variable like CPU/Memory/Disk/Process, We also require monitoring of apache logs using Zabbix to monitor all from a single monitoring platform Monitoring Apache…
February 22, 2022
Monitoring LAMP Application using Zabbix
A complete guide for monitoring LAMP [Linux/Apache/Mysql/PHP] application through Zabbix and setting up email notifications. In the following section, I am going to use the following stack, 1- for Zabbix…
February 10, 2022
Pagespeed module for webservers for performance improvement by Google
Pagespeed module for webservers for performance improvement are available for various platform, which provides a caching layer at webserver level to improve the overall delivery of the request. About Pagespeed…
January 30, 2022
Quick guide about Kubernetes
January 30, 2022
Running Shell script using SSM and API Gateway AWS
aws_run_command Table Of ContentsObjective :AWS ServicesList of required servicesRUN Command Lambda IAM Role required to run Lambda and SNSAPI GATEWAY Objective : We are required to run a shell script…
January 1, 2022
2021
Bitbucket API Integration during Pull Request Build to validate the changelogs and coding standard
This implements the Bitbucket API integration in pr (Pull Request) to validate changed files. It only fetches the change file and validates it against a list of the file maintained…
September 23, 2021
Continious Deployment Using Bitbucket and AWS code Deploy
Continuous deployment [CD] can be achieved using following simple steps if you are using bitbucket for code and aws for hosting. Table Of ContentsPre-requisitebitbucket pipeline YAMLWhat it will doAWS code…
April 17, 2021
2019
Apache Web Server Basic Security fixes and Optimisation
If you are utilising the apache web server HTTP for your website hosting and you maintain that server, then you must consider the following points, Turn on LOGS and installing…
February 27, 2019