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

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:server:opensuse_tumbleweed_server [2026/05/07 23:20] Sean Rhonelinux:distros:server:opensuse_tumbleweed_server [2026/05/31 07:42] (current) – [Alira] Sean Rhone
Line 14: Line 14:
   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
  
-  openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260426-Media.iso+  openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260529-Media.iso
  
 ====== Installation Notes ====== ====== Installation Notes ======
Line 58: Line 58:
  
   sudo zypper install 'nano' && export 'VISUAL=nano' && export 'EDITOR=nano' && echo -e 'export VISUAL=nano\nexport EDITOR=nano' | sudo tee '/etc/profile.d/editor-nano.sh' > '/dev/null' && cat '/etc/profile.d/editor-nano.sh' && mkdir -p ~/'.config/nano' && echo 'set nowrap' | tee ~/'.config/nano/nanorc' > '/dev/null' && cat ~/'.config/nano/nanorc'   sudo zypper install 'nano' && export 'VISUAL=nano' && export 'EDITOR=nano' && echo -e 'export VISUAL=nano\nexport EDITOR=nano' | sudo tee '/etc/profile.d/editor-nano.sh' > '/dev/null' && cat '/etc/profile.d/editor-nano.sh' && mkdir -p ~/'.config/nano' && echo 'set nowrap' | tee ~/'.config/nano/nanorc' > '/dev/null' && cat ~/'.config/nano/nanorc'
 +
 +===== Remove =====
 +
 +  sudo zypper remove --clean-deps 'irqbalance'
 +
 +  sudo zypper addlock 'irqbalance'
  
 ===== General ===== ===== General =====
Line 64: Line 70:
  
   sudo zypper install aria2 fastfetch htop 7zip sensors unar    sudo zypper install aria2 fastfetch htop 7zip sensors unar 
- 
-==== fastfetch ==== 
- 
-  clear && fastfetch -l 'small' && uname -a && date 
- 
-  ssh '192.168.1.152' -t 'clear && fastfetch -l 'small' && uname -a && date' 
  
 ===== CPU microcode ===== ===== CPU microcode =====
Line 77: Line 77:
   ucode-intel   ucode-intel
  
-====== Settings ======+===== Specs =====
  
-===== Hostname =====+  clear && fastfetch -l 'small' && uname -a && date
  
-  sudo hostnamectl set-hostname 'Alira'+  ssh '192.168.1.152' -'clear && fastfetch -l 'small' && uname -a && date'
  
-  cat '/etc/hosts' | grep "$HOSTNAME" || echo "127.0.0.1 $HOSTNAME" | sudo tee --append '/etc/hosts' > '/dev/null'+====== Settings ======
  
 ===== Time ===== ===== Time =====
Line 100: Line 100:
  
 ===== Network ===== ===== Network =====
 +
 +==== DNS ====
  
   * [[servers:upstream_dns_servers|More DNS Servers]]   * [[servers:upstream_dns_servers|More DNS Servers]]
Line 116: Line 118:
  
 <code>sudo nmcli connection up 'Wired connection 1'</code> <code>sudo nmcli connection up 'Wired connection 1'</code>
 +
 +==== Firewalld ====
 +
 +  * [[linux:notes:firewalld|Notes]]
 +
 +  sudo firewall-cmd --get-active-zones
 +
 +  sudo firewall-cmd --permanent --zone='docker' --remove-interface='docker0'
 +
 +  sudo systemctl restart 'firewalld'
  
 ===== lm_sensors ===== ===== lm_sensors =====
Line 142: Line 154:
   * Protective MBR flag: ''do not change''   * Protective MBR flag: ''do not change''
  
-===== Kernel Parameters ===== +===== Kernel Parameters ===== 
 + 
 +  * :?: ''Graphical console'' might randomly freeze before boot at some stage between BIOS -> GRUB
  
   * CPU Mitigations: ''Auto''   * CPU Mitigations: ''Auto''
Line 151: Line 165:
  
   * [[linux:notes:kernel_parameters|More Kernel Parameters]]   * [[linux:notes:kernel_parameters|More Kernel Parameters]]
-  * Last updated: 2026/05/02+  * Last updated: 2026/05/31
  
-  quiet bgrt_disable security='' acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' preempt='full' iommu='pt' memory_corruption_check='0' init_on_alloc='0' init_on_free='0' pcie_aspm='off' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0'+  quiet bgrt_disable security='' acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' preempt='lazy' iommu='pt' memory_corruption_check='0' init_on_alloc='0' init_on_free='0' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0' hostname='localhost'
  
 ===== Bootloader Options =====  ===== Bootloader Options ===== 
  
-  * Timeout in Seconds: ''0''+  * Timeout in Seconds: ''1''
   * ''[ ]'' Probe Foreign OS   * ''[ ]'' Probe Foreign OS
   * ''[ ]'' Hide Menu on Boot   * ''[ ]'' Hide Menu on Boot
/srv/www/wiki/data/attic/linux/distros/server/opensuse_tumbleweed_server.1778210409.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki