Yes, it’s called
export HISTSIZE=10000000
I like sysadmin, scripting, manga and football.
Yes, it’s called
export HISTSIZE=10000000


That part of the speech is perfectly standalone and applies to many regimes outside the US


Everytime somebody posts something complacent like this telling us not to worry I remember a piece of speech by Arnim Zola in the Winter Soldier movie.
"Hydra was founded with on belief that humanity could not be trusted with it’s own freedom.
What we did not realize is that if you try to take that freedom, they resist.
The war taught us much, humanity needed to surrender it’s freedom willingly.
[…]
For 70 years, Hydra have been secretly feeding crisis, reaping war. And when history did not cooperate, history was changed.
Hydra created a world so chaotic that humanity is finally ready to sacrifice it’s freedom, to gain it’s security"
They just need to push for thin clients that rely on cloud computing as the prices for consumer hardware make it not affordable to own your stronger hardware.


echo 'dXIgbW9tCmhhaGEgZ290dGVtCg==' | base64 -d


gpt-oss:20b is only 13GB


This includes everything for a total of 261G



I have 4 Arch machines so I actually hold a local mirror of the entire arch repo in my homeserver and just sync from there at full speed


ollama works fine on my 9070 XT.
I tried gpt-oss:20b and it gives around 17tokens per second which seems as fast a reply as you can read.
Idk how to compares to the nvidia equivalent tho


I have a Pixel 9 Pro which is supposed to get security updates until 2031 but at the pace Google is closing Android down I wonder if it will even be viable to stay on an AOSP degoogled ROM until then.
I feel like the future is leading us to a place where we will have to reduce our mobile computing to a trusted but slow and unreliable main phone while keeping a secondary mainstream device for banking/government apps.


Pixel 8A you can get probably very affordable now and will get updates until 2031. It’s more likely that by that time you will have dropped your phone and break it or simply want a hardware upgrade.
It also supports playing AV1 in hardware even at 4k resolution.
I believe systemd after targets work tho I have never tried them Try adding this to mount options
x-systemd.after=network-online.target
For automatically you need to add a keyfile to a slot in the luks device
openssl genrsa -out /root/keyfile.bin 4096
cryptsetup luksAddKey /dev/mapper/extra /root/keyfile.bin
The entry in the crypttab would be like this
extra UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /root/keyfile.bin luks
Generally, they enforce in Linux using root permissions to mount internal hard drives unlike USB drives that can be mounted by the user If you want to mount it automatically in every boot, you could modify the /etc/fstab to add an entry for it
Clean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use “n” instead of “f” for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
git gc --aggressive --prune=now
Remove old journal logs, keeping last seven days
journalctl --vacuum-time 7days
Remove pip cache
pip cache purge


Debian testing is just a small resistance step of future arch users still scared to distrohop


I used to rice a lot a swaywm/i3 panels, keybindings and menus but I’m tired now A basic Plasma with some minor tweaks switched to Breeza Dark is enough.


First FreeDesktop and now Alpine damm
arch linux btw