Linux Tutorials: Linux File Systems
/: The root directory where it all begins. Every other directory is a subdirectory of this one. /π―πΆπ»: Contains fundamental binary files, necessary for minimal system functioning. /ππ―πΆπ»: Similar to…
Read more »Github Actions Pipeline for openshift deployment
Use Case Write a github action job which would build an image and then publish to ghcr. Upon Successful publishing, trigger a openshift deployment name: OpenShift Deployment on:push:branches:– main jobs:deploy:runs-on:…
Read more »How to troubleshoot Perforce Server?
Step 1 – Get Comfortable with directory structure and files? Step 2 – Check the permission of following files. it should owned by Perforce Step 3 – Check the Size…
Read more »Step by Step Guide to enable JMX in tomcat in windows
To enable JMX (Java Management Extensions) in Apache Tomcat on a Windows system, you can follow these step-by-step instructions: Sample
Read more »Datadog Tutorials: How to Monitor Apache using Datadog in Windows
Step 1 – Download Xampp from this URL for windows. This would install Apache and mysql. https://www.apachefriends.org/download.html Step 2 – Run a installer Step 3 – Start Apache and MySQL…
Read more »Jenkins Tutorials: Meaning of $class in scripted pipeline
In Jenkins pipeline scripts, the $class parameter is used to specify the class or type of an object. The complete list of $class values depends on the specific plugins and…
Read more »Jenkins Tutorials: Variables in Scripted Pipeline
In a scripted Jenkins pipeline, you can use different types of variables depending on your requirements. Here are examples of different variable types commonly used in scripted pipelines: In a…
Read more »List of Free & Open Source self hosted Application to check Broken Links, url check on web page
Selenium: Selenium is a widely-used open-source framework for web automation and testing. It provides APIs and tools to interact with web pages, including checking the existence of links and validating…
Read more »List of Free & Open Source self hosted Application for SSL Certificate expiration Check
https-ssl-cert-check-zabbix Script to check validity and expiration of TLS/SSL certificate on remote host. Supports: TLS SNI and STARTTLS for protocols like SMTP; internationalized domain names with Punycode(uses libidn); allowing self-signed…
Read more »Open source self hosted application like github gist
Gitea: Gitea is a lightweight, open-source self-hosted Git service that includes a built-in feature called “Gitea Gists.” Gitea Gists allow you to create and share code snippets or text snippets…
Read more »Free & Open Source self hosted Application for Synthetic monitoring
Synthetic monitoring, also known as active monitoring or proactive monitoring, is a technique used to monitor the performance and availability of applications, websites, or services by simulating user interactions. It…
Read more »List of Top open-source self-hosted email marketing application
Self-hosted email marketing refers to the practice of hosting and managing your own email marketing infrastructure on your own servers or hosting environment, rather than using a third-party email marketing…
Read more »Top 11 Free Video Recording Software
OBS Studio: Open Broadcaster Software (OBS) Studio is a free and open-source software for video recording and live streaming. It offers a wide range of features and is highly customizable….
Read more »Packer Tutorials: Amazon Secrets Manager Data Source – amazon-secretsmanager
The Amazon plugin is able to fetch data from AWS. To achieve this, the plugin comes with data sources to retrieve AMI and secrets information. Packer supports the following data…
Read more »Packer Tutorials: Amazon Data Sources – amazon-parameterstore
The Amazon plugin is able to fetch data from AWS. To achieve this, the plugin comes with data sources to retrieve AMI and secrets information. Packer supports the following data…
Read more »What is DevSecTestOps?
DevSecTestOps, also known as Development Security Testing Operations, is an approach that combines the principles of DevOps (Development and Operations) with security and testing practices. It emphasizes integrating security and…
Read more »Terraform Tutorials: Meta-Arguments
Meta-arguments in Terraform are special arguments that can be used with resource blocks and modules to control their behavior or influence the infrastructure provisioning process. They provide additional configuration options…
Read more »