© 2022 Hashnode
jq is a good tool for extracting data from JSON using cli, also it has binaries for windows if you search around. But it doesn't scale well when you want to explore a big JSON object. jless on the other hand is really good for navigating an…
Bash - Linux Terminal Language Basic Linux everyday commands This list includes a bunch of different commands that we use everyday basis if you are going to work on Linux systems like Ubuntu. its good…
In my previous blog, I briefly introduced apache airflow and mentioned how the tool can be used to orchestrate tasks however I did not set it up locally. This was a deliberate attempt to discuss the t…
What is Cygwin? Cygwin is a collection of open source tools that allows source code designed for Unix-like operating systems to compile and execute in Windows OS. We will be using cygwin which contain…
What is Path? A path to a file is to determine the unique location of a file or directory in an OS filesystem. You can travel or change the location of the current directory through a terminal or command line. In file system, there are two …
Introduction When you install a new application on your mac, the setup will throw a lot of files through your system directories. Even after the installation, many apps will continue to create config …
What is Cygwin? Cygwin is a collection of open source tools that allows source code designed for Unix-like operating systems to compile and execute in Microsoft Windows OS. Setup the system You can…
Last year I wrote an article about my shell config for 2021. https://sonny.alvesdi.as/my-shell-config-on-windows-for-2021 I am renewing the operation this year, and to be straightforward with you I …
Hello! This will be a short post on 10 basic Linux tools that I find useful for my day-to-day tasks as a bash user. History - This allows you to see the last 500 commands you’ve run stored in working…