kali ini saya akan menshare tentang perintah dasar terminal linux untuk pemula,postingan ini bertujuan untuk mempermudah kita sebagai pemula,langsung saja berikut adalah perintah dasarnya :
- root@localhost:~# ls
- root@localhost:~# cd (nama directory)
- root@localhost:~# cd ..
- root@localhost:~# date
- root@localhost:~# ifconfigroot@localhost:~#
- root@localhost:~# iwconfig
- root@localhost:~# shutdown now atau halt
- root@localhost:~# reboot
- root@localhost:~# nano /etc/apt/sources.list
- root@localhost:~# nano /etc/network/interfaces
- root@localhost:~# mkdir nama folder
- root@localhost:~# mrdir nama folder
- root@localhost:~# apt-get update
- root@localhost:~# apt-get upgrade
- root@localhost:~# apt-get remove nama aplikasi
- root@localhost:~# apt-get autoremove
- root@localhost:~# apt-get autoclean
- root@localhost:~# apt-get clean
- root@localhost:~# dpkg -i nama aplikasi mentahan
- root@localhost:~# apt-get install nama aplikasi
- root@localhost:~# exit
semoga bermanfaat dan terimakasih 😊
No comments:
Post a Comment