Friday 30 January 2009

adobe flash player

masang adobe flash player di redhat/fedora/scientific linux dan mestinya juga di centos:
1. masuk ke http://get.adobe.com/flashplayer/, download yang yum
2. double click hasil download
3. buka applications -> add/remove software
4. search flash
5. put a check mark
6. apply
7. Jangan lupa restart mozilla (tutup lalu buka lagi)

Friday 23 January 2009

Card ATI, drivernya vesa

Video Card ATI pagi ini sepertinya jebol. Bingung juga waktu nyala pertama kok gak dapat X. Kirain my system was broken. Alhamdulillah, enggak. Soalnya waktu masuk ke single nyala baik. Baru setelah masuk kdm atau X bermasalah. Lalu driver ati aku ganti vesa.

Yang canggih, vesa yg di Debian etch sudah mampu nyalain google earth yg menggunakan glx. Padahal dulu nggak mampu...
Otre, segicu dulu ya ... Nti kalau abis launching SiRRMA bisa ke service ASUS buat ganti mobo.

Video card ATI, drivernya vesa

Video Card ATI pagi ini sepertinya jebol. Bingung juga waktu nyala pertama kok gak dapat X. Kirain my system was broken. Alhamdulillah, ternyata my linux yang sistemnya ribuan tahun cuman dikopi dari hardisk lama ke hardisk baru sampe bosen enggak crash. Faktanya waktu masuk ke linux single nyala baik. Baru setelah masuk kdm atau X bermasalah. Lalu driver ati di xorg.conf aku ganti vesa.
Yang canggih, vesa yg di Debian etch sudah mampu nyalain google earth yg menggunakan glx. Padahal dulu ngotot make ATI karena pengen ngerasain driver fgrlx yg work out of the box.

Otre, segicu dulu ya … Nti kalau abis launching SiRRMA bisa ke service ASUS buat ganti mobo.

mapserver and CMS

I'm thinkin of an already CMS integrated mapserver apps and happy that plone is the most possible solution. The two links below are fine.

  1. Nabble mailist
  2. PrimaGIS
  3. Last but not least is CartoWeb (But it require mapserver >=4.4 while Debian Etch is with 4.10.0)

Monday 19 January 2009

Ganti MAC Address di Debian/Ubuntu

Kalau dengan aplikasi namanya macchanger.
sudo apt-get install macchanger

Ngubah MAC address is a matter of nambahin 1 line berisi deklarasi MAC address
auto eth0
iface eth0 inet dhcp
hwaddress ether 01:02:03:04:05:06

di /etc/network/interfaces.

Quote (aslinya disini):

Change your Network Card MAC Address on Ubuntu


There are a lot of reasons you might want to manually set your MAC address for your network card. I won't ask you what your reason is.

To change this setting, we'll need to edit the /etc/network/interfaces file. You can choose to use a different editor if you'd like.
sudo gedit /etc/network/interfaces

You should see the line for your network interface, which is usually eth0. If you have dhcp enabled, it will look like this:
auto eth0
iface eth0 inet dhcp

Just add another line below it to make it look something like this:
auto eth0
iface eth0 inet dhcp
hwaddress ether 01:02:03:04:05:06

Obviously you would want to choose something else for the MAC address, but it needs to be in the same format.
sudo /etc/init.d/networking restart

You will need to restart networking or reboot to take effect.

Friday 16 January 2009

LEMON POS

Cihui! Baru tahu kalau Lemon POS, dilisting sebagai aplikasi kde yang diperuntukkan bagi Small and Medium size retailer sudah release di Intrepid Ibex. Setelah install, wah keren. cuman ada masalah, databasenya kok nggak konek?

Setelah dan ngubek manual offline (karena installnya udah malem dan terpaksa meninggalkan "Warnet Siti Hinggil") yang sangat minim dan coba2 ngubah konfigurasi, besoknya sambil nyantai akhirnya nemu dump sql yang dipersyaratkan di website kde-apps.org. Ini cut and paste dari hal penting di diskusinya:Re: Username and passwor

by powersupply on: Jan 14 2009
powersupply powersupply
-

power supply
last visit Jan 15 2009
0 friends
0 groups

other contents
send a message
add as friend
more info

- -
If you read the database creation script the default username is in a list at the bottom.
Look for this line:

INSERT INTO lemondb.users (id, username, password, salt, name, role) VALUES (1, 'admin', 'C07B1E799DC80B95060391DDF92B3C7EF6EECDCB', 'h60VK', 'Administrator', 0);

So, try using 'admin' as the username and 'linux' as the password (ignoring the speech marks obviuosly). Hope this helps.

Waah... tinggal ngubek lagi, nih. Abis itu, mestinya urusan Warung Nenek lebih smooth... Allahumma.

Sunday 11 January 2009

j!research

require php-pear

Warning
: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/test/joomla/components/com_jresearch/includes/BibTex.php on line 26

Thursday 8 January 2009

Joomla and extensions

Joomla

mailing list:
http://www.tnrjoomla.com/joomla-extensions/cat_view/15-tnr-mailinglist-extension-free.html
mailinglist plugin ada di tempat sama.

bibtex:
joomlabibtex (1.0, di 1.5.8 legacy ga nongol do components)
jresearch (1.5.8 native, installed from Joomla's tmp folder - jresearch 1.0.3 for unix unpacked in advance)

Forum:
Fireboard, dll kayaknya gak jadi aja. Not the thing we need.

Monday 5 January 2009

Scilab, Octave, Gnuplot

Good discussions:
http://ubuntuforums.org/showthread.php?t=594737
Recommendations for Scilab.

And yet good listing of scientific software:
http://wikicompany.org/fs//science.html

Friday 2 January 2009

HP Laserjet P1006

HP Laserjet P1006 was priced at Rp. 975.000,- at HP shop at POINS square Lebak Bulus. Was the last piece and I am happy to have it.

If you have one, it must work with this instruction. Just follow the instruction thoroughly!

Add printer using web cups manager (http://localhost:631/). It should work.

Contact me if you also have one.

screen capture in gnome

gnome-screenshot from terminal.

GD Library

GD library, explained as:
GD is a graphics library. It allows your code to quickly draw images
complete with lines, arcs, text, multiple colours, cut and paste from
other images, flood fills, and write out the result as a PNG file.
This is particularly useful in World Wide Web applications, where PNG is
one of the formats accepted for inline images by most browsers.

This is the runtime package of the library, built with XPM (X pixmap)
and fontconfig support.

Homepage: http://www.boutell.com/gd/

is mandatory when installing CMS Made Simple. Here's link for the doc.

But connection to php5 for this library is not in Debian etch. But cms made simple docs mention there are 3 choices. And in Debian etch, php5-imagemagick is exist. Here's what the description sez:
This package provides a wrapper for ImageMagick library
directly from PHP scripts.

PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
from C, Java and Perl with a couple of unique PHP-specific features thrown
in. The goal of the language is to allow web developers to write
dynamically generated pages quickly.

Homepage: http://pecl.php.net/package/imagick

Notes:

  1. Don't forget to install php5-gd and restart apache! This why you turned around and around.

  2. After php5-gd installation, cmsms said I have 2!








Checking for GD libraryYou have 2

Checking for GD library You have 2

Grub splash

There are images to pick up when install grub-splashimages. Or better still, add your own image inide the system.

There's GUI to manage grub namely Startup Manager (SUM) for Ubuntu but is not available in Debian etch.
I found the tutorial at debianadmin.org. Here's some quote:
If you want to Configure grub and usplash using Simple GUI Interface here is the tool called Startup Manager.This is a simple pyton script.

Startup Manager Features

You can Change grub timeout, default boot title, visibility of grub menu and usplash text,bootup resolution and color

depth,grub menu colors and background,usplash theme.

Password protect grub menu from editing

Install new grub backgrounds(either from a png, or a correctly sized and colored .xpm or xpm.gz)

Install new usplash themes(from a correctly made .so file)

Preparing your system

First thing you need to install imagemagick

sudo apt-get install imagemagick