User Tools

Site Tools


public:linuxpermition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:linuxpermition [2024/10/29 14:04] lukaspublic:linuxpermition [2026/08/10 07:36] (current) lukas
Line 23: Line 23:
 <code> <code>
 scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2 scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
 +</code>
 +
 +Rsync to NTFS filesystem (rsync have to be installed on boths machines)
 +<code>
 +rsync -rtv --modify-window=1 [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
 +</code>
 +
 +Password less SSH
 +http://www.linuxproblem.org/art_9.html
 +<code>
 +cat .ssh/id_ed25519.pub | ssh b@B 'cat >> .ssh/authorized_keys'
 </code> </code>
  
 [[https://www.stationx.net/how-to-use-nmap-to-scan-a-network/|Scan network]]: [[https://www.stationx.net/how-to-use-nmap-to-scan-a-network/|Scan network]]:
 <code> <code>
-sudo nmap -sn 192.168.52.0/24+sudo nmap -sn 192.168.0.0/24 
 +</code> 
 + 
 +https://reintech.io/blog/setting-up-nfs-server-on-debian-12 
 + 
 +Add PPA Debian: 
 +<code> 
 +sudo apt -y install software-properties-common python3-launchpadlib
 </code> </code>
 +
 +
  
public/linuxpermition.1730210677.txt.gz · Last modified: by lukas