» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with enable + Debian

Enable custom error messages on the Apache web server

This document describes how to configure the Apache web server so that it will redirect common server errors - like 404 Not Found or 500 Internal Server Error - to a Perl CGI script for processing.

Read Full story here

Debian: All About Debian Tutorials

Install Exaile media player and Enjoy Your Music in Ubuntu

Exaile is a media player aiming to be similar to KDE’s AmaroK, but for GTK+. It incorporates many of the cool things from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, optional iPod support (assuming you have python -gpod installed).

In addition, Exaile also includes a built in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don’t get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm.

Preparing your system

First you need to install the following packages

sudo apt-get install python-pyvorbis python-pysqlite2 python-mutagen python-pyogg python-elementtree

Install Exaile media player in Ubuntu Edgy

First you need to download the latest version of Exaile media player .deb package from here using the following command

wget http://www.exaile.org/files/exaile_0.2.7_i386.deb

Now you have exaile_0.2.7_i386.deb package you need to install this package using the following command

sudo dpkg -i exaile_0.2.7_i386.deb

If you want to install exaile media player from source list use the following procedure

Edit your /etc/apt/sources.list file

sudo vi /etc/apt/sources.list

Add the following line save and exit the file

deb http://download.tuxfamily.org/syzygy42/ edgy exaile-svn

Then type this in a terminal

Now you need to copy the key using the following command

wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key add -

Update the source list

sudo apt-get update

Install exaile media player using the following command

sudo apt-get install exaile

if you only want the stable versions, you can use the following line in /etc/apt/sources.list file and following the above procedure to install.

deb http://download.tuxfamily.org/syzygy42 edgy exaile

This will complete the installation.If you want to open the application go to Applications—>Sound&Video–>Exaile

Once it opens you should see the following screen

Exaile Version Details

Enable Exaile Plugins

If you want to enable available plugins go to Tools—>Plugins

Once it opens you shold see the following screen with available plugins

Enable MP3 Support

Exaile uses the GStreamer engine for audio playback. You can play the audio formats of your choice by installing the appropriate GStreamer plugins without having to manually recompile the whole program. For example, since most Linux distributions don’t support proprietary formats such as MP3 by default, you can add this functionality to Exaile (and other GStreamer-based programs) by installing the Ugly Plug-ins package.

To enable MP3 support in Ubuntu run the following command

sudo apt-get install gstreamer0.10-plugins-ugly

Tags: , , , , , , , , , , , , , , , ,

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Enable WPA Wireless access point in Ubuntu Linux

I have a Thoshiba laptop at home, I was running “Dapper Drake” (Ubuntu Linux 6.06) But one of the important things about it was its inability to connect to WPA-encrypted Wifi access points.In my home i have a WPA Enabled Wireless router so i need to connect to my wireless network using WPA.I am giving [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Enable and Disable Ubuntu Root Password

Ubuntu is one of the few Linux distributions out there that will not enable the root account.If you want to do something with root permission on the console you have to type sudo before the command. sudo” means superuser do. “sudo” will prompt for “Password:”. Please specify user password As you have noticed during the Ubuntu installation [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots