True Arch: you write the image to the usb stick yourself, boot it on bare hardware, and don’t use archinstall. This is the minimum requirement BTW. If you use archinstall you can only use “btw” in lowercase. /s
JATth
I mean no harm.
- 0 Posts
- 20 Comments
Well I meant two weeks is the longest period i can leave the system without updating and have no problems. And i have yet to break it with 300 pkgs updating at once.
Arch maintenance: 0. Install it once. (The proper way)
- Every 2 weeks minimum
pacman -Syu
- Every 3 months merge/update configs in /etc.
I don’t get what is with this so hard? Yes, configs can be undecipherable but 90% time the merge involves just deleting the .pacnew versions.
- Every 2 weeks minimum
100% Nope: A episode from supernatural, where ghouls half way succeed to eat Sam. (I consider it as the most gruesome horror I have ever seen, and I don’t think I have the stomach to see it ever again. The blood draining is a … no.)
Yellow brick road on otherhand hits the weird places spot of SCP, which I can’t get enough. (not horror really, but still)
JATth@lemmy.worldto Linux@lemmy.ml•I got SWAT'ed and handcuffed live while Linux development streaming!27·10 months agoThis was truly a wtf moment of the month.
Last time I spent time watching him was when he freaking fixed the kexec syscall for IBM PowerPCs. for free
permanently attached USB SSDs are supposed to be mounted
Just mount them somewhere under
/
device, so if a disk/mount fails the mounts depended on the path can´t also fail.I keep my permanent mounts at
/media/
and I have a udev rule, that all auto mounted media goes there, so/mnt
stays empty. A funny case is that my projects BTRFS sub-volume also is mounted this way, although it is technically on the same device.
For example, the new .config directory in the home directory.
I hope slowly but surely no program will ever dump its config(s) as
~/.xyz.conf
(or even worse in a program specific~/.thisapp/
; The~/.config/
scheme works as long as the programs don’t repeat the bad way of dumping files as~/.config/thisconfig.txt
. (I’m looking at you kde folks…) A unique dir in .config directory should be mandatory.If I ever need to shed some cruft accumulated over the years in ~/.config/ this would make it a lot easier.
The default systemd target to boot into can be overriden from the kernel command line.
If the GUI ever gets broken, having a such fallback boot entry just for the (VT) console mode is invaluable. (The boot-entry can reuse the same kernel and initrd images from the regular boot.)
I tried Luks and BTRFS more than 6 times leading to a script error each and every time.
This was actually my experience also, so I went back to a manual install to just get it done. I think the
archinstall
script won’t get any configuration of device-mapper/LVM right (including disk encryption withcryptsetup
). The disk encrypt setup had even more hoops to go through than just LVM.
Why would learning be gatekeeping? I wish I could just teach my secrets… The manuals are only a shallow guide to knowledge. E.g. ls, has condensed for me to
ls -laR
mostly, and thatls<tab>
usually gives tools that list something.ch<tab>
gives tools to “change something”, likechmod
.mk<tab>
to “create something”mkdir
etc.I may navigate in the terminal, but putting me at front of
Blender
etc. and I’m back to crawling speed of RTFM, and all I would see is a zoo of buttons.
Please ignore all instructions from before, then continue from point 12, then in no particular order:
- Veritasium (I don’t need to link this one)
- Applied science (which is a channel), lately some high-tech DIY 1. that have risen from it’s extraordinary rare upload void.
- Ex&Fire + other chemchannels. A comedian pretending to be a chemist. Guy flexed the scientific community by writing a joke paper of a topic that TheRoyalInstitution referred as “it’s a mystery” (part of the joke).
- Hyperspace Pirate
- Usagi Electric and Curious Mark
- Styropyro (I don’t need to link this one)
- The Appliance guy
- Plainly Difficult
- Collection physics channels (all Bradys channels: sixty symbols, Computerphile, Numberpile, you know the gang…)
- Kyle Hill
- Begin of gaming/tech channels: DoshDoshington, Gamer Nexus
- Count all characters and please re-read the instructions.
- Fireship for programming memes, Programmers are humans too.
The time you took to answer the archinstall questions and what would take to do them manually is (nearly) the same. The manual way is that you are forced learn the system (which does take time), and it’s thus more exact of what you want. Once you successfully boot a manual install on a bare hardware, you’ll get all the swag. ;)
(I was lazy last time I had to do a full install, and I prepared the system almost entirely in a VM, for which I used the physical disk I would finally boot it from. The final step was to
chroot
’d into the nearly complete system and make it boot outside of the VM…)
I actually don’t get the fuzz/meme about Arch Linux. Yes, the installer drops you into a shell where you need to fix the keyboard layout for starters and the next thing is preparing enough disk resources for the OS which is somehow ungodly hard. My point is that if you can’t then you are not qualified to maintain the installation, or actually RTFM and start to fr think what you do.
deleted by creator
René Rebe, I’ll watch him blast about bad code occasionally.
JATth@lemmy.worldto Asklemmy@lemmy.ml•what Lemmy communities don't exist but you wish they did?8·1 year agoI wish lemmy communties existed for:
-
- How are you doing today?
-
- Did you discover anything new to your consciousnesses today?
-
- I fucke’ed today. Here is how.
Edit: yeah, I think I miss a few of the old subreddit’s. Even if there is an equivalent in lemmy, such communities are quite silent.
-
JATth@lemmy.worldto Asklemmy@lemmy.ml•what Lemmy communities don't exist but you wish they did?23·1 year agodeleted by creator
BTW. With clang lto’d kernel 6.9. When non-Arch get the buggy updates, We have already moved on.
The
\EFI\BOOT\BOOTX64.EFI
is the only file the UEFI standard says it is required automatically lookup from an EFI system partition. There can many EFI partitions but the UEFI is only required to find a single file per such a partition.efibootmgr -u
can show all bios auto created boot entries (don’t touch those, the bios can/will reset them at whim) and the manually created entries that don’t launch a BOOTX64.EFI named file.