today is the first day in 1432 Islamic Year. Starting this day with a warm cup tea, and reading Kompas epaper.
Author Archives: deptz
working
Alay ?
What is Alay? emm… maybe you can visit this article (in indonesian). In this blog, i just found an (maybe) alay comment. Look at name and the comment..:D
Also i have found it on my facebook news feed , look at the name :
🙂
Move On
One by one, my friends leaving jogja.
They have found their own way.
Make a decision to move on.
But i’m still sitting here.
Just wondering, what will happen in the next day.
pic from here
Enable Mod Rewrite on Snow Leopard
After enable Apache and PHP (also installing MySQL) on my macbook, i want to enable mod rewrite (Rewrite engine) . From wikipedia, Mod rewrite (rewrite engine) described as software that modifies a web URL‘s appearance (URL rewriting). Rewritten URLs (sometimes known as short, fancy URLs, or search engine friendly – SEF) are used to provide shorter and more relevant-looking links to web pages. The technique adds a degree of separation between the files used to generate a web page and the URL that is presented to the world.
By default, mod rewrite has been enabled. But we need edit some configuration before we can use it.
- Go to /etc/apache2/httpd.conf than edit the <Directory /> section. Change AllowOverride to All
AllowOverride All
- Edit /etc/apache2/users/youruser.conf, change to this:
<Directory "/Users/youruser/Sites/"> Options Indexes MultiViews FollowSymlinks AllowOverride All Order allow,deny Allow from all </Directory> <Directory "/Users/youruser/Sites/*/"> Options Indexes MultiViews FollowSymLinks </Directory>
- Done. 🙂
Just Shut It Down and Get a Real Life
Yesterday, i saw a video shared by Matriphe in Facebook. Sometimes because a gadget or maybe a social media, we forget our real life near us. We just care the ‘far’ and forget the ‘near’. So, maybe this is the right time to shut it down and get a real life.. 🙂
Apache PHP MySQL on Mac OS X 10.6
By default, Mac OS X come with preinstalled Apache and PHP. But for a while, i’m using XAMPP for Mac in my macbook because in my first time using Mac OS, i don’t know about it.
Yesterday, i tried to using preinstalled Apache and PHP, also adding MySQL. For enable Apache, it just take a click. Go to System Preferences -> Sharing
Continue reading
Add Twitter Account to Adium
Today, i just updated adium to version 1.4.1 in my macbook. Then i see version history of adium. I just found out that adium has support twitter account. So let’s give it a try.
Go to preferences->account, than select twitter account. New window will be appear.






