Instalasi LAMPP pada Ubuntu Server

Ini pengalaman pribadi saya saat menginstal Ubuntu Server pada komputer saya. Komputer tersebut ingin saya jadikan sebagai web server, tentu saja saya akan butuh untuk menginstal OpenSSH dan LAMPP. Ubuntu Server pada dasarnya menyediakan pilihan software yang ingin kita instal pada komputer kita saat kita melakukan instalasi. Yakni pada saat kita sampai pada halaman software selection.

Ubuntu Software Selection

Sialnya. Pada saat itu saya tidak tahu bagaimana cara memilih aplikasi yang ingin saya instal. Akhirnya tanpa pikir panjang mungkin tombol yang digunakan itu adalah ENTER. Saya tekan dan alhasil step tersebut berhasil saya lewati tanpa berhasil memilih baik OpenSSH atau LAMPP untuk diinstall. Read the rest of this entry »

Menambahkan Interface Baru Pada Ubuntu Server

Ceritanya kemarin malam aku ganti salah satu network interface pada Ubuntu Server-ku (Ubuntu 11.04 Natty Narwhal). Niatnya adalah upgrade dari Fast Ethernet jadi Gigabit Ethernet. Setelah aku ganti, aku turned on komputerku. Alhasil indikator LED pada interface yang baru mati (Normalnya akan nyala saat komputer sedang on dan interface terhubung ke jaringan).

Untuk meyakinkan 100% bahwa interface baru tersebut tidak bekerja. Aku jalankan perintah

user@ubuntu:~$ ifconfig

dan hasilnya sesuai dengan prediksi saya. Seharusnya ada 2 interface yang muncul, namun hanya ada 1 buah interface yang muncul saat saya mengeksekusi perintah tersebut. Setelah beberapa saat mencoba mencari troubleshooter lewat Google. Akhirnya saya menemukannya disini.

Seharusnya interface tersebut dapat dikenali secara otomatis setelah dipasang. Namun apabila anda menemui masalah seperti saya. Anda dapat meng-enable interface anda dengan menghapus sebuah file dengan running perintah berikut pada terminal.

user@ubuntu:~$ sudo rm /etc/udev/rules.d/70-persistent-net.rules/

Setelah itu anda tinggal me-reboot komputer anda.

Creative Commons License
Menambahkan Interface Baru Pada Ubuntu Server oleh Rio Indra Maulana dilisensikan dibawah Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Enabling New Interface in Ubuntu Server

Tonight, I replaced one of my network interfaces in my computer. I changed the old one, which is Fast Ethernet type, with the new one, which is Gigabit type. I was working in my Ubuntu server 11.04. When I finished replacing the interface. I turned my computer on to see will it work. I found that the new interface didn’t work. When I plugged the cable in, the LED indicator simply didn’t light.

After that I tried to see whether the problem is within the device or the Operating System. I run

user@ubuntu:~$ ifconfig

and I got the list of my interfaces, but the new one wasn’t there (I knew because the total of my interfaces decreased) then I knew the problem lies within the Operating System. After spending a few minute searching for the answer using Google finally I found it here.

We can re-enable our interfaces by deleting one file.

user@ubuntu:~$ sudo rm /etc/udev/rules.d/70-persistent-net.rules/

After that, just reboot the computer and all will work well as expected.
Creative Commons License
Enabling New Interface in Ubuntu Server by Rio Indra Maulana is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Membuat Email di Google


Creative Commons License
Membuat Email di Google oleh Rio Indra Maulana dilisensikan dibawah Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

XAMPP for Linux Installation


XAMPP, an abbreviation for X (Linux or Windows or Mac OS X or Solaris), Apache, MySQL, PHP, Perl, is an application composed of a web service (Apache), a database server (MySQL) and a FTP server (ProFTPD) which is intended for development environment. As mentioned above, XAMPP runs both in Windows and UNIX based operating systems.

This chance I will explain how to install XAMPP on Linux operating systems. Here are the specifications I use in this tutorial.

  1. Ubuntu 11.04 operating system (Natty Narwhal).
  2. XAMPP for Linux version 1.74.

Here are the following steps in installling XAMPP for Linux. Read the rest of this entry »

Older posts «

Switch to our mobile site