Monthly Archives: August 2011

>Removing Orphaned Packages on Archlinux

>sudo pacman -Rscnd `pacman -Qqdt`

Posted in Uncategorized | Leave a comment

>Little Tutorial FFmpeg

>source $ sudo apt-get install ffmpeg$ sudo pacman -S ffmpeg $ ffmpeg -i InputFile -f OutputFormatFile -b OutputVideoRate -ar SoundFreq -ab AudioBitrate -s VideoOutputDimension name-file.OutputFormatFile example $ ffmpeg -i xxx.avi -f flv -b 768 -ar 22500  -ab 96 -s 700×400 … Continue reading

Posted in Uncategorized | Leave a comment

>Installasi Kalkun

>Download kalkun di http://kalkun.sf.net atau http://kalkun.sourceforge.net extract kalkun ke /srv/http dengan folder kalkun edit$ geany /srv/http/kalkun/system/application/config/database.phpCek di file tsb pada bagian : $db[‘default’][‘hostname’] = “localhost”;$db[‘default’][‘username’] = “root”;$db[‘default’][‘password’] = “123456”; (sesuaikan dengan pass mysql)$db[‘default’][‘database’] = “kalkun”;$db[‘default’][‘dbdriver’] = “mysql”; $sudo gammu-smsd startPastikan … Continue reading

Posted in Uncategorized | Leave a comment

>Setting MySQL database untuk Kalkun dan Gammu-smsd

>pertama butuh lamp-server / xamp-server , bisa diunduh di http://www.apachefriends.org $ sudo pacman -S apache mysql php phpmcrypt phpmyadmin php-apache mohon di cek lg untuk penginstallan, sesuai dengan distro anda…kemudian setelah selesai $sudo geany /etc/httpd/conf/httpd.conf cari bagian LoadModule unique_id_module modules/mod_unique_id.so dan beri … Continue reading

Posted in Uncategorized | Leave a comment

>Gammu SMSD

>$ sudo pacman -S gammu u must check ur installation method depends on your distro,,,then$ sudo geany /etc/gammurciam using K608i phone so [gammu]port=/dev/ttyACM0connection=atname=Ericsson K608imodel= here u must know ur phone/modem check here http://wammu.eu/phones/and copy-paste configuration for ur phone or modem $sudo … Continue reading

Posted in Uncategorized | Leave a comment