#helloworld - in binary. Good one.
#helloworld - in binary. Good one.
#Linux #Ubuntu | sync files from local to remote host using #rsync with non-standard #SSH port
Why use non-standard SSH port? SECURITY.
We all know 22 is SSH default port so can be targeted.
rsync -avzhe 'ssh -p PortHere' /local-drive/here/ username@remote-server-here-or-IP:/remote/directory/here/
What is a API? Does this picture adequately explain the concept of #API to your #UncleJoe? Please, share your explainers and graphics.
What is API?
Does this picture adequately explain the concept of #API to your #UncleJoe? Please, share your explainers and graphics.
#Linux #development #python #CLI
#!/bin/bash
echo "Hello World @linuxsupport.bsky.social"