User Tools

Site Tools


distros:ubuntu_server

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
distros:ubuntu_server [2019/06/03 20:40] – [Timer] Sean Rhonedistros:ubuntu_server [2019/07/06 08:54] Sean Rhone
Line 35: Line 35:
  
   sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean && sync   sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean && sync
- 
-===== CPU Microcode ===== 
- 
-==== Intel ==== 
- 
-**** 
- 
-  intel-microcode 
- 
-==== AMD ==== 
- 
-  * Kraityn can't use this ((AMD Athlon(tm) 64 X2 Dual Core Processor 5600+)) 
-  * TODO Oak ((AMD Phenom(tm) II X4 965 Processor)) 
- 
-  amd64-microcode 
  
 ====== Settings ====== ====== Settings ======
- 
-===== Cloud-Init ===== 
- 
-  * https://cloudinit.readthedocs.io/en/latest/topics/boot.html#generator 
-  * This disabled Cloud-Init 
-  * :!: Can avoid this by using the Alternative or Network installer images to install instead of the default image 
- 
-  sudo touch '/etc/cloud/cloud-init.disabled' 
- 
-===== systemd-networkd ===== 
- 
-  * This prevents the 2-minute start-up delay that happens for some unknown reason 
-  * :!: This would theoretically pose a potential problem if there really is no internet connectivity ((But then again, I'm not sure what would happen without the mask even without an internet connection)) 
- 
-  sudo systemctl mask 'systemd-networkd-wait-online.service' --now 
  
 ===== Secure Shell ===== ===== Secure Shell =====
  
   * See [[Clients:Secure Shell]]   * See [[Clients:Secure Shell]]
- 
-===== Timezone ===== 
- 
-  * Show list of available timezones with ''timedatectl'' 
- 
-  sudo timedatectl set-timezone 'America/New_York' 
  
 ===== TRIM ===== ===== TRIM =====
/var/www/wiki/data/pages/distros/ubuntu_server.txt · Last modified: 2024/02/07 09:22 by Sean Rhone