Installasi Flex Builder on Linux

November 23rd, 2010 by Idris

1. Install Java Runtime: # apt-get install sun-java6-jre sun-java6-bin

2. Download Eclipse 3.3.x: #cd /opt/ ;  wget http://newfs.eepis-its.edu/software/development/eclipse/eclipse-jee-europa-linux-gtk.tar.gz ; tar -xzvf eclipse-jee-europa-linux-gtk.tar.gz

3. Configure Eclipse 3.3.x: # sudo chown -R root:root eclipse; sudo chmod -R +r eclipse; sudo chmod +x `sudo find eclipse -type d`

4. Create executeble for eclipse: #

sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
sudoedit /usr/bin/eclipse

#!/bin/sh
#export MOZILLA_FIVE_HOME=”/usr/lib/mozilla/”
export ECLIPSE_HOME=”/opt/eclipse”

$ECLIPSE_HOME/eclipse $*

Create Menu for Eclipse

sudoedit /usr/share/applications/eclipse.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse IDE
Exec=eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true

Initialize the setup

/opt/eclipse/eclipse -clean

 

 

4. Download flex builder for linux: # wget http://newfs.eepis-its.edu/software/development/adobe%20flex/flexbuilder_linux_install_a4_081408.bin

5. Change the downloaded file as executable (chmod +x): # chmod +x   flexbuilder_linux_install_a4_081408.bin

6. Install: # ./flexbuilder_linux_install_a4_081408.bin

Install zaptel driver

October 15th, 2010 by Idris

apt-get install zaptel-source
m-a a-i zaptel
# if you have zaptel hardware:
genzaptelconf -sdvM
/etc/init.d/zaptel start

Sebelum installasi freepbx di ubuntu

June 15th, 2010 by Idris

sudo apt-get install asterisk asterisk-mysql php5-mysql php-db mysql-server libapache2-mod-php5 php5-gd php-pear php-pear-DB sox curl

Installasi darwin cepet-cepetan :)

June 7th, 2010 by Idris

  1. Download file darwin di http://static.macosforge.org/dss/downloads/     atau di http://lecturer.eepis-its.edu/~idris/files/DarwinStreamingSrvr5.5.5-Linux.tar.gz
  2. Ekstrak: tar -xzvf DarwinStreamingSrvr5.5.5-Linux.tar.gz
  3. Masuk kedalam direktori: cd DarwinStreamingSrvr5.5.5-Linux
  4. Buat group baru: adduser qtss
  5. Install: ./Install
  6. Masukkan username dan password baru
  7. Jalankan: /usr/local/sbin/streamingadminserver.pl

On Panji Situbondo….

February 19th, 2010 by Idris

Waktu lagi nungguin ujian kompetensi di Situbondo… lagi-lagi surfing on the internet cari artikel tentang journaling ext3 yah kemudian nemu beberapa setting yang bisa untuk speedup the access time of ext3 yah intinya sih gampang cuman edit fstab dan restart mount dev-nya beres dah…. (noatime) heheheheh…..

« Previous Entries Next Entries »