top of page
Search


Siddhesh Kadam
2 min read
Building Package (cURL) from Source on Linux
Building package from a source can provide you with the latest features and customisation options. In this blog post, I'll guide you...


Siddhesh Kadam
3 min read
Create Your Own RPM
In this tutorial, we will walk through the process of creating an RPM package for a Python script using a sample project named...


Siddhesh Kadam
1 min read
Ansible Magic Variable
In Ansible, magic variables are special variables that provide information about the current execution context, hosts, and other runtime...


Siddhesh Kadam
2 min read
Ansible Error Handling
Error handling in Ansible is crucial for managing and maintaining infrastructure. Ansible provides several mechanisms for error handling....


Siddhesh Kadam
3 min read
Nginx Rate Limit
Nginx rate limiting is a powerful feature that allows you to control the number of requests a client can make to your server within a...


Siddhesh Kadam
11 min read
Linux Package Management
Linux package management involves the installation, removal, and management of software packages on a Linux system. Different Linux...


Siddhesh Kadam
2 min read
Monitoring Docker containers through the Docker API
containers through the Docker API allows you to retrieve various metrics and information about your containers programmatically. The...


Siddhesh Kadam
6 min read
Linux Process Management
Linux process management involves various commands and utilities to control and monitor processes running on a Linux system. In this...


Siddhesh Kadam
1 min read
How to Create a User in MongoDB using db.createUser() Method
To create a user in MongoDB, you can use the db.createUser() method. Here is the basic syntax: test> use builddevops switched to db...


Siddhesh Kadam
2 min read
MongoDB Roles
MongoDB provides several built-in roles that you can assign to users to control their access to databases and operations. Here's an...
bottom of page