• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: November 7th, 2023

help-circle
  • I don’t know what your previous setup was, but given that running resolved fixes your DNS issues, run:

    ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

    This will point programs that use /etc/resolved.conf during DNS resolution to the local DNS server provided by systemd-resolved.

    Then, enable resolved so that it is started when you reboot:

    systemctl enable systemd-resolved.service

    Finally, start the service so that it is available immediately:

    systemctl start systemd-resolved.service

    You will want it run those with the required permissions, e. g. via sudo.




  • Check if your solder contains flux. Often, you will want to apply additional flux manually anyway.

    But, most importantly: it looks like you’re trying to touch the hot iron with your solder (or vice versa). Don’t do that. Use the iron to heat up the wire and then touch the solder to the wire and let it wick up once sufficiently hot. However, you will want to have a bit of melted solder on the tip of your iron to enhance heat conductivity.

    As others have said, pre-tin your wires before connecting them to anything.

    And yeah, so far, it’s a hot mess. But you’ll get there in no time. Watch a video for proper technique.