You could also do
chown -R username:groupname .
, which would change the permissions on the current directory, and then recurse down inside of it and all subfolders to change the permissions.
chmod -R 666 /var/www
will give read, write permissions for everyone.
Pack:
tar czf name_of_archive_file.tar.gz name_of_directory_to_tar
Unpack:
tar -xzvf file.tar.gz
[[https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/|SCP]]:
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
[[https://www.stationx.net/how-to-use-nmap-to-scan-a-network/|Scan network]]:
sudo nmap -sn 192.168.52.0/24
https://reintech.io/blog/setting-up-nfs-server-on-debian-12
sudo apt install cockpit cockpit-storaged cockpit-networkmanager cockpit-packagekit -y