- 1 Post
- 374 Comments
Just blame Linus directly smh
She has already breached containment.
InnerScientist@lemmy.worldto
Lemmy Shitpost@lemmy.world•I'm sick of these asterisk-holes
82·11 days agoLanguage pre-approved by corporate daddy
asterisk-holes
InnerScientist@lemmy.worldto
Programmer Humor@programming.dev•This meme keep evolving day by day.
4·13 days agoour right
It helps but it’s too expensive to distribute to everyone.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•How to Run Custom Linux Images on Oracle Free TierEnglish
5·15 days agoYeah I tried just now and it diesn’t seem to be working (anymore?) could’ve sworn that worked.
You can still kexec the installiers directly, I followed the netboot.xyz scripts and got the links they use. Here’s Debian as an example:
From the scripts: https://deb.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/ looking at the boot config debian-installer/amd64/grub/grub.cfg
submenu '... KDE Plasma desktop boot menu ...' { set gfxpayload=keep menuentry '... Install' { set background_color=black linux /debian-installer/amd64/linux desktop=kde vga=788 --- quiet initrd /debian-installer/amd64/initrd.gzso we need to download those two files and take the netboot.xyz cmdline arguments then
$ kexec --command-line="desktop=kde vga=788 mirror/suite=stable initrd=initrd.magic console=ttyS0,115200n8" --initrd=initrd.gz -l linux´ $ systemctl kexecand it boots.
also here’s an example for the nixos netboot commands, more on that in the nixos manual:
$ kexec --load bzImage \ --initrd=initrd.gz \ --command-line "init=/nix/store/n37nmcvbrblk9ahfzj9nxy01axs7zsf6-nixos-system-nixos-kexec-25.11pre-git/init nohibernate loglevel=4 lsm=landlock,yama,bpf" $ systemctl kexecEdit:
No console access
If that means that you can only connect to SSH and have no VGA/video then this will be limited, you could setup an automated install but that requires a lot more knowledge than what your guide requires.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•How to Run Custom Linux Images on Oracle Free TierEnglish
5·15 days agoKexec can be used to load a new kernel and “reboot” quickly, it can also be used to load a new kernel, an initrd and never touch the disk. Such a system lives completely in ram and allows you to modify the disk in any way you want without breaking you running Linux (which is in ram)
Any distro that has a network boot installer that can be passed to kexec can be installed this way, any that don’t can still kexec any Linux distro and then install any other distro by passing the disk to a VM and installing linux through that.
You can also kexec the netboot.xyz image and get any distro supported there.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•How to Run Custom Linux Images on Oracle Free TierEnglish
3·15 days agoCan’t you just kexec and be on your way?
InnerScientist@lemmy.worldto
Not The Onion@lemmy.world•This New AI-Powered App Lets Users Chat With Jesus, Mary, The Apostles — And Even SatanEnglish
11·18 days agoAllthats"““interesting””"
InnerScientist@lemmy.worldto
Technology@lemmy.world•Is Fast Charging Killing the Battery? A 2-Year Test on 40 PhonesEnglish
3·25 days agoVideo from the same guy.
InnerScientist@lemmy.worldto
Technology@lemmy.world•Is Fast Charging Killing the Battery? A 2-Year Test on 40 PhonesEnglish
15·25 days agoWish granted, the battery is now small enough to slow charge to full in 20 minutes.
Tap for spoiler
The iPhone air is great, isn’t it?
Maybe it’s a loop?
InnerScientist@lemmy.worldto
Technology@lemmy.world•Elon Musk says Optimus will 'eliminate poverty' in speech after his $1 trillion pay package was approvedEnglish
16·26 days ago“Eliminate poverty” vs “E-L-I-M-I-N-A-T-E poverty”
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•What budget friendly GPU for local AI workloads should I aim for?English
6·27 days agoi will simply want to scan projects that i personally use to be aware of its current state and future changes, before i blindly update apps i host.
If you’re just doing this for yourself then you still need to know the programming languages involved, what kind of vulnerabilities exist, how to validate them and quite a bit of how the projects operate.
The AI will output a lot of false positives and you will need to actually know if any of the “vulnerabilities” are valid or just hallucinations. Do you really want that extra workload?
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Every single time I think of restructuring my homelab storage. What do you use for storage engines and how does it benefit you?English
10·1 month agoNo worries, I installed it for you.
InnerScientist@lemmy.worldto
Programmer Humor@programming.dev•Ancient IBM wisdom (from 1979) that the bosses just straight up promptly forgot
10·1 month agoA COMPUTER CAN NEVER BE HELD ACCOUNTABLE
THEREFORE A COMPUTER MUST
NEVERMAKEAMANAGEMENT DECISIONs



Relevant xkcd