Author Archives: martadinata666

>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

>Tint2-SVN

>Why tint2-SVN ??? Just because it support launcher 😀 How to Install adapted from http://code.google.com/p/tint2/wiki/Install + trick tint2-svn support launcher ubuntu : sudo aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev libx11-d​ev libxdamage-dev libxcomposite-dev libxrender-dev libxrandr-dev libgtk2.0-dev debian :  apt-get install libcairo2-dev libpango1.0-dev libgtk2.0-dev  libglib2.0-dev libimlib2-dev libxinerama-dev libx11-dev â€‹libxdamage-dev libxcomposite-dev libxrender-dev libxrandr-dev gentoo :  emerge -av cairo pango glib:2 imlib2 libXinerama libX11 libXdamage libXcomposite libXrender libXrandr then install subversion and cmake ubuntu : sudo aptitude install subversion … Continue reading

Posted in Uncategorized | Leave a comment

>Blokir Situs Porno Squid

>sudo apt-get install squid , sesuaikan dengan distro ada yg squid atau squid3 penamaanya…squid –version 1. buat file/etc/squid/badurl.txt 2. msukan situs2 yg ingin do block 3. tmbahkan pd /etc/squid/squid.conf 4. acl bad_url dstdomain “/etc/squid/badurl.txt” 5. dan http_access2 deny bad_url 6. squid -k … Continue reading

Posted in Uncategorized | Leave a comment

>Simple Menu Transparency Trick with Compiz

> Open ccsm  first In the Opacity Windows text field, you have to input a pipe-separated list of window types to which you want to apply the transparency. I use the following string: Tooltip | Menu | PopupMenu | DropdownMenu … Continue reading

Posted in Uncategorized | Leave a comment

>Simple Trick for Making ISO Image from CD

> 1. Insert the CD or DVD that you want to make an ISO image of. 2. Open a terminal window. 3. Execute the following command:cat /dev/scd0 > /home/shamanstears/test.isowhere /dev/scd0 is the device name for your drive (to find this, … Continue reading

Posted in Uncategorized | Leave a comment

>Plugins Resize Compiz

>On my arch, i got a flickerring when resizing windows…the simple trick you can do is change resize window plugins from normal to another modes…now i use scretch mode… another explain check here

Posted in Uncategorized | Leave a comment