Dan Murphy’s Blogs

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

 

Add a PDF Printer to Linux

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

1) sudo apt-get install cups-pdf
2) Go to System -> Administration -> Printing and then Printer ->Add Printer
3) Select Local or Detected Printer and select PDF Printer
4) Set the Manufacturer to Generic and the Model to PostScript

Read Linux Partitions from Windows

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

Here is a handy little tool that will let you read Linux Partitions from windows: EXT2IFS

Beagle Search for linux

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

This is a nicer search then what is standard on linux:

sudo apt-get install -y beagle

True Type Fonts for Linux

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

This makes the fonts look soo much better in linux:

sudo apt-get install -y msttcorefonts

Adding useful Icon’s to your Ubuntu Desktop

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

How to add icons to your Ubuntu Desktop (My Computer, Documents, and Trash)

1) Hit ALT-F2 and type: gconf-editor
2) Select Apps > Nautilus > Desktop
3) check/uncheck the boxes for computer_icon_visible, documents_icon_visible, or trash_icon_visible.

gDesklets Gnome widgets

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

gDesklets are wigets for the gnome desktop enviornment

sudo apt-get install gdesklets gdesklets-data

Then you will need to go to system, session, programs to load on start, and add gdesklets to the list. This will fix it so it loads every time you restart.

Change Linux Gnome Cursor Theme

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

Install the cursor theme selector:

sudo apt-get install gcursor

Download and unzip/untar the theme file and copy the file to ~/.icons and then run gcursor and select the theme

Install Java to your Linux computer

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

sudo apt-get install sun-java5-jdk
Accept the licence agreement that appears.

Set Sun’s JVM as default Java version:
sudo update-java-alternatives -s java-1.5.0-sun

Edit /etc/jvm and move /usr/lib/jvm/java-1.5.0-sun to the top of JVMs offered:
gksudo gedit /etc/jvm

install the firefox plugin:
sudo apt-get install sun-java5-plugin
then click here to test it

Grub Boot Splash Code

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

This is what you need to add to /boot/grub/menu.lst to add a boot splash image:

splashimage=(hd0,0)/grub/ImageName.xpm.gz

Completly remove Linux from a computer

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

So just in case you have to do this, here is a utility to adjusts the MBR so that GRUB doesn’t load any more. After you run this all you have to do is delete the partition.

MBRFix

Then all you need to do is run the command:
MbrFix /drive 0 fixmbr /yes