Monday, March 5, 2012

Ubuntu Install Firefox Plugin for OpenJdk Java

 

To Get Working Firefox in Ubuntu with the OpenJDK Java Release is very Simple...

Carefully Follow these Commands:

  1. Open a Terminal Window:
    • Gnome:
      Accessories >> Root Terminal
    • KDE:
      Applications >> System >> Terminal
  2. Execute this Command:
    sudo apt-get install icetea6-plugin
    If got an Error because your User is Not in the Sudoers File look this:
    Add User to Sudoers File
  3. Before to leave Do Not Forget to Check... this


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts
  4. Check Java is Working or Firefox:
    Check Java in Firefox

Sunday, March 4, 2012

Ubuntu Linux How to Create Iso Image Copy of CD/DVD

 

This wOw-Tip is Intended to Exactly describe the Easiest Solution available for:
"How to Make a Copy of a Media in Ubuntu Linux."

The Same Technique is Valid both for DVD and CD Media...

The little Steps necessary to Achieve this Result are the Following one:

  1. Open a Terminal Window:
  2. You need to be Sure your Media is Not Mouted On...
    To Unmount your Media Execute:
    umount cdrom0
  3. Now you are Ready to Make a Copy of your Media:
    The Right Command contain the Insight of the Device Used...
    • If your CD/DVD is on the First Media Device Execute:
    • dd if=/dev/sr0 of=/tmp/mediaCopy.iso
    • If your CD/DVD is on the Second Media Device Execute:
    • dd if=/dev/sr1 of=/tmp/mediaCopy.iso
  4. Check... this


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts