Sunday, March 8, 2009
Wednesday, July 9, 2008
Open Source Quran
Monday, July 7, 2008
iwl3945 - 2.6.24-19 kernel
ive upgrade to 2.6.24-19 and my intel 3945 wireless suddenly did not work.
try this:
sudo apt-get install linux-ubuntu-modules-2.6.24-19-generic
and restart. gud luck
try this:
sudo apt-get install linux-ubuntu-modules-2.6.24-19-generic
and restart. gud luck
Sunday, July 6, 2008
Ganymede with PHP
im just converted from europa tp ganymede. unfortunately by this time ganymede did not support current version of PDT for php. the best thing is u still can install it using a simple tweak.
(by assuming u've already successfully installed ur own ganymede)
1. Download the latest PDT 1.1 build. Unzip it.
2. Start eclipse update manager:
Help > Software Updates... > Available Software
Add Site... > add the Ganymede Update site (if not already listed): http://download.eclipse.org/releases/ganymede/
Add Site... > Local > add ur local unpacked folder: ~/eclipse/org.eclipse.php_feature-N20080623
Select the PDT Feature
Install...
3. restart ur eclipse when the installation finished.
enjoice php enabled ganymede !
(by assuming u've already successfully installed ur own ganymede)
1. Download the latest PDT 1.1 build. Unzip it.
2. Start eclipse update manager:
Help > Software Updates... > Available Software
Add Site... > add the Ganymede Update site (if not already listed): http://download.eclipse.org/releases/ganymede/
Add Site... > Local > add ur local unpacked folder: ~/eclipse/org.eclipse.php_feature-N20080623
Select the PDT Feature
Install...
3. restart ur eclipse when the installation finished.
enjoice php enabled ganymede !
set up java things in ubuntu
JDK INSTALLATION
No need to argue, just use 'apt-get' things :
sudo apt-get update
for java 5
sudo apt-get install sun-java5-jre sun-java5-jdk
for java 6
sudo apt-get install sun-java6-jre sun-java6-jdk
verify ur installation
java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode)
to list all ur java installed
sudo update-java-alternatives -l
java-1.5.0-sun 53 /usr/lib/jvm/java-1.5.0-sun
java-6-sun 63 /usr/lib/jvm/java-6-sun
to change ur default java
sudo update-alternatives --config java
SETTING JAVA ENV
edit this file
sudo vi /etc/environment
add line
# java 5
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
# java 6
#export JAVA_HOME=/usr/lib/jvm/java-6-sun
# tomcat 5
export CATALINA_HOME=/data/java/jakarta-tomcat-5.0.18
save ur file and logout
check ur env with
env | grep JAVA_HOME
env | grep CATALINA_HOME
No need to argue, just use 'apt-get' things :
sudo apt-get update
for java 5
sudo apt-get install sun-java5-jre sun-java5-jdk
for java 6
sudo apt-get install sun-java6-jre sun-java6-jdk
verify ur installation
java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode)
to list all ur java installed
sudo update-java-alternatives -l
java-1.5.0-sun 53 /usr/lib/jvm/java-1.5.0-sun
java-6-sun 63 /usr/lib/jvm/java-6-sun
to change ur default java
sudo update-alternatives --config java
SETTING JAVA ENV
edit this file
sudo vi /etc/environment
add line
# java 5
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
# java 6
#export JAVA_HOME=/usr/lib/jvm/java-6-sun
# tomcat 5
export CATALINA_HOME=/data/java/jakarta-tomcat-5.0.18
save ur file and logout
check ur env with
env | grep JAVA_HOME
env | grep CATALINA_HOME
Friday, July 4, 2008
Eclipse Europa crash with Firefox 3.0
After i've updated my browser to Firefox 3.0, my Eclipse Europa 3.3.2 crashed and give errors:
No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3349 or
swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:323)
everytime i tried to open *.jsp using Amateras plugin.
SOLVED it by installing xulrunner:
sudo apt-get install xulrunner
it will takes 23MB from ur disk. Restart ur eclipse. SOLVED
No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3349 or
swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:323)
everytime i tried to open *.jsp using Amateras plugin.
SOLVED it by installing xulrunner:
sudo apt-get install xulrunner
it will takes 23MB from ur disk. Restart ur eclipse. SOLVED
Wednesday, July 2, 2008
Induction
Last june, i've attended 2 weeks induction at sungai petani, kedah.
Hurm, quite lazy to write a thousand words right now.
So i've changed it with pictures - that worth a thousand words too..hehehe
Enjoy my thousand words :D
pic #1 desc: some applicant was caught 'resting' during lecture time
pic #2 desc: new idea + invention was created to cure 'resting' phenomenas
pic #3 desc: yeay now we are safe. camouflage 'resting' :D
pic #4 desc: the good old /*days*/ school bus day - cave explorer
Hurm, quite lazy to write a thousand words right now.
So i've changed it with pictures - that worth a thousand words too..hehehe
Enjoy my thousand words :D
pic #1 desc: some applicant was caught 'resting' during lecture time
pic #2 desc: new idea + invention was created to cure 'resting' phenomenas
pic #3 desc: yeay now we are safe. camouflage 'resting' :D
pic #4 desc: the good old /*days*/ school bus day - cave explorer
Subscribe to:
Posts (Atom)