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:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...