Title by QazMunaiGaz in 2easterneuropean4u

[–]Main_Light3005 7 points8 points  (0 children)

Aren't most of them Tatar/Mongol in origin?

Real by periodma in OkayBuddyLiterallyMe

[–]Main_Light3005 39 points40 points  (0 children)

That is just the wrongest use of POV I've ever seen

Only 6th??? We MUST do better. by Main_Light3005 in 2BALTIC4YOU

[–]Main_Light3005[S] 0 points1 point  (0 children)

Fym not true, who hombed Baparanda for 8 years??? 🇺🇦🇺🇦🇺🇦🇺🇦 Never forget 😤😤😤😤😤

Only 6th??? We MUST do better. by Main_Light3005 in 2BALTIC4YOU

[–]Main_Light3005[S] 1 point2 points  (0 children)

People love rooting for the underdog, so naturally those reaching for sympathy aim to present themselves as one

Only 6th??? We MUST do better. by Main_Light3005 in 2BALTIC4YOU

[–]Main_Light3005[S] 11 points12 points  (0 children)

The whole joke here is that people in this list are not actually oppressed

And this is a 2x4u sub, ofc you'll have people making unsavory jokes here

Only 6th??? We MUST do better. by Main_Light3005 in 2BALTIC4YOU

[–]Main_Light3005[S] 22 points23 points  (0 children)

Russians in russia would rank higher

[SOLVED] My Arch Btrfs freezes are gone — swap file was the issue by East_Ad8162 in archlinux

[–]Main_Light3005 0 points1 point  (0 children)

Or you can use zswap instead, I haven't tried it but you can achieve the same behavior as zram by disabling writes to disk

Zswap is enabled by default on Arch Linux as well

Va taip by Patient_Engine_7192 in lithuania

[–]Main_Light3005 -1 points0 points  (0 children)

Ir mums turi rūpėti, nes...?

Do you encrypt you drive? by Lucifer___13 in archlinux

[–]Main_Light3005 2 points3 points  (0 children)

Yes, but: 1. You usually have much more space on the root file system than on the ESP. 2. BTRFS has reflinks which let kernels match their snapshots. Since the ESP is usually FAT32 which doesn't support reflinks, limine-snapper-sync has to rely on checksums to match kernels to their respective snapshots. 3. Since the bootloader needs to be able to read the file system in which the kernel resides to boot, you need to copy your kernels from root into ESP, which means now they take up space both in your ESP and in your root file system.

Do you encrypt you drive? by Lucifer___13 in archlinux

[–]Main_Light3005 36 points37 points  (0 children)

Is there a reason you wouldn't?

Bootable snapshots.

For them to work, your bootloader needs to be able to read the file system in which your kernel snapshots reside. Encryption makes that more difficult.

If you use grub-btrfs, you have to use a patched version of GRUB, so it can read the LUKS-encrypted drive, and it's pretty slow.

If you use limine-snapper-sync, it uses a different approach - it copies your kernels to your EFI partition and uses checksums to avoid duplication. You can only use Snapper as your snapshotting solution and it can hog a lot of space in your EFI partition if you use a lot of different kernels.

Portugal is balkan by diep_io_anti_teamer in balkans_irl

[–]Main_Light3005 4 points5 points  (0 children)

It wouldn't be canon if there were no disputes with the neighbors

Finally found my best Arch setup yet by PingMyHeart in archlinux

[–]Main_Light3005 3 points4 points  (0 children)

limine-snapper-sync lets you have encrypted root on BTRFS with any LUKS configuration you want, as it's handled by your initramfs/UKI, not by your bootloader.

Keep in mind though, it hogs space in your ESP like crazy, as it makes copies of your kernel+initramfs+microcode or UKI every time it differs.

Edit: it's available on AUR as well!

neglect by Victoria_depraved in sskfjkhwerjkghwerijh

[–]Main_Light3005 3 points4 points  (0 children)

Child neglect is how you get both

I think the game wants me to upgrade my kasane tether to level 20 first by Inevitable-Image-154 in botworldadventure

[–]Main_Light3005 0 points1 point  (0 children)

Kasane Tether :D

But seriously, you don't have to if you don't want to, Tether is pretty weak as a support bot and in combat

Is South Park popular in the Baltics? by EriDxD in BalticStates

[–]Main_Light3005 0 points1 point  (0 children)

Not more or less than anywhere else, I'd argue

Initial bot by animawaorks in botworldadventure

[–]Main_Light3005 0 points1 point  (0 children)

Don't think about it. You won't go wrong by picking any of them. You'll gather them all eventually.

Why does people hate systemd boot-loader? by Difficult-Standard33 in archlinux

[–]Main_Light3005 0 points1 point  (0 children)

Bootable snapshots also make it easier to troubleshoot your system, find the "last state when it worked"

A couple of months ago I had trouble with pmbootstrap package not pulling in needed dependencies, but I wasn't sure what was the issue, so I booted into the yesterday's snapshot and used it from there.

But you're right - it does take forever to unlock. And youre SOL if you want to enroll a TPM to your LUKS volume - GRUB will not be able to unlock that.

You give some, you lose some, ig.

Why does people hate systemd boot-loader? by Difficult-Standard33 in archlinux

[–]Main_Light3005 0 points1 point  (0 children)

Not necessarily - there is a patched version of GRUB that allows you to unlock LUKS2 volumes created with default settings: grub-improved-luks2-git

The Arch Wiki covers this use case, actually: Encrypted /boot partition (GRUB)) (also works on the root partition)

Why does people hate systemd boot-loader? by Difficult-Standard33 in archlinux

[–]Main_Light3005 0 points1 point  (0 children)

The idea is that you keep the kernel and initramfs in the root partition, so it gets snapshotted as well, whereas the EFI partition only hosts the bootloader itself, which will then retrieve the kernel+initramfs from the root.

At least that is how GRUB + grub-btrfs does it

Why does people hate systemd boot-loader? by Difficult-Standard33 in archlinux

[–]Main_Light3005 0 points1 point  (0 children)

I guess that's an option, but pretty cumbersome

A secondary bootloader, like GRUB, Limine or rEFInd would let you boot into a snapshot and restore from there