Shammer's Philosophy

My private adversaria

2016-02-01から1ヶ月間の記事一覧

eval-whenを試す

スクリプトとして実行された場合のみ実行したいという処理をどうすればいいか。どうやらeval-whenを使用すればこれができそうに思った。過去にちょっとだけ見たことがあるようだ。パッケージ名の取得でコケた・・・ - Shammerismでちょっとだけ言及している…

Windowsでstatic routeを保存できない?

Windowsのルート情報はroute Add とかで設定できる。そして、-p オプションを使用することでルーティング情報を再起動後も保持できるようだ。 自分の検証用Windows 7 に複数のNICがあるものがあり、当然片方だけにDefault Gatewayを設定している。そして、必…

Install DDSKK 15.2 into Emacs 24.5.1 on Mavericks

I upgraded my Emacs in my Mavericks environment. I installed ddskk in /Application/Emacs.app, so I have to re-install ddskk also. I did the procedure like /Applications/Emacs 以下に SKK をインストール - Shammerism, but editing SKK-CFG is n…

Resolved the issue of 2016-02-12

I wrote the issue several days ago, the article is Could not create connection to www.emacswiki.org:443 - Shammerism. I can make this issue resolved by updating openssl via brew. The procedure is below. brew update brew upgrade openssl sud…

Could not create connection to www.emacswiki.org:443

Since a few days ago, I faced with the problem when Emacs launching. The error message is below. error in process filter: Could not create connection to www.emacswiki.org:443I have no idea what is the root cause. But I can avoid this error…

CLI command execution automation

I wrote an article about sshpass as Automate the operation started from ssh login - Shammerism, but I found an easier way. Step is below. Create a file written in the CLI commands which I would like to execute cat $ABOVE_FILE | sshpass -p …