$ openssl aes-256-cbc -a -salt -in photo.jpg -out fimily-photo.enc
enter password: ********$ openssl aes-256-cbc -d -a -in family-photo.enc -out photo.jpg<Connector port="443" SSLEnabled="true" secure="true" scheme="https">
<SSLHostConfig>
<Certificate certificateFile="conf/cert.pem"
certificateKeyFile="conf/cert-key.pem" />OpenSource 😃 and multiplatform Linux, Mac and Windows
This command shows all your open ports:
sudo ss -tupln
If you are connected to a public Wifi and you want to change your MAC address to bypass 30 Minutes free sessions or for privacy, you can easily generate a random mac address every time.
sudo vi /etc/NetworkManager/conf.d/macchange.confInside write the following lines:
#[device]
SSH authentication is required!
source: https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2