[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

Archive for the 'Linux, Mac, and LAMP Open Source' Category

Turncated Japanese in MySQL

Monday, February 27th, 2006

I guess I blog a lot when I am stressed with technical problems…
So Unicode is great. Or is it? Something happened when my web hosting company upgraded MySQL from version 4.0.XX to 4.1.13-standard in last september. Back then I did some web searching and found that (…long story short, and probably inaccurate) in MySQL 4.0.XX […]

PHP enabled on OS X

Monday, May 16th, 2005

Here is a good step by step. And if you want to install MySQL, check this site out. It is actually very cool site. I guess its based on PhpWiki.
To put yourself in sudoer, edit /etc/sudoers. Using vi, save command is :x!
I just agreed to buy a Mirrored Drive Door Dual 1GHz G4 from my […]

Trying to live without my Mac

Saturday, May 7th, 2005

First stop is to replace iTunes. I have two healthy Linux (runnning Fedora 2 and 3) so just be able to play and rip mp3 should be no problem. Not so fast. I had to download xmms mp3 plugin rpm and install it sudo rpm -Uvh xmms-mp3-1.2.10-9.i386.rpm
Installed above. No sound. My home server machine’s motherborad’s […]

I hate Apple

Saturday, May 7th, 2005

Today’s Globe has a pretty good article about old Mac vs. Wintel war, but bottom line is, Macs are way too expensive. They’re taking advantage of their elite status. It’s like beer price in Fenway Park,
, they charge whopping $6.50 for a beer. That’s what I pay for a six pack. Anyway, I’ve done a […]

SE Linux and Apache on Fedora Core 3

Monday, May 2nd, 2005

I had (and may still have) a strange permission problems that to do with SELinux setting. Long story short all i had to do was run this command:
/sbin/fixfiles -F relabel
as root (or sudo…). SELinux somehow don’t understand some file permission if you move a file certain way… I guess. It took me month to […]

Cool WordPress Hacks

Thursday, March 24th, 2005

The new version of WordPress does everything. It is pretty crazy. Take, for example, wp-plugin-mgr. It is a kick ass plugin that let you add plugin via web interface. Whoa.
And there is this very useful post of How to use Word Press as a CMS and customization tips by Alex King (series index can be […]

Upgrading phpBB

Saturday, March 12th, 2005

I have been using phpBB for my Japanese site’s messaging board system. In fact I have been customizing the heck out of it. (The biggest change that I made of all is it uses utf-8 encoding instead of shift-jis or euc encoding) But it was came to my attention that the version I use has […]

Say Hello to Strayhorn

Tuesday, February 22nd, 2005

So, here comes Bill. Codename for Wordpress 1.5 that is. I used it for a bit on my other site and decided that it was worth the trouble to go through the theme change. Wasn’t too bad… only took me couple of hours. mostly adding to the stylesheet. I especially like the new and improved […]

Wordpress Upgrade

Thursday, February 17th, 2005

They called it Strayhorn. It was Mingus before. I love it. (My home servers are called Mingus, Monk, Miles and Sinatra).
So, I rarely use it on this blog, but my Japanese Blog I’d like to use more of the trackback feature. this is knowb bug that 1.2 ’s trackback is broken. Good reason to do […]

Deleting Backspace

Sunday, February 13th, 2005

Here is yet another the reason I don’t use Windows machine: “Backspace” key doesn’t work as it should on terminals!
When using SSh Secure Shell on Win machine, you need to Edit ⇒ Settings and in “Keyboard” in “Profile Setting” check Backspace sends Delete.
Today I learned the much easier way to do this same thing. […]