distros:opensuse_tumbleweed_server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
distros:opensuse_tumbleweed_server [2024/05/10 21:24] – Sean Rhone | distros:opensuse_tumbleweed_server [2024/08/13 16:59] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * openSUSE ((https:// | ||
- | * Tumbleweed ((https:// | ||
- | * Server | ||
- | |||
- | ====== Download ====== | ||
- | |||
- | * http:// | ||
- | |||
- | ===== DVD + Xfce Live ===== | ||
- | |||
- | * Downloads the latest DVD (with SHA256 compare) and Xfce Live images with '' | ||
- | |||
- | cd ~/' | ||
- | |||
- | ===== DVD ===== | ||
- | |||
- | * ISO and SHA256 hash | ||
- | |||
- | http:// | ||
- | |||
- | https:// | ||
- | |||
- | ===== Xfce ===== | ||
- | |||
- | * For LiveUSB | ||
- | |||
- | https:// | ||
- | |||
- | ====== Installation Notes ====== | ||
- | |||
- | ===== Partitioning ===== | ||
- | |||
- | - ext4 | ||
- | - No separate ''/ | ||
- | - :!: Separate '' | ||
- | |||
- | ====== Software ====== | ||
- | |||
- | ===== List ===== | ||
- | |||
- | * http:// | ||
- | |||
- | ===== Disable USB Source ===== | ||
- | |||
- | **** | ||
- | |||
- | sudo zypper modifyrepo --disable --medium-type ' | ||
- | |||
- | ===== Update ===== | ||
- | |||
- | **** | ||
- | |||
- | 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 | ||
- | |||
- | ===== GNU nano ===== | ||
- | |||
- | * Installs '' | ||
- | * Sets '' | ||
- | * Sets '' | ||
- | |||
- | sudo zypper install ' | ||
- | |||
- | ===== General ===== | ||
- | |||
- | **** | ||
- | |||
- | sudo zypper install aria2 binutils chrony htop 7zip sensors unar | ||
- | |||
- | ===== CPU microcode ===== | ||
- | |||
- | ucode-amd | ||
- | |||
- | ucode-intel | ||
- | |||
- | ====== Settings ====== | ||
- | |||
- | ===== Laptop Server ===== | ||
- | |||
- | * This tells '' | ||
- | |||
- | sudo mkdir -p '/ | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | ===== Dell Fan Profile ===== | ||
- | |||
- | * https:// | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | ===== GRUB ===== | ||
- | |||
- | ==== Config ==== | ||
- | |||
- | * :!: [[notes: | ||
- | |||
- | sudo yast2 ' | ||
- | |||
- | ==== Oak ==== | ||
- | |||
- | * Last updated: 2024/05/10 | ||
- | |||
- | < | ||
- | |||
- | ===== NetworkManager ===== | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | ===== lm_sensors ===== | ||
- | |||
- | sudo sensors-detect --auto | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | ===== Secure Shell ===== | ||
- | |||
- | * See [[clients: | ||
- | |||
- | ===== Disk Drives ===== | ||
- | |||
- | ==== Swap ==== | ||
- | |||
- | * Add '' | ||
- | * According to the '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | , | ||
- | |||
- | ==== Trim ==== | ||
- | |||
- | **** | ||
- | |||
- | sudo systemctl enable ' | ||
- | |||
- | ===== Time ===== | ||
- | |||
- | * :!: 2024/05/06: Even though '' | ||
- | * This sets the hardware clock to the current system/OS clock | ||
- | * TODO: Figure out '' | ||
- | |||
- | sudo hwclock --systohc | ||
- | |||
- | ====== Automatic Updates ====== | ||
- | |||
- | ===== Service ===== | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | [Service] | ||
- | Type=oneshot | ||
- | ExecStartPre='/ | ||
- | ExecStart='/ | ||
- | ExecStart='/ | ||
- | ExecStartPost='/ | ||
- | ExecStartPost='/ | ||
- | |||
- | ===== Timer ===== | ||
- | |||
- | * 06:00 Oak | ||
- | * 06:10 Alira | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | [Unit] | ||
- | Description=Software Package Maintenance and Updater | ||
- | After=network-online.target | ||
- | Wants=network-online.target | ||
- | |||
- | [Timer] | ||
- | OnCalendar=*-*-* 06:00:00 | ||
- | Persistent=true | ||
- | |||
- | [Install] | ||
- | WantedBy=timers.target</ | ||
- | |||
- | ====== Notable Folders and Commands ====== | ||
- | |||
- | * See [[notes: | ||
/srv/www/wiki/data/attic/distros/opensuse_tumbleweed_server.1715390666.txt.gz · Last modified: by Sean Rhone