2016-02-01から1ヶ月間の記事一覧
スクリプトとして実行された場合のみ実行したいという処理をどうすればいいか。どうやらeval-whenを使用すればこれができそうに思った。過去にちょっとだけ見たことがあるようだ。パッケージ名の取得でコケた・・・ - Shammerismでちょっとだけ言及している…
Windowsのルート情報はroute Add とかで設定できる。そして、-p オプションを使用することでルーティング情報を再起動後も保持できるようだ。 自分の検証用Windows 7 に複数のNICがあるものがあり、当然片方だけにDefault Gatewayを設定している。そして、必…
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…
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…
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…
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 …