#helloworld - in binary. Good one.
Posts by LinuxSupport
1 year ago
0
0
0
0
#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/
2 years ago
2
1
0
0
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
2 years ago
3
1
0
0
#!/bin/bash
echo "Hello World @linuxsupport.bsky.social"
2 years ago
5
1
0
0