this post was submitted on 08 Sep 2024
1 points (100.0% liked)

Command-line interface

1 readers
1 users here now

For command-line enthusiasts or those looking for help

Rules

Be kind

founded 1 year ago
MODERATORS
 

Q: What do you look forward to on a Sunday morning?
A: Relaxing with calm music, a bowl of strawberries, and some quality time with NVDIMM Persistent Memory modules

03:19.. it's still early, plenty of time to debug IRQs! ๐Ÿ˜Š

also, for whoever needs to know this newfangled manner of kernel command line arguments in Fedora/Redhat distros ... if you're tired of typing out the active kernel string when looking up its params via "grubby", here's a var-subshell substituted whatever call to ease those pains:


root@upgrayyed:~# grubby --info=$(grubby --default-kernel)
index=1
kernel="/boot/vmlinuz-6.10.7-200.fc40.x86_64"
args="ro resume=UUID=redacted rd.md.uuid=redacted rd.md.uuid=redacted console_msg_format=syslog loglevel=7 hibernate=no iommu=pt mem_encrypt=off selinux=0 nouveau.blacklist=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau console=tty0 console=ttyS0 console=ttyS1"
root="UUID=redacted"
initrd="/boot/initramfs-6.10.7-200.fc40.x86_64.img $tuned_initrd"
title="Fedora Linux (6.10.7-200.fc40.x86_64) 40 (Server Edition)"
id="e1f345d2eb0a4de3ab64da772c942e05-6.10.7-200.fc40.x86_64"


#linux #freebsd #supermicro #dell #serial #nerdery #commandline #cli #terminaljunkies #berries #morning #sundaymorning #insomnia #diurnal #nosleep #optane #biostuningforever

a Serial over LAN terminal pane, showing the BIOS information from a Supermicro X12 motherboard, which displays Optane NVDIMM module specs and their summary values

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here