Shammer's Philosophy

My private adversaria

Mac

SSH access failure with "Too many authentication failures for $USER"

Mac

I don't remember since when correctly, but I faced with the problem ssh access failure with the message "Too many authentication failures for $USER". There is no problem if trying ssh access from other host, it is the problem only my main …

Accessing tomcat8 application but received Unsupported major.minor version 52.0

I build war application first time in age, but response is not expected the one, but UnsupportedClassVersionError. $ curl http://10.255.230.2:8080/myapp/defaultServlet <html><head><title>Apache Tomcat/8.0.14 (Debian) - Error report</title><style type="text/css">H1 {font-family:Tahoma,…</head></html>

git pull automation on High Sierra

Mac

This is required 2 files at least, one is the script to run git pull, and the other is the plist file to invoke the script. Procedure is below. Generate the script Generate the plist file in $HOME/Library/LaunchAgent script sample #!/bin/b…

やっぱりKarabinerは必要かも

Mac

AquaSKK with Karabiner 環境でスラッシュがShift扱いに? - Shammerismで、AquaSKKのキーバインドは/Library/Input Methods/AquaSKK.app/Contents/Resources/keymap.confで編集できることがわかった。書式はAquaSKK Wiki - AquaSKK - OSDNの「keymap.confの…

AquaSKK with Karabiner 環境でスラッシュがShift扱いに?

Mac

AquaSKKで日本語入力モードの際に、FとJの同時タイプで漢字変換扱い(Shiftモード)にするようにKarabinarのオプション - Shammerismで設定したが、意識していなかったがスラッシュを入力したときにも変換扱いになってしまっていた。そのため、スラッシュを入…

Numbers SUMIFS doesn't calc if the range is other sheet

Mac

I use SUMIFS function on my Mac Numbers. I wrote about this function in How to calculate summary with a condition on Numbers of Mac? - Shammerism, but I faced with the case SUMIFS doesn't calc if the range is not in the same sheet. SUMIFS …

How to calculate summary with a condition on Numbers of Mac?

Mac

I wrote about the way how to calculate summary with a condition on Google Spread Sheet at QUERY is very useful!!! - Shammerism. I looked for the way because I thought I would use Debian as usually, but I can't decided to replace my Mac OS …

Git operation after modified some files

This is a continuation of Move EmacsConfig from Dropbox to GIT - Shammerism. I modified some files getting from My GIT repository and executed following commands. git commit -v -a -m "Message about this commit" git push -u origin master Bu…

Karabinarのオプション

Mac

これまで、セミコロンをsticky shiftとして使用してきた。KarabinarでFor JapaneseのChange Semicolon(;) Keyを開き、Semicolon to Sticky Shift_L(effective only when input source is Japanese)にチェックを入れることでこれをやっていたが、久々に起動し…

How to share the dictionary both DDSKK and AquaSKK on EL Capitan?

AquaSKK has a function as skkserver. Enabling this function, DDSKK can use the dictionary which is used by AquaSKK. Following configuration required. AquaSKK Which dictionaries enabled at "辞書" section of AquaSKK 環境設定 At "その他", che…

Invoke some script when system shutdown on Mac OS X

What I would like to do I found How can I use launchd to run logout script | Discussion | Jamf Nation, and the way posted at 10/30/15 7:05 PM by Bruienne sounds good. His idea is invoking some script as a LaunchAgent which uses trap comman…

Enable 3 finger drag on Mac OS

Mac

I don't remember when 3 finger drag doesn't work on my Mac. I used 3 finger drag to move application window, but this does't work suddenly, the day is ambiguous but maybe changed my Mac to EI Capitan from Mavericks. I found the reason why …

Emacs faced with the error again

Summary After upgrade my Mac to El Capitan, my Emacs faced with the error which I have resolved with Resolved the issue of 2016-02-12 - Shammerism. I resolved this again and this is a memo for me. Reason Newer openssl symbolic link is not …

I may not need Safari Extension like Tab Mix Plus of Firefox

Mac

I desired Safari extension to enable displaying a lot of tabs with multi rows like Tab Mix Plus which is a one of extensions for Firefox. This extension is very useful for me, but there is no extension like it at least I was looking for. A…

MacOS security update makes openssl version reset

I was faced with the issue that it takes for a while to launch Emacs GUI version and resolved it by the way written as Resolved the issue of 2016-02-12 - Shammerism. But this setting is reset by MacOS X security update. So, I looked for ot…

Apache Ant Install into MacOS

Here is a procedure to install Apache Ant manually. Check the latest version at Apache Ant Site Getting latest version ZIP Expand the ZIP(automatically expanded into $HOME/Downloads, I believe) sudo mkdir /usr/local/share/ant sudo cp $ANT_…

Waiting until network enabled

If I have something to do when the host launched and it requires network, I have to consider that network access not prepared when the something invoked. It is useful to wait network preparation completed. This is a sample. while true; do …

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…

How to open multiple wireshark window on Mac?

Mac

There are a lot of cases that I want to open multi wireshark window to see multiple packets at the same time. But, there is no option to open multiple window on Dock Icon. For example, we can open multiple Finder window by clicking with Ct…

Outlook forgets YahooMail password

Mac

I use Microsoft Outlook 2011 on my Mac, but sometimes popped up the password request window even if the password is saved in my keychain and Outlook can access it. The answer is described in the following site.Fix Outlook 2011 forgetting p…

I begin to use Debian Jessie instead of Mac

I saw jessie's package list and know that Emacs installed by apt-get is 24.4 uim-skk supports sticky shift on Jessie I give importance those points. I have struggled to install uim-skk supported sticky-shift on wheezy, but I couldn't do it…

Karabiner Configuration Memo ver 20151116

Mac

My private.xml <root> <list> <item> <name>Disable all settings when using Emacs</name> <identifier>private.emacs_passthrough</identifier> <appendix>(Using __PassThrough__ and only)</appendix> <only>EMACS</only> <autogen>__PassThrough__</autogen> </item> <item> <name>Disable all…</name></item></list></root>

SSH Mount on Mac

Mac

I found the way how to mount remote directories on Mac and noted the link in this article. But I didn't try it at that time, and do it today. It is easier than I thought. Install FUSE for OS X Install sshfs create mount point directory ssh…

How to avoid a filename character corruption on Mac OS?

Mac

The file name like following always corrupted on Mac OS. filename includes multi bytes character the file created on Windows the files are included in zip file Using unar command can avoid character corruption because this command checks f…

Exchange Ctrl and CapsLock on Mavericks

Mac

I got Microsoft Natual Ergonomic Keyboard 4000 US key layout version. I use this a couple of day and begin to think that I would like to exchange CapsLock and Ctrl. CapsLock is left side of A, and Ctrl is left and right bottom. I never typ…

Emacs Keybind でハマる

Emacs Lisp でCtrl+矢印のキーバインドを行いたいと思い、以下のように記述したが動作しなかった。 (define-key global-map (kbd "C-<right>") 'test)記述に問題はないはずなのに、、、と思っていたが、原因は思わぬところにあった。Mission ControlでCtrl+右矢印が</right>…

Emacs cursor is slow on Mavericks

This is caused by Keyboard preference of OS X System Preferences. This can be changed by following steps. Launch System Preferences Click Keyboard Move pointer of "Key Repeat" to Fast Move pointer of "Delay Until Repeat" to Short

skkdic-expr2 install failed?

Mac

After replaced my Mac, there is no skkdic-expr2, but skkdic-expr is exists. I installed skktools by the way as same as Install skk-tools into Mavericks - Shammerism. According to クリスマスの日。 - 日々、とんは語る。, glib2 is required to …

AquaSKK で辞書が保存できなかった理由

Mac

わかってみれば実にシンプルな理由だった。環境設定の辞書で「変更」をクリックしてユーザー辞書を選択すると、file://という形で登録される。このfile://という形式は、「変更」をやった結果なので問題ないと思っていたが、これだとダメなようだ。このfile:…