Tuesday, November 02, 2004

Playstation (epsxe)

1. download dan ekstraksi epsxe160lin.zip
# unzip epsxe160lin.zip -d /usr/local/psx
2. download dan ekstraksi plugin video gpupetemesagl175.tar.gz
# tar zxvf --directory /usr/local/psx/plugins gpupetemesagl175.tar.gz

plugin lain juga boleh ditambahkan. pilihan plugin lengkap ada di :
http://www.ngemu.com/psx/
3. buat shell script epsxe
# touch /usr/local/bin/psx
# chmod 755 /usr/local/bin/psx
# vi /usr/local/bin/psx
isi :
#!/bin/sh
/usr/local/psx/epsxe

4. download dan copy file bios (scph1001.bin atau scph7502.bin)
pesan : penggunaan file bios ini harus mengikuti ketentuan lisensi dari mesin playstation
# cp scph1001.bin /usr/local/psx/bios
5. jalankan program
$ psx

note : ubah hak akses memori card
# chmod 666 /usr/local/psx/memcards/*.mcr

Macromedia Flash MX (Wine)

pesan : jangan beli software bajakan!
1. ubah konfigurasi wine
# vi /etc/wine/config
bagian yg penting :
Windows="win2k"
2. install program
$ wine /mnt/cdrom/flash/mx/intaller.exe
3. jalankan program
$ wine .wine/drive_c/Program\ Files/Macromedia/Flash\ MX/Flash.exe

Wine

1. download dan install wine-20040813-1fc2winehq.i686.rpm
# rpm -Uvh wine-20040813-1fc2winehq.i686.rpm
2. jalankan wine melalui root shell untuk membuat (?) fake file dan fake direktori yang diperlukan
# wine
3. jalankan lewat user shell untuk membuat (?) fake file dan fake direktori bagi user
$ wine
4. jalankan file win32-executable (*.exe) dengan wine
$ wine notepad

note: file konfigurasi ada di /etc/wine/config