Nginx and its workers with some random facts

I have a VM with one CPU only and there I run #nginx 1.18.0 in ubuntu server. It involves with some lightweight work like static content serve and as well as dynamic content with load balancer capability.

Continue reading Nginx and its workers with some random facts

Install Postman in Linux Desktop

I should rename the title to “Install Postman in POP OS” as recently I have been working on a POP OS. This thing is sleek. I love the workflow. It comes with default FLATPAK and no SNAP. I did not want to use snap.

So here I am, installing Postman from their binary compressed file.

Continue reading Install Postman in Linux Desktop

RaspberryPi with DHT22 Sensor for Humidity and Temperature Data with InfluxDB

I have been playing with RaspberryPI for a while. There are several project I tried to do with RaspberryPI. These boards play a significant role in my home lab for different experiments like Docker Private Repository, Media Server, Ad Blocker with pi-hole, Secure Proxy for anonymity, secure network access with VPN, Home Security Camera/Surveillance, Data Collector or scraper etc. But This time, I did buy a “DHT-22” sensor for monitoring room temperature and humidity. Humidity is my main concern and wanted to see how it fluctuates.

So, my main plan was to get a DHT-22 to connect properly

Continue reading RaspberryPi with DHT22 Sensor for Humidity and Temperature Data with InfluxDB

Ansible to change user password

One of the most basic things to do in a Linux Server. We can use just passwd <user> to change the password of a user. But to do that in 100s of server can be a tricky one. Ansible is the savior on that perspective.

Continue reading Ansible to change user password

Explore InfluxDB: Part 1

I have been trying to manage time to explore InfluxDB for observability. This article is one of many about InfluxDB and Telegraf. I will cover basic installation here.

Continue reading Explore InfluxDB: Part 1