2G RAM
"ok" Mode (stop+A on Sun's keyboard)
ok boot cdrom
then boot the installation
other modification can reference this website
1.
2. Here
3. Here
4. Official Guide
static IP setup
# sudo vi /etc/network/interfaces
1 auto lo
2 iface lo inet loopback
3
4
5 iface eth0 inet static
6 address 140.127.ooo.xxx / * 固定IP位址 * /
7 netmask 255.255.255.0 / * 網路遮罩 * /
8 gateway 140.127.qqq.ppp / *預設閘道 * /
9
10
11
12 auto eth0
修改完可利用以下指令重新啟動網路# sudo /etc/init.d/networking restart---------------------------------------------
DNS setup
# sudo vim /etc/resolv.conf
1 # generated by NetworkManager, do not edit!
2
3
4
5 nameserver 140.127.Orz.Qrz / * 主要的DNS Server Address * /
6 nameserver 140.117.OO.QQ / * 次要的DNS Server Address * /
修改完可利用以下指令重新啟動網路# sudo /etc/init.d/networking restart----------------------------------------------
Operating system | Process Limit |
32-bit Windows XP, Vista and Windows 2000 (default) | 2GB |
32-bit Windows XP with 3GB boot.ini switch or 32-bit Vista with increaseuserva set (see later) | 3GB |
32-bit Linux | ~3GB |
64-bit Windows XP, MAC OSX, Linux or Solaris running 32-bit MATLAB | ≤4GB |
64-bit Windows XP, Vista, Linux or Solaris running 64-bit MATLAB | 8TB |
3. Copy xsetup from the same directory to the install directory.
# cp /media/cdrom/update/bin/glnx86/xsetup /usr/local/matlab
4. From the install directory:
# ./setup
LATER when you run matlab you will see some errors associated to java
install java (http://www.java.com/en/download/index.jsp)
and then edit the file in bin/matlab
at the begining of the script (around line 180) write down:
# There is an error with the java that comes with MATLAB. Use the other java
export AWT_TOOLKIT=MToolkit
#export MATLAB_JAVA=/usr/lib/jvm/java-1.6.0-sun-1.6.0.10/jre
#export MATLAB_JAVA=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre
export MATLAB_JAVA=/opt/jre1.6.0_12/
Finally activate the multithreading part in Preferences
ENJOY!
Ref: http://diegotorquemada-linux.blogspot.com/2009/02/installing-matlab.html
Origin flip to 90 degree flip to -90 degree