public ip linux
curl api.ipify.org
configure static ip address linux
# for debain in /etc/network/interfaces
# you can find your network adapter with ip a
# no need for network or broadcast address when you set your netmask right
auto <your-networkadapter>
allow-hotplug <your-networkadapter>
iface <your-networkadapter> inet static
address 192.168.X.X
netmask 255.255.255.X
gateway 192.168.X.X
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us