This.
“Just do a quick update” and spend 1h trying to fix some broken updates
Also look at https://archlinux.org/news/ before updating (or follow the RSS feed), some updates may need manual intervention
This.
“Just do a quick update” and spend 1h trying to fix some broken updates
Also look at https://archlinux.org/news/ before updating (or follow the RSS feed), some updates may need manual intervention
Tested remotely on termux and looks good on small screen
Khal is a nice tui calendar, maybe not for your needs like calendar.txt
What’s wrong with kitty?
I’ve been using kitty for some time didn’t had any issues, and multiplexing is useful.
PS: i used tmux for many years, and still use on headless
Using it for some months
sudo mkdir /media/NewSSD # the name you like lsblk -f # look for UUID of new ssd
then add it to fstab https://wiki.archlinux.org/title/Fstab
Something like
UUID=<insert drive UUID> /media/NewSSD ext4 defaults 0 2
Make sure you use the correct filesystem (e.g. ext4 or other)