sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
sudo dnf update -y curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.shsudo sh webmin-setup-repo.sh sudo dnf install webmin -y sudo systemctl enable webminsudo systemctl start webmin […]
openssl pkcs12 -in certname.pfx -out key.pem -nodes
/ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0
Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and […]