phpMyAdmin without password on Ubuntu

Posted by Nurasto | September 24, 2011 | Uncategorized | 2 Comments

Several days ago I have problem after reinstalling my ubuntu OS. I always put password on mysql installation but this time I won’t to add  a password in my development machine. I was install phpMyAdmin package from repository and receive this message.

Login without a password is forbidden by configuration (see AllowNoPassword)

At first I was trying to uncomment this following lines on /etc/phpmyadmin/config.inc.php

$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;

but there’s no effect with phpMyAdmin login behavior. The solution was surprised me. There’s another line with same statement at the bottom of configuration. Try to uncomment the line then phpmyadmin will allowing no password login.

Kohana 3 HMVC Framework

Posted by Nurasto | August 24, 2011 | Uncategorized | 3 Comments

Sudah berkali – kali saya ditanya mengapa tidak menggunakan Code Igniter? banyak alasan kenapa saya menggunakan Kohana sebagai framework php. Saya membicarakan Kohana 3 dan versi selanjutnya, bukan versi 2. Kohana 2 memang mirip dengan Code Igniter dan memang sangat menyolok persamaannya. Untuk artikel ini setiap saya mengatakan Kohana, yang saya maksud adalah Kohana 3.x.

Percaya atau tidak saya memahami bagaimana MVC bekerja berawal dari menggunakan Kohana yang minim dokumentasi karena saya dipaksa untuk memahami alur perjalanan kode Kohana. Dokumentasi pada versi 3 sudah membaik dan secara otomatis Kohana membangun API reference yang digenerasikan oleh suatu modul yang dinamakan User Guide modules.

Read More …

How to block IP within PHP

Posted by Nurasto | July 11, 2011 | Software and Web Development | 1 Comments

In one project I was requested by client to block IPs to web based application, he just want hardcode implementation and gives me the ips. There’s multiple solution to achieve this task.

Read More …

Importing from Tumblr

Posted by Nurasto | July 3, 2011 | Uncategorized | 3 Comments

I have time figuring out how to dump all my tumblr posts into XML format and can’t find any import/export tools on tumblr dashboard.

Then I found this website http://haochen.me/tumblr/ which help me to import all my tumblr posts into XML file format which can be imported to wordpress.

The process is easy and sounds. I didn’t find any problem but there’s limitation to any post that doesn’t have title like quote and link. New category will come ups and need plugins to merge into the right category or tags.

Installing Magento on XAMPP 1.7.3

Posted by Nurasto | June 16, 2011 | Software and Web Development | 1 Comments

Long time not playing with Magento and trying to install magento on my XAMPP 1.7.3 with unchanged php.ini. Installing Magento on XAMPP bit tricky and needs to add system wide changes let’s say hosts on your c:\windows\system32\drivers\etc\hosts. In Linux kernel based OS this thing is easy like Sunday morning; sudo pico /etc/hosts.

What you gonna do to install magento on your Windows XP and above version? This following step that I was doing for Magento installation.

Read More …

Bit and Bytes

Hello. My name is Dityo Nurasto. I am working as freelance software and web developer.

This is my personal playground. Enjoy your stay and don't hesitate to send comments.

ShoutBox