linux:distros:server:opensuse_tumbleweed_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:distros:server:opensuse_tumbleweed_server [2026/04/30 19:54] – [Timer] Sean Rhone | linux:distros:server:opensuse_tumbleweed_server [2026/05/31 07:42] (current) – [Alira] Sean Rhone | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * openSUSE | * openSUSE | ||
| - | * Tumbleweed | + | * Tumbleweed |
| * Server | * Server | ||
| * Alira = Dell Precision M6500 ((Legacy/ | * Alira = Dell Precision M6500 ((Legacy/ | ||
| - | |||
| - | cpe:/ | ||
| - | |||
| - | Linux Alira 7.0.1-1-default #1 SMP PREEMPT_DYNAMIC Fri Apr 24 04:01:30 UTC 2026 (7cb5b59) x86_64 x86_64 x86_64 GNU/Linux | ||
| - | |||
| - | ===== TODOs ===== | ||
| - | |||
| - | * Script for '' | ||
| - | * Auto-delete old '' | ||
| ====== Download ====== | ====== Download ====== | ||
| Line 23: | Line 14: | ||
| http:// | http:// | ||
| - | openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260426-Media.iso | + | openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260529-Media.iso |
| ====== Installation Notes ====== | ====== Installation Notes ====== | ||
| Line 67: | Line 58: | ||
| sudo zypper install ' | sudo zypper install ' | ||
| + | |||
| + | ===== Remove ===== | ||
| + | |||
| + | sudo zypper remove --clean-deps ' | ||
| + | |||
| + | sudo zypper addlock ' | ||
| ===== General ===== | ===== General ===== | ||
| Line 73: | Line 70: | ||
| sudo zypper install aria2 fastfetch htop 7zip sensors unar | sudo zypper install aria2 fastfetch htop 7zip sensors unar | ||
| - | |||
| - | ==== fastfetch ==== | ||
| - | |||
| - | clear && fastfetch -l ' | ||
| - | |||
| - | ssh ' | ||
| ===== CPU microcode ===== | ===== CPU microcode ===== | ||
| Line 86: | Line 77: | ||
| ucode-intel | ucode-intel | ||
| - | ====== Settings ====== | + | ===== Specs ===== |
| - | ===== Hostname ===== | + | clear && fastfetch -l ' |
| - | **** | + | ssh ' |
| - | sudo hostnamectl set-hostname ' | + | ====== Settings ====== |
| ===== Time ===== | ===== Time ===== | ||
| Line 109: | Line 100: | ||
| ===== Network ===== | ===== Network ===== | ||
| + | |||
| + | ==== DNS ==== | ||
| * [[servers: | * [[servers: | ||
| Line 125: | Line 118: | ||
| < | < | ||
| + | |||
| + | ==== Firewalld ==== | ||
| + | |||
| + | * [[linux: | ||
| + | |||
| + | sudo firewall-cmd --get-active-zones | ||
| + | |||
| + | sudo firewall-cmd --permanent --zone=' | ||
| + | |||
| + | sudo systemctl restart ' | ||
| ===== lm_sensors ===== | ===== lm_sensors ===== | ||
| Line 151: | Line 154: | ||
| * Protective MBR flag: '' | * Protective MBR flag: '' | ||
| - | ===== Kernel Parameters ===== | + | ===== Kernel Parameters ===== |
| + | |||
| + | * :?: '' | ||
| * CPU Mitigations: | * CPU Mitigations: | ||
| Line 160: | Line 165: | ||
| * [[linux: | * [[linux: | ||
| - | * Last updated: 2026/04/30 | + | * Last updated: 2026/05/31 |
| - | quiet bgrt_disable security='' | + | quiet bgrt_disable security='' |
| ===== Bootloader Options ===== | ===== Bootloader Options ===== | ||
| - | * Timeout in Seconds: '' | + | * Timeout in Seconds: '' |
| * '' | * '' | ||
| * '' | * '' | ||
| Line 187: | Line 192: | ||
| sudo e2fsck -D -E ' | sudo e2fsck -D -E ' | ||
| + | |||
| + | ==== Recovery Boot ==== | ||
| + | |||
| + | * Single-user mode | ||
| + | * '' | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | |||
| + | umount '/' | ||
| + | e2fsck -D -E ' | ||
| + | sync | ||
| + | sleep ' | ||
| + | '/ | ||
| + | reboot | ||
| + | |||
| + | # End</ | ||
| + | |||
| + | /ext2.sh | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | |||
| + | umount '/ | ||
| + | e2fsck -D -E ' | ||
| + | sync | ||
| + | sleep ' | ||
| + | |||
| + | # End</ | ||
| ===== ext4 NAS ===== | ===== ext4 NAS ===== | ||
/srv/www/wiki/data/attic/linux/distros/server/opensuse_tumbleweed_server.1777593259.txt.gz · Last modified: by Sean Rhone
