Kali ini yang dibahas kembali adalah Backbox versi 5. Yang merupakan operating system berplatform Ubuntu. Nah ceritanya Laptop HP yang saya pakai akan saya gunakan sebagai client. Karena data-data semua ada di server, maka saya perlu me-mount server seolah-olah menjadi drive lokal di laptop saya….
Tag: client
IP Modification Through Command Line
Here is the way to change or modification ip address through command line. Do all the command in root privileged. To set a static ip #ip addr add 192.168.xxx.xxx dev eth0 to delete a static ip #ip addr del 192.168.xxx.xxx dev eth0 to set dynamic…