I found there were deb packages for mysql server on dev.mysql.com. You don’t need to build mysql yourself! Then I tried to use it. $ sudo dpkg -i mysql-5.6.8-rc-debian6.0-x86_64.deb But this package install files into /opt/mysql/server-5.6/, even client side files. So you shuld setup some environment. InstallYou need libaio-dev package. $ sudo apt-get install libaio-dev Make user/group of mysql. $
CLI is a good way to communicate with computers, and good communication needs some idioms, like natural languages. Here are idioms I usually use. I will describe them or add others later. Why don’t you share your idioms? :) Others Re: UNIX Command Idioms - (ひ)メモ Re: Re: UNIX Command Idioms - studio3104::Blog ps auxf ls -ltrh netstat -taopn tar xvf | cut | sort | uniq -c | sort -n rsync -avzn file
I was very excited to know about these great projects. On learning InnoDB: A journey to the core – Jeremy Cole jeremycole/innodb_ruby · GitHub jeremycole/innodb_diagrams · GitHub He started to create an implementation of InnoDB data structure in ruby. How sweet it is! Then, I also started to implement a B+Tree by myself for learning. The real structure of InnoDB is too complicated for me to unders
I love Heroku. The most interesting point is “easy”. You can access your own web application only if you push the code. I wanted a Heroku like system for my “private” service including my company. I didn’t want to make my application public, but I wanted to share and use it easily. So, I developed “Myroku” - “My Heroku”. riywo/myroku-cookbooks · GitHubriywo/myroku-server · GitHubOverviewIt is an a
I tried below command on Mac OS enabled remote login service. (also PermitRootLogin yes on /etc/sshd_config) $ sudo ssh localhost env | grep PATH PATH=/usr/bin:/bin:/usr/sbin:/sbin But, it was different from interactive shell mode. $ sudo ssh localhost # env | grep PATH PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin In /etc/profile, if [ -x /usr/libexec/path_helper ]; then eval `/u
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く