linux:distros:opensuse_tumbleweed_gnome
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:distros:opensuse_tumbleweed_gnome [2025/10/15 18:37] – Sean Rhone | linux:distros:opensuse_tumbleweed_gnome [2025/10/17 04:20] (current) – Sean Rhone | ||
---|---|---|---|
Line 19: | Line 19: | ||
===== Partitioning ===== | ===== Partitioning ===== | ||
- | - XFS ''/'' | + | - ext4 ''/'' |
- No separate ''/ | - No separate ''/ | ||
- Separate '' | - Separate '' | ||
Line 86: | Line 86: | ||
**** | **** | ||
- | sudo zypper install filezilla foliate gimp google-noto-*-fonts gnome-extensions nautilus-file-roller | + | sudo zypper install filezilla foliate gimp google-noto-*-fonts gnome-extensions nautilus-file-roller |
===== Intel ===== | ===== Intel ===== | ||
Line 131: | Line 131: | ||
'/ | '/ | ||
+ | |||
+ | '/ | ||
===== Printer ===== | ===== Printer ===== | ||
Line 158: | Line 160: | ||
===== Kernel Options ===== | ===== Kernel Options ===== | ||
+ | |||
+ | ==== BPF Disable ==== | ||
+ | |||
+ | * https:// | ||
+ | * '' | ||
+ | |||
+ | echo ' | ||
+ | |||
+ | sudo sysctl ' | ||
+ | |||
+ | ==== Legacy MMap ==== | ||
+ | |||
+ | * https:// | ||
+ | * '' | ||
+ | |||
+ | echo ' | ||
+ | |||
+ | sudo sysctl ' | ||
==== Intel Perf Counters ==== | ==== Intel Perf Counters ==== | ||
Line 290: | Line 310: | ||
===== Spinesnap ===== | ===== Spinesnap ===== | ||
- | * TODO: Check '' | + | * :!: 2025/10/15: TODO: [[linux; |
- | + | ||
- | < | + | |
rootflags=' | rootflags=' | ||
Line 346: | Line 364: | ||
# General | # General | ||
export LD_BIND_NOW=' | export LD_BIND_NOW=' | ||
+ | export LD_PREFER_MAP_32BIT_EXEC=' | ||
# GNOME | # GNOME | ||
Line 473: | Line 492: | ||
~/' | ~/' | ||
+ | |||
+ | ===== Spinesnap UV ===== | ||
+ | |||
+ | * [[bios: | ||
+ | |||
+ | mkdir -p ~/' | ||
+ | |||
+ | < | ||
+ | #!/bin/bash | ||
+ | |||
+ | # CPU Core (-100.6 mV Offset Voltage) | ||
+ | sudo wrmsr --all ' | ||
+ | |||
+ | # CPU Core IccMax (255.75 A) | ||
+ | sudo wrmsr --all ' | ||
+ | |||
+ | # CPU Cache (-100.6 mV Offset Voltage) | ||
+ | sudo wrmsr --all ' | ||
+ | |||
+ | # CPU Cache IccMax (255.75 A) | ||
+ | sudo wrmsr --all ' | ||
+ | |||
+ | # System Agent (-100.6 mV Offset Voltage) | ||
+ | sudo wrmsr --all ' | ||
+ | |||
+ | # System Agent IccMax (255.75 A) | ||
+ | sudo wrmsr --all ' | ||
+ | |||
+ | echo ' | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ~/' | ||
====== Notable Folders and Commands ====== | ====== Notable Folders and Commands ====== |
/srv/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_gnome.1760567873.txt.gz · Last modified: by Sean Rhone