LinuxSupport's Avatar

LinuxSupport

@linuxsupport

Everything Linux | Questions | Answers | Help | Jobs | Tag #linuxsupport

52
Followers
12
Following
4
Posts
13.10.2023
Joined
Posts Following

Latest posts by LinuxSupport @linuxsupport

#helloworld - in binary. Good one.

15.12.2024 02:27 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

#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/

22.10.2023 16:23 ๐Ÿ‘ 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 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

18.10.2023 13:22 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

#!/bin/bash
echo "Hello World @linuxsupport.bsky.social"

13.10.2023 18:15 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0