Wednesday, December 17, 2008

Beyond Method (Morgan, 1983)

(15) As Goedel has shown in relation to mathematics, there is a fallacy in the idea that the propositions of a system of thought can be proved, disproved, or evaluated on the bases of axioms within the system.

Thursday, August 07, 2008

WebTools Links

Monday, June 23, 2008

OpenSolaris Curriculum Development Resources

These resources are intended both to educate about OpenSolaris and to facilitate computer science education in general.

URL:
OpenSolaris Curriculum Development Resources http://opensolaris.org/os/community/edu/curriculum_development/

Wednesday, March 12, 2008

Problem AUDACITY -- Kubuntu Gutsy

Sudah beberapa waktu ini, audacity tidak jalan (di kubuntu gutsy) dengan pesan:
"Error while opening sound device. Please check the output device settings and the project sample rate."

Setelah goosina (google sini, google sana), ternyata cukup:
Edit --> Preferences --> Device ALSA default
(Sebelumnya, Device OSS).

Sekarang, nyala lagi deh...

Asumsi: paket alsa-oss telah terinstall.

Monday, March 10, 2008

VIMRC

Gr... supaya tidak berwarna, ''syntax off''.
Awas, jangan lupa lagi, ya!

Saturday, June 16, 2007

Minix Course Web Sites

URL: http://minix1.woodhull.com/teaching/courses.html (!! many of them could not be reached).

Wednesday, June 13, 2007

Qemu

(fajran)

$ sudo qemu -net nic -net tap -hda .. -cdrom ..

Nanti ada interface tap0 di host os dg ip address default 172.20.0.1
nanti dari guest os nya tinggal set ip (misalnya) jadi 172.20.0.2

URL: