I don't understand what is going on in the brain of the GNU-Linux developers lately. Since system.d everybody is loosing mind.
Now to bring up an interface, instead of
Code:
ifconfig <interface> up
You are supposed to do
Code:
ip link set dev <interface> up
And about the interface naming: in kali we use "the old fashioned way" which is deprecated too
If we would follow system.d recommendations and default naming scheme, an USB wifi interface would be something like "wlx00c0ca849eac" (wlx + mac of the device)
So in an up to dated and non deprecated wway, turning up my wifi USB would be something like this
Code:
ip link set dev wlx00c0ca849eac up
instead of the old supered way
I love progress, it makes life much easier