Tag Archive for 'Ubuntu'

Problems with sound and video on ubuntu ?

Howdy,

I am writing this post because so many people are asking me about it.
I will not invent anything new here, i will just make a general tutorial that will fix 80% of your audio/video problems.

Please understand that i do not guarantee 100% success result, because it all depends on the hardware you have.

Before digging in complicated stuff, lets first try to install the Medibuntu packages.

Some of these packages include the libdvdcss package from VideoLAN and the external binary codecs package (commonly known as w32codecs) used by MPlayer and xine.

Continue reading ‘Problems with sound and video on ubuntu ?’

Popularity: 6% [?]

Installing LAMP on Ubuntu 7.10/8.04 (Linux,Apache,MySQL,PHP)

Lately I’ve been using ubuntu 7.10 for all my projects/daily work.
As a web developer i should have LAMP on my machine and now i would guide you through installing it on yours.

This guide is divided into 3 steps: installing/tesing Apache, PHP and finally MySQL.

Lets start with Apache:
1. Open the terminal (we will be using it through most of my guide) from Applications > Accessories > Terminal
2. Install apache2 using apt-get by typing the following
Continue reading ‘Installing LAMP on Ubuntu 7.10/8.04 (Linux,Apache,MySQL,PHP)’

Popularity: 82% [?]