Archive for May, 2009
How to install Firefox Flash Plugin in Ubuntu Linux
I looked up how to install flash plugin on Ubuntu linux. I went over to the guide at easylinux.info like I always do (first), and tried what it said. It said the same thing I found in all kinds of forums posts, run this code:
sudo apt-get install flashplugin-nonfree
sudo update-flashplugin
If you already have it – you’ll [...]
Read Full Post | Make a Comment ( None so far )Mssql ubuntu
Install the Debian Package tools:
apt-get install build-essential debhelper
download the PHP5 Source Files
apt-get source php5
Get the dependencies for building PHP5
apt-get build-dep php5
cd to the directory php5-5.1.2/debian and vi the file modulelist. Insert a line above the one that says:
mysql MySQL
with the contents
mssql MSSQL
Next, edit the file rules and search for
–with-mysql=shared,/usr
Insert the following above it:
–with-mssql=shared,/usr
Make sure not [...]
Installing PHP5 and Apache on Ubuntu
If you are doing any kind of PHP development, you’ll almost always be using Apache along with it. Here’s the quick and easy way to get PHP up and running on your Ubuntu box.
First, you’ll want to add the extra repositories to Ubuntu’s sources.list file.
From a command shell, you will run the following commands:
sudo apt-get install [...]
Chat Facebook Menggunakan PidGin
Sebenarnya sih ogut udah nampilin ini di blog ogut yg lama, tapi yah… sekarang jadi lebih gampang, soale paketnye udah ada di repository Ubuntu Jaunty!
Caranya?
Add Repo FOSS-ID (jika blom, jika udah, ngapain lagi?)
ketik:
itachi@jaunty:~$ sudo gedit /etc/apt/sources.list
[sudo] password for itachi:
dan kemudian kosongin semua yg ada dan masukkan ini ke dalam gedit anda:
deb http://dl2.foss-id.web.id/ubuntu jaunty main restricted [...]
How to install Java 1.6 on Ubuntu – Ubuntu and Linux
A practical guide for installing Sun JRE 6 on an Ubuntu system, using Java as default interface for Firefox and other programs that require it.
The first step is the installation of Sun JRE 6, by typing the following command from the command line:
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
Then, we have to choose Sun JRE 6 [...]
Ciri-Ciri Terkena Virus Conficker
Seperti virus penyakit, virus komputer juga menyebar dengan cepat dari satu komputer ke komputer lain. Wabah yang tengah mengancam jutaan komputer di seluruh dunia sekarang adalah serangan yang disebut conficker. Conficker yang juga disebut Downandup atau Kido menyerang dengan cara memanfaatkan celah kelemahan pada fitur Windows Service yang telah ditambal Microsoft bulan Oktober lalu. Namun, [...]
Read Full Post | Make a Comment ( None so far )