Shell aliases

## Display a calendar of the current, next and previous month Options: - -3 Display three months - -M Start week from Monday - -b Use the old 'cal' c..

23.07.2023 # linux # shell
entr

A utility for running arbitrary commands when files change. Uses kqueue(2) or inotify(7) to avoid polling. entr was written to facilitate rapid feedbac..

# dev # linux # project
lsd

"The next gen ls command "..

28.08.2023 # shell # linux # project
The case for Nushell

> In this post, I make the case for really taking a hard look at Nushell and also for generally asking the question: "can the state of shells be improv..

03.09.2023 # linux # bash
Increasing partition of a SD card

Make sure the partition is unmounted, then resize the partition, do a filesystem check and finally resize the filesystem. ``` umount /dev/sdd2 sudo pa..

22.09.2023 # linux # fs
greetd

> greetd is a minimal and flexible login manager daemon that makes no assumptions about what you want to launch. ## Installation To install from sour..

24.09.2023 # login # linux