Monday, July 27, 2020

Set IP address manually on Kali/Debian

sudo ip addr add 192.168.0.2/255.255.255.0 dev eth0
sudo ip link set dev eth0 up

No comments:

Formatting code in Blogger

I have been using Github gists to share code and I have no plan of abandoning it. For smaller/one liners, I sometimes use div element with ...