September 2015

Linux
2015-09-08 11:56 (10 years ago)

cd /tmp/ wget "http://dev.mysql.com/get/mysql-apt-config_0.3.5-1ubuntu14.10_all.deb" sudo dpkg -i mysql-apt-config_0.3.5-1ubuntu14.10_all.deb # Server -> MySQL 5.6 -> Apply sudo apt-get update sudo apt-cache policy mysql-server sudo apt-get install mysql-server (Reconfigure: sudo dpkg-reconfigure mysql-apt-config )

Django
2015-09-03 11:48 (10 years ago)

This is a method to create a full-text index in MySQL using the DB migration feature in Django 1.7 and above.

mac
2015-09-02 12:56 (10 years ago)

When using a Mac with a JIS keyboard that I bought a long time ago, I can't help but notice the US keyboard enthusiasts around me. They often say, "For development, it's got to be a US keyboard!" Even when I try to explain, "Well, the Kana key and the Control key placement are better," I still feel a bit hurt inside. I'm sure you've experienced something similar.

Categories

Archive