All public logs

Combined display of all available logs of WIKI TKJ. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:32, 7 October 2025 Novy talk contribs created page Linux: Secure Copy (SCP) (Created page with "Untuk melakukan copy file dari Windows Poweshell ke Linux kita dapat menggunakan SCP, perintahnya seperti berikut ini :<syntaxhighlight lang="linuxconfig" line="1"> # Format dasar: scp [file_sumber] [username]@[ip_server]:[folder_tujuan] # Contoh nyata: scp document.txt user@192.168.1.100:/home/user/documents/ # Kirim seluruh folder: scp -r C:\MyFolder\ user@192.168.1.100:/home/user/backup/ </syntaxhighlight>Syarat menjalankan perintah di atas adalah servis SSH sudah a...") Tag: Visual edit