User Tools

Site Tools


systems:media_server:install_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
systems:media_server:install_ubuntu_server [2025/05/11 13:18] petersystems:media_server:install_ubuntu_server [2025/05/12 20:00] (current) peter
Line 10: Line 10:
   * Write the ISO image for Ubuntu Server to a USB drive.   * Write the ISO image for Ubuntu Server to a USB drive.
   * Boot from USB drive.   * Boot from USB drive.
-  * +  * Select **Ubuntu Server (minimized)** and **Search for third-party drivers**. 
 +  * Set a static IP. 
 +  * SSH Config - Select to Install OpenSSH Server. 
 +  * Reboot. 
 +  * Update. 
 +  * Reboot again.
  
  
 +----
  
 +===== Update =====
 +
 +<code bash>
 +sudo apt update && sudo apt upgrade -y
 +</code>
 +
 +
 +----
 +
 +===== Set a static IP =====
 +
 +<code>
 +Subnet:          192.168.1.0/24
 +Address:         192.168.1.85
 +Gateway:         192.168.1.1
 +Name Servers:    192.168.1.1, 192.168.1.50
 +Search Domains:  <blank>
 +</code>
  
 ---- ----
systems/media_server/install_ubuntu_server.1746969505.txt.gz · Last modified: 2025/05/11 13:18 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki