User Tools

Site Tools


technical:26.04_ultimate_ubuntu_server_install

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
technical:26.04_ultimate_ubuntu_server_install [2026/06/02 23:55] mark_scottworld.nettechnical:26.04_ultimate_ubuntu_server_install [2026/06/03 02:46] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
   Select Language - (English UK)   Select Language - (English UK)
-  Select Keyboard Layout.+  Select Keyboard Layout. - (English UK)
   Select Ubuntu Server - not the minimized version.   Select Ubuntu Server - not the minimized version.
   Check the box for Third Party Drivers (to install things like NVIDIA drivers etc)   Check the box for Third Party Drivers (to install things like NVIDIA drivers etc)
 +  You can leave the Network Configuration as default - This will set up the network for DHCP (using IPv4 and IPV6) We will be modifying this later.
   Proxy address if you have one.   Proxy address if you have one.
 +  (the install will check the mirror) - once it is on the network.
 +
   Use the entire disk for the OS when asked - it will create the relevent partitions.   Use the entire disk for the OS when asked - it will create the relevent partitions.
 +  Leave the checkbox for an LVM group - (no need to Encrypt)
  
-===== Admin User Configuration =====+===== Profile Configuration =====
  
   Your name   Your name
Line 23: Line 27:
   Password (and confirmation)   Password (and confirmation)
  
-Skip ubuntu pro (we can do that later)+===== Upgrade to Ubuntu Pro ===== 
 + 
 +Skip ubuntu pro option (we can do that later) 
 + 
 +===== SSH Configuration =====
  
 Install the SSH server when prompted so you can get remote access. Install the SSH server when prompted so you can get remote access.
 +
 +===== Install Third Party Drivers ====
 +
 +Install any third party drivers if required
 +
 +===== Featured server snaps =====
  
 When asked to install snaps do not select any. When asked to install snaps do not select any.
 +
 +
 +
 +
 +
    
-===== Disk Partitioning =====+===== Disk Partitioning =====    Move this up above Admin user
  
 When prompted choose When prompted choose
Line 69: Line 88:
  
 Make live with  Make live with 
-<code>+
   systemctl restart procps.service   systemctl restart procps.service
-</code>+ 
 +You can check it is applied with 
 + 
 +  cat /proc/sys/vm/swappiness
  
 ===== Allow IP routing internally ===== ===== Allow IP routing internally =====
Line 127: Line 149:
       accept-ra: no       accept-ra: no
       link-local: []       link-local: []
-</code> 
- 
- 
-Here is an example if you have dual NICs and want to team / bond them. 
- 
- 
-<code> 
-network: 
-  version: 2 
-  renderer: networkd 
-  ethernets: 
-    enp1s0: {} 
-    enp2s0: {} 
- 
-  bonds: 
-    bond007: 
-      interfaces: 
-      - enp1s0 
-      - enp2s0 
-      parameters: 
-        mode: balance-alb 
- 
-  bridges: 
-    br0: 
-      critical: true 
-      dhcp4: false 
-      addresses: [ 192.168.3.200/24 ] 
-      routes: 
-       - to: default 
-         via: 10.3.1.1 
-      nameservers: 
-        search: [ scottworld.net ] 
-        addresses: [ 192.168.3.200 ] 
-      interfaces: [ bond007 ] 
-      parameters: 
-        stp: false 
 </code> </code>
  
Line 188: Line 174:
  
 <code> <code>
-root@solaris:/home/sysadmin# ip addr 
 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
Line 195: Line 180:
     inet6 ::1/128 scope host noprefixroute     inet6 ::1/128 scope host noprefixroute
        valid_lft forever preferred_lft forever        valid_lft forever preferred_lft forever
-2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP group default qlen 1000 +2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP group default qlen 1000 
-    link/ether ec:b1:d7:3e:4e:36 brd ff:ff:ff:ff:ff:ff +    link/ether 52:54:00:eb:cb:22 brd ff:ff:ff:ff:ff:ff 
-    altname enp0s25+    altname enx525400ebcb22
 3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
-    link/ether ee:06:d4:0f:de:5b brd ff:ff:ff:ff:ff:ff +    link/ether e2:d0:4d:d7:1f:0d brd ff:ff:ff:ff:ff:ff 
-    inet 10.3.200.1/16 brd 10.3.255.255 scope global br0 +    inet 10.3.200.10/16 brd 10.3.255.255 scope global br0
-       valid_lft forever preferred_lft forever +
-    inet6 fe80::ec06:d4ff:fe0f:de5b/64 scope link+
        valid_lft forever preferred_lft forever        valid_lft forever preferred_lft forever
 </code> </code>
Line 213: Line 196:
  
   10.3.200.1 solaris.scottworld.net solaris   10.3.200.1 solaris.scottworld.net solaris
- 
- 
-===== User Config ===== 
- 
-When prompted create the system login user / password 
-The server will install the basics, set up your user / timezone etc. Eventually you will be prompted to Reboot. 
- 
-  Reboot Now 
- 
  
technical/26.04_ultimate_ubuntu_server_install.1780437354.txt.gz · Last modified: by mark_scottworld.net

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki