- 2 Posts
- 20 Comments
Rust:
Cannot move princess out of
castle
which is behind a shared reference
Gobbel2000@feddit.deto Linux@lemmy.ml•Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh3·2 years agoI have also switched to Colemak and my advice is to just not do that. Just learn Colemak without looking at the keyboard, it’ll make you a better typist anyway and you can get comfortable with it within a few weeks. In particular you don’t want to move the little knobs on the index finger keys (F and J).
Gobbel2000@feddit.deto Linux@lemmy.ml•One of these 6 will become Plasma 6. Wallpaper Which one do you prefer?61·2 years agoThe hexagon minecraft one is neat.
If you’re on Arch, why don’t you just use the discord package from extra repositories and have discord simply update with pacman?
Gobbel2000@feddit.deto Linux@lemmy.ml•BTRFS and moving /home to subvolume, in need of a sanity check.1·2 years agoI still don’t see how having a flat subvolume layout would make that more problematic. You can still (even better in my opinion) choose what subvolumes to automatically snapshot, which to include in backups etc.
Gobbel2000@feddit.deto Linux@lemmy.ml•BTRFS and moving /home to subvolume, in need of a sanity check.9·2 years agoYes, that seems correct to me. I would also say that the flat layout is preferable because it makes dealing with snapshots later easier. When snapshotting the rootfs subvolume you won’t have to keep track of where exactly the home subvolume is located and it is easier to boot into a different rootfs snapshot.
Is that in reference to the Safety Third podcast?
Gobbel2000@feddit.deto Linux@lemmy.ml•What is FOSS answer to BingGPT & Google Bard?163·2 years agoman -k
Everyone is having fun playing air guitar, though bad they may be at it. Except the beige dude who forgot his air guitar at home.
Gobbel2000@feddit.deto Linux@lemmy.ml•Single quotation marks suddenly appear around file and directory names3·2 years agoMy experience is you should try to always use find over ls when writing robust scripts, and consider ls as just an end user tool, not a scripting tool.
Gobbel2000@feddit.deto Linux@lemmy.ml•EFISTUB: If I have both CMDLINE configured in kernel, AND via efibootmgr, which one gets executed / takes precedence?3·2 years agoIn
arch/x86/Kconfig
of the kernel tree it says for CMDLINE:Enter arguments here that should be compiled into the kernel image and used at boot time. If the boot loader provides a command line at boot time, it is appended to this string to form the full kernel command line, when the system boots. However, you can use the CONFIG_CMDLINE_OVERRIDE option to change this behavior. In most cases, the command line (whether built-in or provided by the boot loader) should specify the device for the root file system.
and for CMDLINE_OVERRIDE:
Set this option to 'Y' to have the kernel ignore the boot loader command line, and use ONLY the built-in command line. This is used to work around broken boot loaders. This should be set to 'N' under normal conditions.
So both commandlines will probably be used. I don’t think an initramfs will normally interfere with the kernel commandline. In any case you can make sure you got what you wanted with
cat /proc/cmdline
.
Gobbel2000@feddit.deOPto Linux@lemmy.ml•I Compiled the Linux Kernel myself for the first time2·2 years agoIt took roughly 10-15 minutes on a Ryzen 5800X with 32GB RAM. I have compiled other programs before, but none nearly as large and notable as the kernel. I am in fact very close to getting a computer science degree, but that is in no way required to be able to do this. If you are able to follow the wiki-page I linked, you can do it too.
Gobbel2000@feddit.deto Linux@lemmy.ml•The Linux Community Is Circumventing Red Hat's Controversial New StrategyEnglish132·2 years agoBecause even if you pay them, RedHat won’t allow you exercising your GPL rights and redistributing the sources.
Gobbel2000@feddit.deOPto Linux@lemmy.ml•I Compiled the Linux Kernel myself for the first timeEnglish2·2 years agoYes, that was my experience as well. And of course there is the added tension that if you mess up somehow your system might become unbootable.
Gobbel2000@feddit.deOPto Linux@lemmy.ml•I Compiled the Linux Kernel myself for the first timeEnglish3·2 years agoSure did.
Gobbel2000@feddit.deOPto Linux@lemmy.ml•I Compiled the Linux Kernel myself for the first timeEnglish28·2 years agoI didn’t really keep track, but I would estimate around 10-15 minutes on a Ryzen 5800X.
Gobbel2000@feddit.deto Linux@lemmy.ml•Thomas Gleixner aims for "decrapification" of Linux APIC code, longs for removing 32-bit codeEnglish1·2 years agoDo you have a link to that email?
Gobbel2000@feddit.deto Technology@lemmy.world•Meet the latest way the superrich prove they're really, totally worried about the environment: $10 million electric superyachtsEnglish6·2 years agoSufficiency is just as important as efficiency, if not more so.
Neovim for me. There are so many plugins to make the editor behave exactly as you want.
Yeah, not gonna do that.