New network info script

This commit is contained in:
2024-04-07 23:24:02 +01:00
parent 1697f3ff82
commit e03d4f1581
2 changed files with 12 additions and 0 deletions

View File

@@ -26,10 +26,12 @@
newsflash newsflash
timeshift timeshift
eyedropper eyedropper
gnome-obfuscate
# Note: Game packages like Steam and Prism should be installed through flatpak, or at system level. # Note: Game packages like Steam and Prism should be installed through flatpak, or at system level.
# CLI Apps # CLI Apps
torsocks
neofetch neofetch
unzip unzip
eza eza

10
scripts/network.sh Executable file
View File

@@ -0,0 +1,10 @@
echo "PUBLIC IP:"
wget -qO - https://api.ipify.org; echo
echo
echo "TOR PUBLIC IP:"
torsocks wget -qO - https://api.ipify.org; echo
echo
echo "OPEN PORTS:"
sudo ss -tupln