GNU/Linux


Effortlessly Resolve Syncthing Conflicts with Emacs Ediff

Fixing conflicts is very easy with Emacs Ediff. Here, I wrote a simple Python script that allows me to fix conflicted files that occur while using Syncthing.

 


brotab empty response problem

Today, I’m sharing a quick BugFix for the BroTab addon. This post offers a solution that resolves you may have encountered. Brotab error Empty return for bt list command

But actually In this case socket is not open

Solution Install werkzeug

Restart Firefox Port control and it […]


Mastering jq: with the help of AI

TLDR TLDR 2 jq has been a challenging tool for me for quite some time. As humans, we still struggle with handling API responses. Like many developers, I too have encountered difficulties with the syntax of jq. I strongly believe this tool is powerful but not for humans. 🙂 Although […]


Faster git clone

Each of us frequently employs the “git clone” command in our daily routines, particularly when seeking open source projects. In this article, I aim to demonstrate how the “allow” parameter can help minimize bandwidth usage when downloading a repository from a remote source. Normal version Directory size: 50 Megabyte

[…]


Creating automatic ToC in Github

While creating README.md being tidy is important for readability. In my opinion creating Table of Content makes it better. If you have long document, to doing that take so much time. While writing markdown in Github, there is no options to create that automatically. When i was searching about doing […]