•  

    January 2008
    M T W T F S S
    « Nov   Feb »
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  

Installation of JDk1.6.0_04 X64 on Debian Etch AMD64

1) Download jdk1.6.0_04 x64 version for Linux from http://java.sun.com
2) Add executable permission to the current user.
>chmod u+x jdk-6u4-linux-amd64.bin
3) Install the software
>./jdk-6u4-linux-amd64.bin
The JDK will be installed in the current working directory as jdk1.6.0_04. Therefore, if we want to install in /opt directory, switch to root and move the whole jdk1.6.0_04 directory to /opt
4) Set jdk [...]

Net installation of Debian Etch AMD64 R2 on Sony Laptop VGN-NR160E

Installation environment:
- Sony laptop VGN-NR160E
- Qwest DSL
- Dual boot with Windows Vista Home Edition
Problems encountered during normal installation:
- Network configuration failed during the installation. The installer cannot properly detect Marvell Yukon 88E80039 Ethernet card
Below are what I have done:
1) Download Debian Etch AMD64-r2 net installation CD.
2) Insert the CD and restart computer.
3) Press Enter at [...]