Friday, October 30th, 2009 1,245 views
Secara default, Flash player belum terinstall di Ubuntu 9.10. Jika anda masih memiliki ubuntu 9.10 fresh install. maka terlebih dahulu anda perlu melakukan update :
sudo apt-get update
Untuk menginstall Flash player, gunakan perintah :
sudo apt-get install flashplayer-installer
Atau
sudo apt-get install flashplugin-nonfree
Atau
sudo apt-get install flashplugin-installer
Perintah ini akan mendownload paket flashplayer-installer beserta paket flashplugin berukuran sekitar 3,8 Mb
Berikut screenshoot sebelum flashplayer terinstall

Posted in Linux | 9 Comments »
Monday, April 27th, 2009 12,675 views
Have you using Ubuntu 9.04 ? When you have installed it and browse using firefox to website like youtube, googlevideo, and other flash website, You will find that it cannot play the video. It usually suggest you to download flash plugin from adobe.com . But do not download from it direct because there is a package that has been by ubuntu jaunty jackalope (9.04).
Make sure you have check on third party software for archive.ubuntu.com and update your repository
For Ubuntu 9.04, just do a simple command :
sudo apt-get install adobe-flashplugin
if it doesn’t work, you can try :
sudo apt-get install flashplayer-installer
It will install adobe flash player 10 plugin for your browser.
Posted in Linux | 14 Comments »
Tuesday, August 19th, 2008 374 views
I’m Using 2 OS Windows XP and Ubuntu Hardy Heron On My Acer 4520
The Specification :
AMD Turion X2 Dual Core 2.0GHz
DDR2 Memory 2 GB
HDD 12GB SATA - VGA nVIDIA 256MB
WiFi - DVDR/W Super Multi - Bluetooth 2.0+EDR
1.3 Mpx Camera - Card Reader
14.1" Wide XGA - Weight 2.49 Kg
I Have Installed Windows XP first and Then Ubuntu.
I’m Using Ubuntu8.04 amd64 for my Laptop. Wired Network, Sound Card is Otomatically Detected. For Nvidia Accelerated Driver, I Installed it from System - Administration - Hardware Driver. Then i make check for Nvidia Accelerated Driver. after that it will download the .deb package and require restart.
After That my Screen resolution become 1280*800.
If it doesn’t work you can use commadn in Terminal :
#sudo apt-get install nvidia-glx-new
For Using Crystal Eye Webcam
#sudo apt-get install cheese
For Using Wifi ( I am using Broadcom )
You can use my experience on my latest article
For another broadcom version you can follow this article
There is one problem that i’m not yet find for the solution. My Modem still can’t Work ( I am using Agere Modem )
If you have any solution, please reply to this article
Install Another aplication :
Internet Explorer for Linux - Make sure you have installed cabextract
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
Install Flash Player
sudo apt-get install flashplugin-nonfree
Add important Repository ( From this repository, you can install realplayer, mplayer, googleearth and another important package )
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
Posted in Teknologi | 1 Comment »