Vagrantで起動させたCentOSにMySQLをインストールして、mysqldをユーザープロセスで動かす。
- ホストOS : Ubuntu trusty 14.04 x86_64
- ゲストOS : CentOS 5.10 x86
| # 横方向の数を3に | |
| gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 3 | |
| # 縦方向の数を2に | |
| gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 2 |
| pref.hotkey.gui = "true" | |
| pref.hotkey.shift = "true" | |
| pref.hotkey.control = "true" | |
| pref.hotkey.alt = "false" |
| sudo ./vmware-tools-distrib/vmware-install.pl -d |
| $ curl https://github.com/itiut.keys >> ~/.ssh/authorized_keys |
| --- dss.ddl.orig 2014-05-14 19:02:45.467176916 +0900 | |
| +++ dss.ddl 2014-05-14 19:09:33.887164975 +0900 | |
| @@ -1,14 +1,14 @@ | |
| -- Sccsid: @(#)dss.ddl 2.1.8.1 | |
| -CREATE TABLE NATION ( N_NATIONKEY INTEGER NOT NULL, | |
| +CREATE TABLE nation ( N_NATIONKEY INTEGER NOT NULL, | |
| N_NAME CHAR(25) NOT NULL, | |
| N_REGIONKEY INTEGER NOT NULL, | |
| N_COMMENT VARCHAR(152)); | |
| $ brew install openssl | |
| ==> Downloading https://www.openssl.org/source/openssl-1.0.1g.tar.gz | |
| ######################################################################## 100.0% | |
| ==> perl ./Configure --prefix=/home/itiut/.linuxbrew/Cellar/openssl/1.0.1g --openssldir=/home/itiut/.linuxbrew/etc/openssl zlib-dynamic shared enable-cms linux-x86_64 | |
| ==> make depend | |
| ==> make | |
| ==> make test | |
| ==> make install MANDIR=/home/itiut/.linuxbrew/Cellar/openssl/1.0.1g/share/man MANSUFFIX=ssl | |
| cms.pod around line 465: Expected text after =item, not a number | |
| cms.pod around line 470: Expected text after =item, not a number |