Linus Torvalds has proper motivated reasons for really disliking file systems without a case sensitivity.

Read this with me from the kernel lkml, regarding bcachefs.

Re: [GIT PULL] bcachefs fixes for 6.15-rc4 - Linus Torvalds
https://lore.kernel.org/lkml/CAHk-=wja[email protected]/

🖋️ #bash #sh #zsh #ksh #csh #tcsh #fish #git #Linux #lkml #POSIX #FOSS #100daysofCode #640DaysOfCode #coding #1024DaysOfCode #github #programming #Torvalds #filesystem

Making sure you're not a bot!

Two decades of Git: A conversation with creator Linus Torvalds

YouTube

@gyptazy

How can I apply for one for my boxyBSD VM? do I have to contact you on Matrix?

🖋️ #tunnel #IPv6 #bash #sh #zsh #ksh #csh #freeBSD #boxyBSD #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming

@gyptazy @BoxyBSD

As you know Tunnel Brokers does not work for me due to my current network setup without a static pingable IP

I am keenly interested

🖋️ #bash #sh #zsh #ksh #csh #freeBSD #boxyBSD #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming

This is how my terminals look like when I compile a kernel. I love the wonderful colours that I generate

🖋️ #bash #sh #zsh #ksh #csh #kernel #Linux #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming #lolcat

This is a trip!
After inserting the last line I did a :wq
in Mastodon!
Maybe I should look for a vim syntax editor for my Mastodon clients ;)

🖋️ #bash #sh #zsh #ksh #csh #Hugo #Linux #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming

After having read what horrors people experienced when they upgrade their Hugo binaries, I made sure that I've kept the version that I used to make my test site & also consequently use *that* version to continue to teach myself a higher level of fluency in the markdown language

`hugo version`
hugo v0.140.2-aae02ca612a02e085c08366a9c9279f4abb39d94+extended linux/amd64 BuildDate=2024-12-30T15:01:53Z VendorInfo=gohugoio

🖋️ #bash #sh #zsh #ksh #csh #Hugo #Linux #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming

$ alias 'rm = rm -i'

This is a standard alias in all my POSIX installations
I use it to curb accidental removal incidents of important and large directory trees

🖋️ #bash #sh #zsh #ksh #csh #freeBSD #Linux #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming

When I need docs I do

`man command'

When I pressed F1 in a gui program it did the following

* Request a helper running in my DE to parse a html page
* Ask the helper to open my default html parser
* __Without asking me__ the helper opened a __massive browser__ ravaging ram just to show me what I could find with
`man command`
* I wonder why instead the Ui program did not do the following

* request a helper open a (ba)sh
* parse >man command to the helper
* have the helper display the manpage in the sh

The results would be
* Much less resources used
* No assumption on my current internet connection would be made
* That method has worked for 60 years

<IRC>
/m shakes head and looks at the massive browser showing the equivalence of a manpage
</IRC>

@altbot

🖋️ #bash #sh #zsh #ksh #csh #qBittorrent #torrent #manpage #man1 #F1 #F1Help #WomenWhoCode #640daysofcode #301daysofcode #730daysofcode #100DaysOfCode #1000DaysOfCode #Linux #POSIX #Programming #DEVCommunity #RetroComputing

https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions

Frequently Asked Questions

qBittorrent BitTorrent client. Contribute to qbittorrent/qBittorrent development by creating an account on GitHub.

GitHub

Do you remember me talking about this wonderful article? the one where you are taught in detail with source snippets how Linux goes bye-bye when it goes to sleep?
The article has so much in-depth details that it takes a lot of time, considerable inteligencia & knowledge to process. Contrary to others I will not only say it, I will explicitly state it is fascinating and a heavy read.

Take your time to process the article; it's worth learning this in depth, in miniatures detail, all the way down to the sources, so you know what goes on, when the power management or your Linux powered VM, or Linux powered Hardware machine, goes down, hard, inexplicable:

To you it will become explainable!

🖋️ #bash #sh #zsh #ksh #csh #tsh #PowerManagement #sleep #hibernate #Linux #POSIX #FOSS #100daysofCode #640DaysOfCode #1024DaysOfCode #programming #GCC #gplusplus #gdb

https://tookmund.com/2024/09/hibernation-preparation

Linux's Bedtime Routine

How does Linux move from an awake machine to a hibernating one? How does it then manage to restore all state? These questions led me to read way too much C in trying to figure out how this particular hardware/software boundary is navigated.