Posted by
Ghopal Log
12:01 AM
Category:
article
,
frame server
,
linux
,
open source
,
render farm
Dirumah ada 1 pc jadul gak kepake. iseng ane oprek jadi renderfarm skala kecil hehehe have fun stuff. aplikasi yang ane coba. adobe premiere pro, adobe after effect, autodesk maya (build in backburner), cinema 4D (build in net render), render engine mental ray, vray, indigo render, etc. semua aplikasi itu cuman nge support platform windows. iseng ane running di linux pake crossover.
Posted by
Ghopal Log
9:52 PM
Category:
configure
,
development
,
ld
,
ldd
,
library
,
linux
,
shared library
Waktu itu iseng install app yang gak ada dipackage bawaan distro. terpaksa compile langsung dari file source codenya. nah, apesnya ditengah jalan terdapat sesuatu yang gak diharapkan. eaaaaaaaa ada masalah dengan dependencies library app yang bersangkutan gak mau kedetek pas diconfigure padahal udah ane install.
#tail -f config.log | grep not found
checking for libxzy >= 0.0.1... configure: error: xzy not found
Cek library udah masuk ke direktori.
/usr/lib/libxyz.la
/usr/lib/libxyz.so.1
/usr/lib/libxyz.so.0.0.1
/usr/lib/libxyz.a
/usr/lib/libxyz.so
Posted by
Ghopal Log
9:12 PM
Category:
aacplus
,
codec
,
decoder
,
h264
,
HE-AAC
,
linux
,
mp4a
,
multimedia
Semua video dangdut koleksi ane convert ke format mp4 pake encapsulation video h264, audio HE-AAC v2. cuman vlc player bundle packagen versi baru kayak'e ada masalah hak paten codec, jadi beberapa codec yang not supported by default .
Posted by
Ghopal Log
3:24 PM
Category:
linux
,
mandriva
Netbook hp mini gak ada cd-romnya gan. mau gak mau install O/S via plesdis. linux mandriva usb stick.
under windows :
perlu sopwer bantuan, mandriva seed.
download : http://ftp.riken.jp/Linux/MandrivaLinux/official/iso/2010.0/mandriva-seed-windows.zip
biar aplikasi mandriva seed jalan di windows xp sp2. install dulu ms visual runtime 2008.
download : http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
kemudian eksekusi file mandriva-seed.exe ntar muncul beginian
Browse pilih file iso mandriva. target device pilih drive usb plesdis agan. lalu klik create live usb.
tunggu beberapa saat. usb plesdis siap dipake.
-ghopal-