- tkl修士ミーティング 2014/05/21
- 谷川 祐一 / @itiut
- 谷川 祐一
- たにかわ ゆういち
--- 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)); | |
$ curl https://github.com/itiut.keys >> ~/.ssh/authorized_keys |
sudo ./vmware-tools-distrib/vmware-install.pl -d |
pref.hotkey.gui = "true" | |
pref.hotkey.shift = "true" | |
pref.hotkey.control = "true" | |
pref.hotkey.alt = "false" |
# 横方向の数を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 |
Ubuntu13.10(Unity)の場合
$ echo $DESKTOP_SESSION
ubuntu
Xubuntu13.10の場合
$ echo $DESKTOP_SESSION
xubuntu