by gravitate on 8/7/23, 2:48 PM with 16 comments
by ramrunner0xff on 8/7/23, 8:40 PM
wired: ifconfig [if] autoconf up
wireless: ifconfig [if] join [ssid] wpakey [pass] autoconf up
Consistent documentation existing in man ifconfig. The sad thing is that Linux used to be designed not evolved.
by blueflow on 8/7/23, 5:23 PM
by KaiserPro on 8/7/23, 9:12 PM
I have been burned by systemd-resolved. It seems like a black box that does silent automagical stuff in a non transparent way. I am keen to hear what the advantages are though. (barring stats and DNSSEC.)
_personally_ I am still a fan of /etc/network/interfaces and or whatever redhat style machines do.
I have also used network manager, which is sorta ok, but when stuff starts failing it seems to suck donkeyballs. (it also crashes when you start doing auth)
by zamadatix on 8/7/23, 5:28 PM
by astrobe_ on 8/7/23, 4:59 PM
by jmholla on 8/8/23, 4:58 AM
I was gonna ask how to check this stuff out, but then I found it: `resolvectl`. I think it may have previously been the command `systemd-resolve`.
`resolvectl statistics` will spit out those statistics and `resolvectl flush-caches` could help with some DNS issues by making resolved forget everything. There's plenty of other commands in there too.