linux:distros:server:arm: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:arm:opensuse_tumbleweed_server [2026/07/10 20:09] – Sean Rhone | linux:distros:server:arm:opensuse_tumbleweed_server [2026/07/11 09:15] (current) – [Time Sync] Sean Rhone | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| yast2 ' | yast2 ' | ||
| + | |||
| + | ===== Disable Root SSH ===== | ||
| + | |||
| + | echo ' | ||
| + | |||
| + | systemctl ' | ||
| + | |||
| + | sudo sshd -T | grep ' | ||
| ====== Software ====== | ====== Software ====== | ||
| Line 56: | Line 64: | ||
| sudo zypper clean --all && sudo zypper refresh --force --services && sudo zypper dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change && sync | sudo zypper clean --all && sudo zypper refresh --force --services && sudo zypper dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change && sync | ||
| + | |||
| + | ==== EEPROM ==== | ||
| + | |||
| + | * TODO ([[linux: | ||
| ===== GNU nano ===== | ===== GNU nano ===== | ||
| Line 82: | Line 94: | ||
| ====== Settings ====== | ====== Settings ====== | ||
| + | |||
| + | ===== Hostname ===== | ||
| + | |||
| + | sudo hostnamectl set-hostname ' | ||
| + | |||
| + | echo ' | ||
| ===== Time ===== | ===== Time ===== | ||
| sudo timedatectl set-timezone ' | sudo timedatectl set-timezone ' | ||
| - | |||
| - | sudo hwclock --systohc | ||
| ===== Network ===== | ===== Network ===== | ||
| Line 120: | Line 136: | ||
| ====== Boot Loader ====== | ====== Boot Loader ====== | ||
| + | |||
| + | ===== YaST ===== | ||
| sudo yast2 ' | sudo yast2 ' | ||
| - | ===== Boot Code Options | + | ==== Boot Code Options ==== |
| * Boot Loader: '' | * Boot Loader: '' | ||
| Line 132: | Line 150: | ||
| * Protective MBR flag: '' | * Protective MBR flag: '' | ||
| - | ===== Kernel Parameters | + | ==== Kernel Parameters ==== |
| * CPU Mitigations: | * CPU Mitigations: | ||
| Line 138: | Line 156: | ||
| * '' | * '' | ||
| - | ==== Kraityn | + | === Kraityn === |
| * [[linux: | * [[linux: | ||
| Line 145: | Line 163: | ||
| quiet bgrt_disable security='' | quiet bgrt_disable security='' | ||
| - | ===== Bootloader Options | + | === Default === |
| + | |||
| + | security=selinux selinux=1 loglevel=3 splash=silent systemd.show_status=1 | ||
| + | |||
| + | ==== Bootloader Options ==== | ||
| * Timeout in Seconds: '' | * Timeout in Seconds: '' | ||
| Line 152: | Line 174: | ||
| * Default Boot Section: '' | * Default Boot Section: '' | ||
| * '' | * '' | ||
| + | |||
| + | ===== config.txt ===== | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | < | ||
| + | # Disable | ||
| + | dtoverlay=disable-bt | ||
| + | dtoverlay=disable-wifi | ||
| + | disable_splash=1 | ||
| + | disable_fw_kms_setup=1 | ||
| + | |||
| + | # Tweaks | ||
| + | arm_boost=1 | ||
| + | force_turbo=1 | ||
| + | over_voltage=15 | ||
| + | arm_freq=2100 | ||
| + | max_usb_current=1 | ||
| + | |||
| + | # End</ | ||
| ====== Drive Maintenance ====== | ====== Drive Maintenance ====== | ||
| Line 242: | Line 284: | ||
| ====== Automatic Updates ====== | ====== Automatic Updates ====== | ||
| - | | + | ===== Time Sync ===== |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https://raspberrypi.stackexchange.com/questions/99232/how-do-i-fix-incorrect-timestamps-in-my-bash-script-that-launches-on-startup | + | * :!: WIP |
| + | * https:// | ||
| + | * https://terinstock.com/post/2021/12/Systemds-clock-epoch-for-RTC-less-systems/ | ||
| + | |||
| + | sudo systemctl enable | ||
| ===== Service ===== | ===== Service ===== | ||
| Line 267: | Line 313: | ||
| ===== Timer ===== | ===== Timer ===== | ||
| - | * '' | + | * '' |
| sudo -e '/ | sudo -e '/ | ||
/usr/local/www/wiki/data/attic/linux/distros/server/arm/opensuse_tumbleweed_server.1783728565.txt.gz · Last modified: by Sean Rhone
