Published July 30, 2015 Change Centos IP address In common situation, “system ip address” is the ETH0 address. So edit /etc/sysconfig/network-scripts/ifcfg-eth0 with your favourite text editor and run service network […]
Published January 20, 2014 Zyxel P660 – Removing secured web IP If you have locked down the web management port to 1 IP address and you need to access it from a different […]
Published January 17, 2022 nmap quick guide nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam
Published October 19, 2021 SCP command local to remote location scp -r /local/directory remote_username@ipaddress:/remote/directory