User Tools

Site Tools


linux:distros:server:opensuse_tumbleweed_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:distros:server:opensuse_tumbleweed_server [2024/08/13 16:59] – created Sean Rhonelinux:distros:server:opensuse_tumbleweed_server [2025/04/26 18:47] (current) – [Config] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * openSUSE ((https://www.opensuse.org))+  * openSUSE ((https://www.opensuse.org/))
   * Tumbleweed ((https://en.opensuse.org/Portal:Tumbleweed))   * Tumbleweed ((https://en.opensuse.org/Portal:Tumbleweed))
-  * Server+  * Server ((https://get.opensuse.org/server/))
  
 ====== Download ====== ====== Download ======
  
   * http://download.opensuse.org/tumbleweed/iso/   * http://download.opensuse.org/tumbleweed/iso/
- 
-===== DVD + Xfce Live ===== 
- 
-  * Downloads the latest DVD (with SHA256 compare) and Xfce Live images with ''aria2c'' 
- 
-  cd ~/'Downloads' && aria2c 'https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256' && aria2c 'http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso' && aria2c 'https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-XFCE-Live-x86_64-Current.iso' && sha256sum ~/'Downloads/openSUSE-Tumbleweed-DVD-x86_64-'*'-Media.iso' && cat ~/'Downloads/openSUSE-Tumbleweed-DVD-x86_64-'*'-Media.iso.sha256' && sync 
- 
-===== DVD ===== 
- 
-  * ISO and SHA256 hash 
  
   http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso   http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso
  
   https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256   https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256
- 
-===== Xfce ===== 
- 
-  * For LiveUSB 
- 
-  https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-XFCE-Live-x86_64-Current.iso 
  
 ====== Installation Notes ====== ====== Installation Notes ======
Line 33: Line 17:
 ===== Partitioning ===== ===== Partitioning =====
  
-  - ext4+  - ext4 ''/''
   - No separate ''/home''   - No separate ''/home''
-  - :!: Separate ''swap'' with suspend resize+  - Separate ''swap'' without suspend resize 
 + 
 +<code> 
 +NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS 
 +sda      8:0    0 465.8G  0 disk  
 +├─sda1   8:   0     8M  0 part  
 +├─sda2   8:   0 463.8G  0 part / 
 +└─sda3   8:   0     2G  0 part [SWAP]</code>
  
 ====== Software ====== ====== Software ======
- 
-===== List ===== 
- 
-  * http://download.opensuse.org/tumbleweed/repo/ 
  
 ===== Disable USB Source ===== ===== Disable USB Source =====
Line 71: Line 58:
 ===== CPU microcode ===== ===== CPU microcode =====
  
-  ucode-amd+****
  
   ucode-intel   ucode-intel
Line 84: Line 71:
  
   sudo -e '/etc/systemd/logind.conf.d/99-laptop-server.conf'   sudo -e '/etc/systemd/logind.conf.d/99-laptop-server.conf'
- 
-===== Dell Fan Profile ===== 
- 
-  * https://www.dell.com/support/kbdoc/en-us/000177768/guide-to-dell-power-manager 
- 
-  sudo zypper install -y 'python3-smbios-utils' && sudo smbios-thermal-ctl --set-thermal-mode='performance' && sudo zypper remove --clean-deps -y 'python3-smbios-utils' 
  
 ===== GRUB ===== ===== GRUB =====
Line 95: Line 76:
 ==== Config ==== ==== Config ====
  
-  * :!: [[notes:kernel_parameters|More Kernel Parameters]]+  * [[linux:notes:kernel_parameters|More Kernel Parameters]]
  
   sudo yast2 'bootloader'   sudo yast2 'bootloader'
Line 107: Line 88:
 ===== NetworkManager ===== ===== NetworkManager =====
  
-  * TODOMake a static Ethernet profile with these settings, attach it to a device(?), and activate it to replace whatever gets created by-default ((''Wired connection 1'' appeared after replacing a network card and didn't follow the ''enp0s'' scheme))+  * [[servers:upstream_dns_servers|More DNS Servers]]
  
 <code>nmcli con show</code> <code>nmcli con show</code>
  
-<code>sudo nmcli connection modify 'Wired connection 1' 'ipv4.dns' '192.168.1.1,9.9.9.9,149.112.112.112'</code>+<code>sudo nmcli connection modify 'Wired connection 1' 'ipv4.dns' '192.168.1.1,1.1.1.2,1.0.0.2'</code>
  
-<code>sudo nmcli connection modify 'Wired connection 1' 'ipv6.dns' '2620:fe::fe,2620:fe::9,2606:4700:4700::1112'</code>+<code>sudo nmcli connection modify 'Wired connection 1' 'ipv6.dns' '2606:4700:4700::1112,2606:4700:4700::1002'</code>
  
 <code>sudo nmcli connection modify 'Wired connection 1' 'ipv4.address' '192.168.1.152/24'</code> <code>sudo nmcli connection modify 'Wired connection 1' 'ipv4.address' '192.168.1.152/24'</code>
Line 138: Line 119:
  
   * Add ''discard'' after ''defaults'' for the ''swap'' mountpoint ((defaults,discard))   * Add ''discard'' after ''defaults'' for the ''swap'' mountpoint ((defaults,discard))
-  * According to the ''swapon'' man page, setting this in ''fstab'' is acceptable 
  
   sudo -e '/etc/fstab'   sudo -e '/etc/fstab'
  
   ,discard=once   ,discard=once
 +
 +  swap  defaults,discard=once
  
 ==== Trim ==== ==== Trim ====
C:/www/wiki/data/attic/linux/distros/server/opensuse_tumbleweed_server.1723582792.txt.gz · Last modified: by Sean Rhone