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 revision
Previous revision
distros:ubuntu_server [2024/02/07 08:56] Sean Rhonedistros:ubuntu_server [2024/02/07 09:22] (current) Sean Rhone
Line 8: Line 8:
  
   * 23.10's installers don't work with only 512 MB of physical RAM ((2024: can't use Vultr's free tier VPS option; [[https://www.vultr.com/?ref=6906013|referral]])), but fine with 1 GB+   * 23.10's installers don't work with only 512 MB of physical RAM ((2024: can't use Vultr's free tier VPS option; [[https://www.vultr.com/?ref=6906013|referral]])), but fine with 1 GB+
 +  * :!: 2024/02/07: The 23.10 installer seems to progress very slowly or hang with 1 GB physical RAM at the very end both when waiting for it to do security updates and with pressing cancel updates and reboot; hard-rebooting a VPS at this point seems fine
  
 ====== Download ====== ====== Download ======
Line 47: Line 48:
 ===== Disable cdrom Repo ===== ===== Disable cdrom Repo =====
  
-  * Add a ''#'' to the line mentioning ''file:///cdrom'' +  * Add a ''#'' to the line mentioning ''cdrom'' 
-  * Solves ''E: The repository 'file:/cdrom mantic Releaseno longer has a Release file.''+  * Solves ''E: The repository file:/cdrom mantic Release no longer has a Release file.''
  
   sudo -e '/etc/apt/sources.list'   sudo -e '/etc/apt/sources.list'
Line 195: Line 196:
  
 ===== Service ===== ===== Service =====
- 
-  * :!: 2023/05/04: ''snap refresh'' needs tested 
  
   sudo -e '/etc/systemd/system/ubuntu-up.service'   sudo -e '/etc/systemd/system/ubuntu-up.service'
Line 213: Line 212:
 ===== Timer ===== ===== Timer =====
  
-  * 03:00 Oak+  * ''00:00'' Alira
  
   sudo -e '/etc/systemd/system/ubuntu-up.timer' && sudo systemctl daemon-reload && sudo systemctl enable 'ubuntu-up.timer' --now   sudo -e '/etc/systemd/system/ubuntu-up.timer' && sudo systemctl daemon-reload && sudo systemctl enable 'ubuntu-up.timer' --now
Line 224: Line 223:
  
 [Timer] [Timer]
-OnCalendar=*-*-* 03:00:00+OnCalendar=*-*-* 00:00:00
 Persistent=true Persistent=true
  
/var/www/wiki/data/attic/distros/ubuntu_server.1707314195.txt.gz · Last modified: 2024/02/07 08:56 by Sean Rhone