User contributions for Leechfinger

From Leechfinger
A user with 104 edits. Account created on 26 April 2024.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

3 May 2025

7 June 2024

6 June 2024

23 May 2024

  • 01:5201:52, 23 May 2024 diff hist +509 N Scp Created page with "Secure Copy Protocol (SCP) is a command-line utility in Linux that securely copies files and folders between two Unix systems on a network. SCP uses Secure Shell (SSH) to authenticate systems and encrypt data, so the information is still encrypted even if traffic is intercepted. == Copy newest downloaded files == We wanted to transfer the latest 8 files we downloaded. <syntaxhighlight lang="bash" line> # scp $(ls -lt | head -8 | awk '{print $9}') 192.168.5.41:~/ </synta..." current

21 May 2024

17 May 2024

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)