Advertisement
paperline27

Userland Debian/Ubuntu & Termius SSH/SFTP

Jan 29th, 2024
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | Software | 0 0
  1. [ ganti password root ]
  2. #sudo passwd root
  3.  
  4. [ login ke termius ]
  5. #root@localhost:2022
  6.  
  7. [ modifikasi prompt ps1 ]
  8. #nano ~/.bashrc
  9. =>
  10. PS1='\[\e[1;32m\]┌─[\[\e[1;34m\]\u\[\e[1;32m\]@\[\e[1;34m\]ctf\[\e[1;32m\]]─[\[\e[1;34m\]\w\[\e[1;32m\]]\n└─► \[\e[0m\]'
  11. <=
  12. =>
  13. hapus tanda pagar
  14. <=
  15. [ ubah langsung tanpa harus keluar ]
  16. #source ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement