List of 100 SRE tools in 2023

Monitoring & Observability Error Monitoring Incident Management Infrastructure as Code Container Orchestration Infrastructure as Code Version Control and CI/CD Others

Read more »

List of Free Software to monitor a live screen of Laptops

Here is a list of free software options that can help monitor live screens of laptops: TeamViewer: TeamViewer is a widely used remote desktop software that allows screen sharing and…

Read more »

List of employee monitoring software

Teramind: Teramind is a comprehensive employee monitoring software that offers features such as real-time screen monitoring, keystroke logging, website tracking, and activity reporting. It provides advanced analytics and behavioral analysis…

Read more »

List of employee live screen of multiple laptop

If you want to view the live screens of multiple laptops simultaneously, you would need a more advanced solution that typically requires a paid software or specialized hardware. Here are…

Read more »

List of all Agile models

Agile is a set of principles and values that emphasize iterative and collaborative approaches to software development and project management. While there are several Agile methodologies and frameworks, here are…

Read more »

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: ChoiceParameter & CascadeChoiceParameter in Pipeline using ScriptlerScript

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 »

AWS Tutorials: AWS CodeBuild – Buildspec code for creating AMI from running instances

Read more »