Recent posts

Give yor dotfiles a home with GNU Stow

5 minute read

Getting started. Make sure you have already set up a dotfiles directory like I’ve described in the video called How to create dotfiles folder

How to create dotfilees folder

1 minute read

Create a folder to store your dotfiles. I recommend to creating this directory in the root of your home folder so that it’s easier to use tools like GNU Stow:

The basic of dotfiles

1 minute read

What are dotfiles. Your personal, crafted configuration! Text-based configuration files for the programs you use Personal scripts Called “dotfiles” be...

What is JAR?

1 minute read

JAR stands for Java ARchive. It’s a file format based on the popular ZIP file format and is used for aggregating many files into one.

How to install Java JDK on macOS

4 minute read

This article shows how to install Java JDK on macOS, Homebrew package manager, manual installation, and switch between different JDK versions.

Scripting Java 11, Shebang And All

9 minute read

From Java 11 on, you can execute a single source file without compiling it first. Beyond experimentation, you can write scripts this way. Even the shebang i...