1 / 3

Penggunaan Open Source

Penggunaan Open Source. Pengenalan Open Source. Melihat List Program yang akan di update sudo dpkg -l Install program yang akan di update sudo apt-get install nama_package TCP IP $sudo gedit /etc/network/interface masukkan :

bedros
Télécharger la présentation

Penggunaan Open Source

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Penggunaan Open Source

  2. Pengenalan Open Source • Melihat List Program yang akan di update sudo dpkg -l • Install program yang akan di update sudo apt-get install nama_package • TCP IP $sudo gedit /etc/network/interface masukkan : auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx(masukkan alamat ip anda) netmask xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx(masukkan alamat gateway anda) Untuk DNS Server : sudo gedit /etc/resolv.conf nameserver xxx.xxx.xxx.xxx(masukkan ip dns primary anda) nameserver xxx.xxx.xxx.xxx(masukkan ip dns secondary anda) Restart service jaringan anda sudo /etc/init.d/networking restart

  3. Pengenalan Open Source • Mengubah nama Komputer dalam Ubuntu hostname = nama_komputer • Mengubah nama workgroup workgroup = nama_workgroup Letak File = sudo gedit /etc/samba/smb.conf

More Related