Okay, no external software for DNS management present here. Is that ip a working DNS Server? Is it your server itself perhaps?
Informatik Student, lerne 日本語, Strategiespiele
Okay, no external software for DNS management present here. Is that ip a working DNS Server? Is it your server itself perhaps?
From the output, you don’t have any routing rules for your machine that block outgoing traffic. The dig command confirms that you can talk to servers. 9.9.9.9 is a common DNS Server. Based off of this, it seems like your problem is that your system has a bad DNS configuration (it’s always DNS).
Can you parhaps cat /etc/resolv.con
? This file normally contains the used DNS servers for Linux systems, unless using special software.
Can you dig @9.9.9.9
? If so, its certainly DNS. If it’s not DNS, perhaps try to check your iptables iptables -L && iptables -t nat -L
.
This post is stupid for attacking a group of people who just likes to play a videogame. I don’t like it.
This thread is targeted toxicity on LoL players.
What do you mean bigger vulnerabilitirs to worry about in Debian stable?
Aren’t Rufus and balena media creation tools?
Thanks for the info, good read
I only use headscale. It just works and does not complain.
Don’t host services with termux, it’s not made for that and nobody checks for termux related things. If you really want to host on an android device, look into chroot environments or virtualization. Generally, avoid hosting on android, in my experience at least.
I hope the first one. But the effect is real, stuff you know already was easy and stuff you don’t is hard. I’m feeling it with my migration to proxmox, it’s hard.
I really don’t get the exit vim meme anymore.
It’s just two key presses, trivial. When you hit <C-c>
it tells you exactly what to do. Anyone stuck in vom either does not read or has no idea how to use a terminal.
Edit: I’m German, I meant vim.
Wasted performance large scale means wasted resources large scale, like CO2 emissions, energy costs, and hardware that would not be needed without
I’m afraid I didn’t make it and just stole it
Is this affecting both plasma 5&6 then?
Works for me with a framework 12 on LMDE6 with plasma5/Wayland. I probably did some configuring and forgot.
US-americans got the crazy
Damn they screwed up big this time
Okay, so if that’s your actual DNS Server, can you confirm that it works?
dig @yourdns debian.org
, for example. Afterwards try to use the default DNS of your systemdig debian.org
. If both works, your DNS config should be fine. Try acurl debian.org -v
too.debian.org is just a random domain for this, use whatever you want. I don’t see anything badly configured so far.