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

Pusing amavis di lenny

June 7th, 2010 by Idris

MAil server udah di pindahin ke mesin baru, pake debian Lenny… nah semua dah set dan running well…. tapi waktu ada virus… ternyata si amavis ndak lapor-an ke email… nah lu… ada apa nih… usut punya usut ternyata amavis di lenny ada bug… akhirnya dengan penuh perjuangan nambahin syntax…

$mailfrom_notify_admin = “postmaster\@$mydomain”; # notifications sender
$mailfrom_notify_recip = “postmaster\@$mydomain”; # notifications sender
$mailfrom_notify_spamadmin = “postmaster\@$mydomain”; # notifications sender
$mailfrom_to_quarantine = ”; # null return path; uses original sender if undef

restart…. dan sipp…. mantappp…. report virus mail dapat di terima dengan baik…. :)

« Previous Entries Next Entries »