In this post we are planning to create our own version of docker image using rockylinux/rockylinux:8. In this image all of the configurations pass by environment variables. Environment variable configuration passing is a handy way to manage your container environment. first of all we have to think fluent-bit perspective. It has several configuration files needed. […]
Category: Uncategorized

Read More
New classic theme is inspired by gedit and Pluma editors. Mainly this was developped for C programming language. https://github.com/rishithaminol/newclassic

In usual unix shell we use which command to identify whether the command we are looking exists or it’s existing location. But what happens if we remember only part of the command name? fcmd solves this. This command finds commands in the system PATH as which command but fcmd uses regular expressions and it prints […]