There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

rusty ,

He doesn’t anymore. I’m pretty sure he justified it by saying that it makes you slower because you end up with a habit of waiting for it to tell you the wrong answer.

Help with Tailscale uninstall

I recently decided to switch to proper wireguard instead of tailscale and finally be fully opensource on my home server, however, when I uninstalled Tailscale I lost internet on the server. I’ve tried editing the resolv.conf and rebooting a couple times but I can’t find anything else and I am square out of ideas. Has anyone...

rusty ,

This is not helpful for you now, but you should look into etckeeper, it creates a git repo of your /etc directory, it hooks into APT and will create new commits when changes occur. It’s not often that i use it, but it’s reassuring to know that i have a history of the contents of /etc

With all networking problems it’s a process of elimination, so you’ll want to first figure out what problem you are facing.

  • can you ping your local router? (maybe it’s 192.168.1.1)
  • can you ping the internet? (maybe try 8.8.8.8)

if those both work then you should move on to DNS, if they don’t then you’ll have to jump to trying to figure out what is wrong with your network devices

dns

To debug DNS issues, you can compare the output of running


<span style="color:#323232;">getent hosts google.com
</span>

to something like


<span style="color:#323232;">nslookup google.com 8.8.8.8
</span>

one will use an explicit DNS server (8.8.8.8) and the other is using the resolv conf configuration. if they both work and have somewhat similar output, then it’s not DNS if the getent command fails, then you have a DNS issue.

If you have a problem with the contents of resolv conf, or it’s not working, you’ll first need to figure out which DNS configuration process you are using, it’s probably either network manager, or systemd-resolved. I’m no expert in either, but once you know that you can start looking into how that system is configured.

networking

If it’s not DNS then you need to figure out how your networking device is configured. Check that the networking systemd processes started is a good place to start, but you’ll have to figure out what you are using for network configuration.

for server style /etc/network/interfaces configuration


<span style="color:#323232;">sudo systemctl status networking.service
</span>

for network manager


<span style="color:#323232;">sudo systemctl status NetworkManager.service
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines