Changes between Version 38 and Version 39 of Tutorials/k0SDR/Tutorial00
- Timestamp:
- Jul 25, 2022, 5:39:23 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00
v38 v39 28 28 ** Type the following to edit `/etc/netplan/00-netplan.yaml` 29 29 {{{ 30 sudo nano /etc/netplan/00-netplan.yaml 30 root@node1-1:~# cd /etc/netplan/ 31 root@node1-1:/etc/netplan# rm -rf 00-netplan-ifrename.yaml 32 root@node1-1:/etc/netplan# systemctl disable ifrename.service 33 root@node1-1:/etc/netplan# cp 00-netplan.yaml.bak cp 00-netplan.yaml 34 root@node1-1:/etc/netplan# nano 00-netplan.yaml 31 35 }}} 32 36 ** After adding the following lines, hit CTRL-O to save, hit enter again to confirm, and CTRL-X to exit. Remember, indentation matters and you must use spaces, not tabs.