utility-get-lan-ip/README.md

15 lines
517 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.
Add a file to your `~/.local/bin` folder, name it `check-network`, make it executable
mkdir -p ~/.local/bin
touch ~/.local/bin/check-lan
chmod +x ~/.local/bin/check-lan
Edit the file and paste below content - be aware that the ttf_icons() does not display correct.
The font used is the package `ttf-font-icons` available in the repo.