Author Archives: kangbudhi

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

Cara me redirect alamat / URL web

hmm .. mengalihkan alamat URL/ atau biasa disebut redirect, klo kita sering berurusan dengan website mungkin dah biasa melakukan ini contoh: yg paling sering saya lakukan adalah apabila kita punya alamat web dengan alamat http://kangbudhi.com tapi didalam root ingin kita … Continue reading

Posted in web | 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