Skip to content

Instantly share code, notes, and snippets.

@LBeckX
Created November 6, 2024 16:12
Show Gist options
  • Save LBeckX/26b076e1a40b10bcf58ffdfe3de095ad to your computer and use it in GitHub Desktop.
Save LBeckX/26b076e1a40b10bcf58ffdfe3de095ad to your computer and use it in GitHub Desktop.
Einrichtung RaspberryPi

Einrichtung Internet

sudo nano /etc/netplan/50-cloud-init.yaml
network:
  version: 2
  ethernets:
    eth0:
      dhcp4: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment