Skip to main content
Hemm... pake boso indo ye. Kmaren gw lagi bingung nyari distro yang enak buat warnet. Pilihan gw antara pake gentoo dan ubuntu sama suse. Akhirnya pas di rumah nyobain gentoo. Ternyata itu distro lebih complex dan custumable dari slackware. Installasinya bener2 manual dan elo akan punya kebebasan absolute terhadap system linux yang elo pengenin. Gentoo bener2 oldschool banget, nyobain gentoo berasa jadi hacker linux deh.
Karena masih manual (bener2 ngompile dari source) akhirnya gw ngambil keputusan kalo gentoo enakan buat server aja karena menurut gw lebih stabil dan robust. Jadi nanti server akan gw install kalo ngga gentoo yah woody. Mau install sarge masih bugy.
Malam mingu akhirnya gw ngoprek itu komputer2 tua di kantor dan gw isiin kubuntu, dan ternyata lambat banget karena pake kde 3.4 dan openofficenya bener2 lama bnget bahkan di komputer yang 128 mb. Skarang gw lagi mempertimbangkan apakah gw akan trus install kubuntu ato pake suse atau mandrake aja walo sebenernya gw males banget pake distro yang turunan redhat karena udah kebiasaan pake debian. Tapi paling2 ntar kalo udah mentok itu komputer2 bangkotan gw thin clientnin aja deh.

Comments

Popular posts from this blog

django realtime currency rate

Its been a really long time since I post something here For some dumb reason, I forgot my blogger login/password :hammer: Anyway, since I'm now heavily work with django stuff Here are some django related projects that hopefully can benefit anyone who need it * django-currency_rate, simple django app that can give you realtime currency rate base on http://themoneyconverter.com . Owh its even can calculate the rate with templatetag :) https://github.com/avenpace/django-exchange_rate

python-oauth2 hack

When you are using python-oauth2 from simplegeo on your Google App Engine instance, you'll get some exception that cause by "ImportError: No module named httplib2" Yes, apparently httplib2 are not supported by GAE and instead they oblige you to use google.appengine.api.urlfetch.fetch instead So I hack python-oauth2 to use google.appengine.api.urlfetch.fetch You can found my python-oauth2 fork on https://github.com/avenpace/python-oauth2

Another django cms base

Cooper-cms, a really simple cms built with django that probably suitable for company site. It has testimonial, team, content and blog (of course :) ) modules. I know its not fancy as django-cms but it will suit for some simple company site though https://bitbucket.org/avenpace/cooper-cms