Dan Murphy’s Blogs

You have to grow up - But you can be immature your whole life

 

Get Totem to play WMV files

Posted by: Dan | Posted in: Linux How-To's

Download the Essential Codecs package from the mplayers homepage http://www.mplayerhq.hu/design7/dload.html

Unzip and move to the directory: /usr/local/lib/codecs (create if it does not exist, need to use SUDO command)

Then run these two lines of code:
cd ~/.gnome2/totem-addons
for file in /usr/local/lib/codecs/* ; do ln -sf $file && chmod +r $file ; done

How to Setup LAMPP from scratch

Posted by: Dan | Posted in: Linux How-To's

http://www.skeedz.com/lamp.php

Installing XGL on Ubuntu

Posted by: Dan | Posted in: Linux How-To's

A tipsheet for how to get XGL running on Ubuntu:

https://help.ubuntu.com/community/CompositeManager/Xgl

Install LAMPP

Posted by: Dan | Posted in: Linux How-To's

LAMPP instructions:

Download.
run command: sudo tar -xvzf xampp-linux-1.5.2.tar.gz -C /opt
run command: sudo /opt/lampp/lampp start
run command: sudo /opt/lampp/lampp security
edit php.ini to have a output_buffering value of 4096

Sound Juicer to Rip MP3’s

Posted by: Dan | Posted in: Linux How-To's

Download Sound Juicer

Make sure multiverse is available

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

edit Sound Jucier settings
Add a profile
For Gstreamerpipline have:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=128

Save and exit Sound Juicer

Xine to play MP3’s

Posted by: Dan | Posted in: Linux How-To's

add
deb http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse

To the repos and then download:
libxine-extracodecs

Restart Amarok

Automatic WiFi setup/Detection

Posted by: Dan | Posted in: Linux How-To's

To make wireless card bootup automatically

edit /etc/network/interfaces
add:
auto eth1
iface eth1 inet dhcp
wireless-mode managed
wireless-essid ’ssid goes here’
wireless-key ‘key goes here’

eth1 is your network interface
essid is your network ssid

Flash Fonts needed

Posted by: Dan | Posted in: Linux How-To's

To get fonts to show up on flash you must run:

sudo apt-get install gsfonts gsfonts-x11

and restart firefox

Disable IPv6

Posted by: Dan | Posted in: Linux How-To's

Disable IPv6 for Kubuntu/Ubuntu

1. sudo gedit /etc/modprobe.d/aliases (or your preferred text editor)
2. Find the line: alias net-pf-10 ipv6
3. Edit this to: alias net-pf-10 off
4. Save the file and reboot

Change Default Windows Manager

Posted by: Dan | Posted in: Linux How-To's

This is how you change the default windows manager for linux…

sudo dpkg-reconfigure kdm or gdm