Entries from 2015-07-01 to 1 month

ubuntu VPN使用の際、特定のドメイン/IPをVPNを通さないように除外するルーティング route exception

/etc/network/if-up.d/static-routes ファイル(がなければ作成して実行可能にし,それ)に次の行を追加する.#!/bin/sh /sbin/route add -net "domain" gw gateway_ip netmask 255.255.255.255 dev eth0

LibreOffice calc Slow in Ubuntu Memory&Java

1.Increase memory Open up LibreOffice Writer. Click Tools -> Options. Click Memory (under LibreOffice). Increase the Graphics Cache -> Use for LibreOffice value (try 128 MB to start and increase further if needed). Increase Memory per obje…

ruby gem ssh sftp

http://www.infoq.com/jp/articles/ruby-file-upload-ssh-intro

ubuntu 14.04 xfce fcitx fcitx-anthy missing applet

http://kledgeb.blogspot.hk/2014/04/xubuntu-1404-1-xubuntu.html http://futurismo.biz/archives/2067 http://ubuntujp.jimdo.com/%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%8C%96/$ apt-get install fcitx fcitx-anthy fcitx-libs-qt5 fcitx-frontend-qt5 $ apt-ge…

ubuntu 14.04 Xfce autologin commandline

sudo nano /etc/lightdm/lightdm.conf.d/10-xubuntu.confChange from: [SeatDefaults] user-session=xubuntuTo: [SeatDefaults] user-session=xubuntu autologin-user=YourDesiredAutoLoginUserName

ruby 多重代入

http://docs.ruby-lang.org/ja/1.9.3/doc/spec=2foperator.html 多重代入例:foo, bar, baz = 1, 2, 3 foo, = list() foo, *rest = list2()文法:式 [`,' [式 `,' ... ] [`*' [式]]] = 式 [, 式 ... ][`*' 式] `*' [式] = 式 [, 式 ... ][`*' 式]多重代入は複…

xrandr cvt headless 解像度

http://d.hatena.ne.jp/toshi_hirasawa/20120429/1335664785 http://ltcmdr927.hatenablog.jp/entry/2012/05/04/175011 http://qiita.com/asdf4321/items/cc58d4109d06cd38637a http://suikaba.hatenablog.com/entry/2013/02/24/012233 https://sites.google…

PPTP server

sudo apt-get install pptpd /etc/pptpd.conflocalip 192.168.3.1 remoteip 192.168.3.200-245 /etc/ppp/pptpd-optionsms-dns 8.8.8.8 ms-dns 8.8.4.4 /etc/ppp/chap-secrets# client, server, secret, IP addresses username pptpd "password" *"client, se…