All posts by Kenji

VirtualBox: Find Host IP Address from the Guest Machine (Linux) in NAT Connection

I wrote the way to check host machine IP address from VirtualBox guest machine connected as NAT. Substantially speaking, it is the gateway address of the guest machine.

History

When I launched Kotlin API server in Host, Windows, and Launched Rails Web application in Guest Linux, I needed to know the host machine IP address for accessing to the API.

Continue reading VirtualBox: Find Host IP Address from the Guest Machine (Linux) in NAT Connection

イオンカードのお得な使い方 2018年

Sorry, this entry is only available in 日本語.

AEON(イオン) CARD(カード) のお得な使い方をまとめました。 ポイント還元率1%の楽天カードと比較して、それよりもお得な場合をピックアップしています。

イオンカードは基本的に200円につき1ポイントつくようになっています。 お店によって使い分けることでイオンカードをお得に使いこなすことができます。

Continue reading イオンカードのお得な使い方 2018年

Kotlin: KDoc の書き方

Sorry, this entry is only available in 日本語.

Kotlin のコードのドキュメンテーションに使われるのが KDoc です。 Java でいう JavaDoc に相当します。 KDoc は JavaDoc の構文をサポートし、インラインマークアップも使えるようになっています。 Javadoc は KDoc をサポートしませんので、 Kotlin と Java が混在する環境でのドキュメント作成には向いていません。

Continue reading Kotlin: KDoc の書き方