macOSでOracle JDKをアンインストールするには

OracleのJDKインストレーション・ガイドには、アンインストールする方法が次のように書かれていた。 /Library/Java/JavaVirtualMachinesに移動します。 rootユーザーとしてrmコマンド …

Continue reading ‘macOSでOracle JDKをアンインストールするには’ »

Homebrewでインストールしたアプリをアンインストールする

Homebrewでインストールしたアプリを一覧表示する 以下のコマンドを実行すると、Homebrewでインストールしたアプリが一覧表示される。 brew list Homebrewでインストールしたアプリをアンインストー …

Continue reading ‘Homebrewでインストールしたアプリをアンインストールする’ »

Ports are not available: listen tcp 0.0.0.0:445: bind: address already in use

macOS Big Sur(バージョン 11.4)で docker – composeup -d を実行したら以下のようなエラーメッセージが表示された。 ERROR: for nginx_1 Cannot start s …

Continue reading ‘Ports are not available: listen tcp 0.0.0.0:445: bind: address already in use’ »

pemファイルを使ってSSHでEC2に接続する

sshで接続する ダウンロードしたpemファイルを~/.sshに移動します。 $ mv ~/Downloads/my-app-key.pem ~/.ssh pemファイルのパーミッションを設定します。 $ chmod 4 …

Continue reading ‘pemファイルを使ってSSHでEC2に接続する’ »