I believe systemd after targets work tho I have never tried them Try adding this to mount options
x-systemd.after=network-online.target
I like sysadmin, scripting, manga and football.
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
Bold of you to not run to assume I don’t run Arch on my server too (but with all the services inside containers (which are arch images))
I started using Linux 2 years back.
Here’s the cause and it’s normal.
I remember going through a lot of hopping the first 3 or 4 years but have been settled on Arch since then.
“Google could be forced to sell Chrome” was the news in late november so I guess this a reaction to that.
that’s embarrassing one thing is to patch it to make it work on your system but to remove the donation buttons entirely…
Ubuntu is like all other Linux distributions, they add to fragmentation.
Everyone should run Arch Linux
I use arch linux btw
Yeah but I assumed this is about providing the gpu with any user defined amount of ram
From what I read online this only works for integrated cards?
Start by using base arch and eventually you can try to use the cachyos repos if you want to try and get some performance uplift.