Install apache, mysql, php
Masuk ke konsole sebagai root
# apt-get install apache2
# apt-get install mysql
# apt-get install php5
# apt-get install php5-mysql
# apt-get install unzip

Install apache, mysql, php
Masuk ke konsole sebagai root
# apt-get install apache2
# apt-get install mysql
# apt-get install php5
# apt-get install php5-mysql
# apt-get install unzip

lakukan perubahan pada file interfaces yang terletak di folder /etc/network/
# nano /etc/network/interfaces
Isi file tersebut dengan konfigurasi sebagai berikut :
auto lo ##mengaktifkan localhost loopback 127.0.0.1
iface lo inet loopback
auto eth0 ## mengaktifkan ethernet
iface eth0 inet dhcp ##untuk konfigurasi ip dinamis
iface eth0 inet static ##untuk konfigurasi ip statis (pilih salah satu, dinamis/statis)
address 10.134.11.135 ##untuk alamat ip address kita
netmask 255.255.255.0 ##subnet mask
gateway 10.134.11.254 ##ip address gateway yang menghubungkan kita dengan dunia luar
kemudian simpan lalu restart service jaringan dengan perintah
# /etc/init.d/networking restart
periksa apa setting sudah berhasil dengan perintah
# ifconfig
Selamat mencoba !!!!

mungkin agak basbang, tapi yang masih kesulitan Koneksi Internet Dengan HP smart D1200P di Blankon atau ubuntu bisa mencoba apa yang saya lakukan di bawah ini
Read the rest of this entry »

So, I finally decided to crack out the new Ubuntu release, and the installer seemed to be successfull and it was time to reboot the machine which is where things went terribly wrong. My login screen was a blank screen.
So I then pushed CTRL+ALT+F1 to get to a shell, and noticed that by default the ati opensource video driver in xorg.conf wasnt happy at all.
Section “Device”
Identifier “Configured Video Device”
Driver “vesa”
EndSection
Section “Monitor”
Identifier “Configured Monitor”
EndSection
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
EndSection
Read the rest of this entry »

Grub (Grand Unified Boot Loader) merupakan bootloader yang juga sering digunakan pada sistem operasi Linux selain LILO. Di Ubuntu, Grub digunakan sebagai bootloader default.
Selama ini kita mengenal tampilan Grub ibarat TV hitam putih yang sebagian besarnya didominasi oleh latar belakang berwarna hitam dan dengan tulisan berwarna putih. Bosan dengan tampilan Grub yang seperti itu?
Anda bisa membuat Grub lebih berwarna dengan menambahkan file gambar ke dalam file setingan Grub. Berikut langkah-langkahnya:

Cinelerra, salah satu linux video editor, tools yang ada sudah cukup untuk melakukan editor video secara professional. Audio dan Video Transitions, Video Effect sudah sangat membantu, terutama Chrooma Key yang selama ini sering penulis gunakan pada editing video menggunakan Adobe Premiere Pro (bajakan), memungkinkan editor untuk menghapus warna dominan pada sebuah timeline video sehingga dapat disisipkan video dari timeline lain. Lain waktu kita akan bahas trik di Cinelerra, intinya… Apapun softwarenya, tetap sang editor lah yang jadi seniman.
Langkah-langkah instalasi Cinelerra dapat dimulai dengan mengedit sources.list:
sudo gedit /etc/apt/sources.list
Tambahkan pada baris akhir daftar repository:
deb http://akirad.cinelerra.org akirad-intrepid main
Save kemudian exit, lalu ketik:
sudo apt-get update
sudo apt-get install cinelerra

If you are an Ubuntu/Linux user who has another partition on your hard disk, such as NTFS, FAT32 or any other type of partition. Every time you boot, you need to mount it manually, or you can create a script to make it automatically mounted. This tips is for those of you want to do automatically mount partition on every time you boot (using GUI) but don’t know how to make that script.
First, you need to install “Disk Manager”, you can use Synaptic to install it or you can use this command, both methods are the same.
$ sudo apt-get install disk-manager
After you already install it, now go to:
System -> Administration -> Disk Manager
You will now find this window:
Disk Manager
To make it automatically mount on startup, you need to check “Detect new device on startup”. If you need to configure it, click on “Configure New Partition” button (see the picture below) and select which partition you want to configure using “Auto Configure” mount point or you can make a different mount point.
Configure Configure
Ok, just that’s it. Now, reboot your machine.
At the first time boot (this is apply only at the first boot), a new icon will come at the upper right corner of the task bar, an icon of Disk Manager. You can click on it and than just apply the changes. Now your partition will automatically mounted at boot.