Finding an Efficient Solution on Reading and Comparing CSV files

I have always worked with Linux Systems and thus Bash was my go to tool for some specific tasks. But now I am much more aware with Python than Bash as it does give me better grasp on things. I am not saying that for server scripting, Bash can not do some tasks. It can be used in a vast area of things to solve. But I am now comfortable with Python more.

Recently, I did stumble upon of a task that was related to comparing two huge CSV files.

Continue reading Finding an Efficient Solution on Reading and Comparing CSV files

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

SSH Config and Ansible Host Generator and Why I am doing it this way?

I do have to manage SSH config files with numerous host entries. And also there is ansible involved. So, there is redundant host management involved. Managing 4,5 host information in SSH and Ansible inventory files is not that tiresome. It gets very repetitive and boring when the host’s number is the magnitude of that.

This problem motivated me to have a tool that will help one to manage numerous hosts from a single place.

Continue reading SSH Config and Ansible Host Generator and Why I am doing it this way?

Getting habit to use TMUX

Recently been practicing TMUX for my day to day tasks. To be honest, I am late. I should have get used to it earlier. It is much more robust and well sorted than the other terminal multiplexers such as screen. How am I adapting?

Continue reading Getting habit to use TMUX

My Understanding about RUN, CMD and ENTRYPOINT in Dockerfile

Containerization gives us many benefits from packaging to distribution and others. Thus, Docker is widely used as a containerization tool which is designed for running specific tasks and processes, not for hosting operating systems or like other virtualization tools like VMWare, VirtualBox etc. You create a container to serve a single unit task. Once it completes the given task, it stops. The container life-cycle depends on the ongoing process inside of it. Once the process stops,

Continue reading My Understanding about RUN, CMD and ENTRYPOINT in Dockerfile
%d bloggers like this: