#command_line
3 catatan
|
2 view
Wed, 4 Feb 2026 8:45 pm
Agar SSH tidak minta passphrase terus:
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
Wed, 25 Sep 2024 6:42 pm
Copy file dari local ke remote/cloud/vps ternyata bisa lewat ssh, dengan "scp". scp -r [local_folder] [remote_user]@[remote_ip]:[remote_path] Hari-hari saya semakin menyenangkan, no more FTP setting. #linux #command_line #commandLine #command_prompt #file-transfer
Thu, 8 Oct 2015 12:14 am
Login as root di webkoe
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-24-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Thu Oct 8 00:05:29 WITA 2015
System load: 0.13 Processes: 71
Usage of /: 25.3% of 19.56GB Users logged in: 0
Memory usage: 21% IP address for eth0: 128.199.226.18
Swap usage: 2%
Graph this data and manage this system at:
https://landscape.canonical.com/
51 packages can be updated.
14 updates are security updates.
Last login: Thu Oct 8 00:05:29 2015 from 114.4.78.197
luqman@webkoe:~$ su
Password:
root@webkoe:/home/luqman#
#webkoe #linux #command_line