How to fix VMware's network bridge on Ubuntu 7.10

When you can't get your network device to work with Ubuntu 7.10 on VMware Fusion, simply enter the following command in your terminal:
    sudo dhclient eth0
This will force your system updating it's IP-address with VMware's DHCP server.
Related Entries:
Get JOGL working on Linux
Comments (0)  Permalink

Get JOGL working on Linux

To get JOGL (Open GL for Java) working under Linux, download the latest archive for your system from https://jogl.dev.java.net/.
Extract the archive, and copy the extracted files to /usr/lib/jvm/java-6-sun/jre/lib/ext/ with your terminal like this:

  1. Open terminal
  2. type:
    sudo su
  3. move all the jogl files to the terminal window
  4. add "cp /usr/lib/jvm/java-6-sun/jre/lib/ext/
  5. press return
  6. done
Related Entries:
How to fix VMware's network bridge on Ubuntu 7.10
Comments (1)  Permalink
1-2/2