22.04 Linux Station
Setup information for WorkStation, running the following hardware:
- Intel Core i9 9900KS CPU @ 4.00Ghz x 8
- 64Gb DDR4 2133mhz
- Nvidia Quadro K2000
- Asrock B365M-OEM
- Samsung 980 Evo Plus 500Gb NVMe M.2
- Seasonic Focus PX-850
- Silverstone SG11
Netplan
$ sudo nano /etc/netplan/01-network-manager-all.yaml
network:
version: 2
renderer: NetworkManager
ethernets:
eno1:
dhcp4: false
dhcp6: false
addresses:
- 192.168.1.30/24
routes:
- to: default
via: 192.168.1.1
wifis:
wlp3s0:
dhcp4: true
access-points:
"****-******":
password: "*******"
$ sudo netplan apply