Category Archives: ubuntu

ubuntu server – Rubah IP dhcp menjadi static

untuk rubah setingan IP di linux dari DHCP menjadi Static cara nya pake console aja yak, ada beberapa file yang harus di edit isi nya. buka file /etc/network/interfaces dan edit isi nya… sudo vim /etc/network/interfaces

Posted in ubuntu | Leave a comment

Tutorial Instalasi NTop di Ubuntu

Ntop merupakan salah satu Tools untuk memonitoring jaringan, disamping Ntop masih ada lagi beberapa tools lainnya seperti:cacti,MRTG,Nagios dsb.

Posted in ubuntu | Leave a comment

Remote desktop di windows XP

Di windows XP terdapat fasilitas yang dinamakan Remote Desktop Connection. Apa kegunaannya? fasilitas ini berfungsi untuk mengendalikan komputer yang berada di jaringan, seolah olah komputer yang dikendalikan tersebut berada satu komputer dengan komputer yang sedang anda gunakan. Prinsipnya mirip seperti … Continue reading

Posted in ubuntu | Leave a comment

Connect to Ubuntu 11.04 from Windows via Remote Desktop

ast week we showedyou how to use Remote Desktop Protocol (RDP) to connect from Ubuntu to Windows 7. Today, I will show you how to use the same Remote Desktop Protocol to connect from Windows to Ubuntu 11.04 Natty Narwhal. … Continue reading

Posted in ubuntu | Leave a comment

how to install deb file?

How do I install .deb file? To install package called package.deb type the following command: Go to directory where package.deb is kept. For example if it is in /tmp directory: $ cd /tmp Type the following command: $ sudo dpkg … Continue reading

Posted in ubuntu | Leave a comment

cara mounting flashdisk di linux

langkah-langkah untuk mounting usb flashdisk di ubuntu : 1. langkah pertama adalah buat dulu mount point dari flasdisk di media #mkdir /media/flashdisk 2. cari lokasi flashdisk #fdisk -l karena lokasi flashdisk saya di sdb kemudian mount flashdisk agar bisa di … Continue reading

Posted in ubuntu | Leave a comment

Compiling and Installing

This document covers compilation and installation of the Apache HTTP Server on Unix and Unix-like systems only. For compiling and installation on Windows, see Using Apache HTTPd with Microsoft Windows. For other platforms, see the platform documentation. Apache HTTPd uses … Continue reading

Posted in ubuntu | Leave a comment

Install MySQL, Apache and PHP from source on Linux

I’ve always wanted to have somewhere written down all the exact commands that will install a functional LAMP (Linux Apache MySQL PHP) server. I wrote them in a text file an year ago, i found them couple of days ago … Continue reading

Posted in ubuntu | Leave a comment