Posts

Showing posts from March, 2013

How to install xampp 1.8.1 in Ubuntu 12.10,13.04,13.10

So you have Installed the Ubuntu 12.10 and now wants to add the xampp (or) lampp into it...then follow this steps Download the latest version of xampp for either 32 (or) 64 bit from the link  Download xampp Go to the terminal and log in as administrator using the commands sudo su Then before extracting the tar file navigate to directory where it has been downloaded           For eg: I downloaded it from Chrome and it saved me in a Downloads folder, so I navigated to the downloads folder first then extracting the tar file So now use this command to extract the tar file  tar xvfz xampp-linux-1.8.1.tar.gz -C /opt For 64bit version: Start If you downloaded the 64 bit then you need to install the 32bit libraries from repository to start the xampp, otherwise you will get this error message " XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system." Before you install

Sound Problem in Ubuntu 12.10 & 13.04

As I installed the Ubuntu 12.10, every thing looks fine but when I played the video in YouTube there was a problem with sound,the sound was randomly cutting out and it irritated me to watch the video,so I thought to find the solution for this and I found out after some hiccups.... Just open the terminal  and type alsamixer   Navigate to Auto-Mute Mode  and change its status to Disable  if it is Enabled .... Hurray now YouTube video works with audio with no no sound cutting problems.