dan hasilnya kurang lebih kayak gini

dan
Just another ubuntu user
sudo apt-get install mysql-server
mysqladmin -u root password paswodnya-ach
sudo /etc/init.d/mysql restart
apt-get install apache2 apache2-common apache2-doc apache2-mpm-prefork apache2-utils libapr0 libexpat1 ssl-cert libapache2-mod-auth-mysqlinstal php5
apt-get install autoconf automake1.4 autotools-dev libapache2-mod-php5 php5 php5-common php5-curl php5-dev php5-gd php-pear php5-ldap php5-mhash php5-mysql php5-mysqli php5-snmp php5-sqlite php5-xmlrpc php5-xsl php5-imap php5-mcrypt php5-pspellJika muncul "Continue installing libc-client without Maildir support?" jawab "Yes"
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.pl index.xhtmlEdit /etc/apache2/ports.conf dan tambahkan Listen 443
Listen 80Enable module apache
Listen 443
a2enmod sslKemudian restart apache anda
a2enmod rewrite
a2enmod suexec
a2enmod include
/etc/init.d/apache2 restartsilahkan akses dari browser anda http://localhost:443 untukk https/ssl dan http://localhost untuk http
#apt-get install xorg-dev
#apt-get build-dep xorg-server
#wget -c http://xorg.freedesktop.org/releases/individual/\
driver/xf86-video-trident-1.2.3.tar.bz2
#tar xjf xf86-video-trident-1.2.3.tar.bz2
#cd video-trident-1.2.3
#./configure
#make
#make DESTDIR=/tmp/xorg_ install
--- Backup old driver
#sudo mv /usr/lib/xorg/modules/drivers/trident_drv.so /usr/lib/xorg/modules/drivers/trident_drv.so.bak
--- Install new one
#cd /tmp/xorg_/usr/local/lib/xorg/modules/drivers/
#sudo mv * /usr/lib/xorg/modules/drivers/
Restart X and your're set.


