2020-05-26から1日間の記事一覧

【Vagrant】 ホストマシンのポート被り (8080ポート占有)

The forwarded port to 8080 is already in use on the host machine. $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'bento/centos-7.5'... ==> default: Matching MAC address for NAT netw…

【構成管理ツール】 ansible

ops.jig-saw.com

listenを変更してみる

【Linux】 標準入力と標準出力のわかりやすい記事

https://qiita.com/angel_p_57/items/03582181e9f7a69f8168

【MySQL】 error 1045

hacknote.jp ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO)

【Linux】 プロンプトカスタマイズ

go-journey.club 現在のプロンプトの設定を確認する 現在のプロンプトの設定は環境変数「PS1」で確認できます。 [test@cent07 ~]$ echo $PS1 [\u@\h \W]\$ 「 [\u@\h \W]\$ 」はどういう意味なのかと言いますと \u ← アカウント名(testアカウント) @ ← 「@…

【】 OSやメモリの表示

go-journey.club