Changes between Version 38 and Version 39 of Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Jul 25, 2022, 5:39:23 PM (21 months ago)
Author:
yuezhenglingluan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00

    v38 v39  
    2828 ** Type the following to edit `/etc/netplan/00-netplan.yaml`
    2929{{{
    30 sudo nano /etc/netplan/00-netplan.yaml
     30root@node1-1:~# cd /etc/netplan/
     31root@node1-1:/etc/netplan# rm -rf 00-netplan-ifrename.yaml
     32root@node1-1:/etc/netplan# systemctl disable ifrename.service
     33root@node1-1:/etc/netplan# cp  00-netplan.yaml.bak cp  00-netplan.yaml
     34root@node1-1:/etc/netplan# nano 00-netplan.yaml
    3135}}}
    3236 ** 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.