sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
We can change the IP address of the domain controller as below. Change the IP address on DC and run the following […]
This is a simple and crude method to disable an interface based on the volume of data that has gone through it. […]
nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam
IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]