Quote: "Some way to display the IP address when connected, either on-demand or along with the word, Connected, or some other way." ---------------------------------------
Which ip address? If a pc is connected to a wifi the address is something like 192.168.1.102. Are you talking about the ip address used by the router to access the internet? Edward On 28/09/2015, Edward Bartolo <[email protected]> wrote: > On 28/09/2015, Steve Litt <[email protected]> wrote: >> On Mon, 28 Sep 2015 15:45:03 +0100 >> Rainer Weikusat <[email protected]> wrote: >> >>> ... and who wouldn't want his network interface to be named >>> "enp0s29u1u2"? After all, anybody unterstands the meaning of eth0 --- >>> how terribly boring! >> >> I don't like it either, but even anti-systemd distros are going for >> this Freedesktop BS. Luckily, the following command is an easy way to >> see the names of your network interfaces: >> >> ip link | grep "^\S" | cut -d " " -f2 >> >> >> SteveT >> >> Steve Litt >> August 2015 featured book: Troubleshooting: Just the Facts >> http://www.troubleshooters.com/tjust >> _______________________________________________ >> Dng mailing list >> [email protected] >> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng >> > _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
