utility-get-lan-ip/README.md

14 lines
459 B
Markdown
Raw Normal View History

2024-01-03 10:19:44 +01:00
# utility-get-lan-ip
2024-01-03 10:21:27 +01:00
Intended use case is anywhere you need an unambigious reference to your current LAN IPv4 whether this is another script or just to make sure.
2024-01-03 10:23:19 +01:00
Copy the `check-lan.sh` file to your `~/.local/bin` folder, make sure it is executable
2024-01-03 10:21:27 +01:00
mkdir -p ~/.local/bin
chmod +x ~/.local/bin/check-lan
2024-01-03 10:23:19 +01:00
Be aware that the ttf_icons() may not display correct.
2024-01-03 10:21:27 +01:00
2024-01-03 10:23:19 +01:00
The font used is the package `ttf-font-icons` available in the Manjaro Linux repo.
2024-01-03 10:21:27 +01:00