Linux

docker desktop操作方法

Images(イメージ): レシピ付きの魔法の箱。 Volumes(ボリューム): 宝物の保管庫。 Builds(ビルド): 魔法の箱を作る工程。 (youtubeよりキャプチャ)

Ubuntuが正常に動作しないとき

不足している依存関係を解決し、壊れたパッケージを修正 apt-get install -f 最新のパッケージリストを取得 apt-get update localhostへアクセスすると次のエラー The stream or file “/var/www/html/storage/logs/laravel.log” could not be opened in appe…

Linux開発環境構築

[用意するもの] ・ PowerShell ・ VirtualBox 5.2.26 ・ vagrant_2.2.6_x86_64.msi ○PowerShell(※1) mkdir ~\vagrant\ubuntu ↓ cd ~\vagrant\ubuntu ↓ vagrant box add ubuntu/bionic64 --box-version 20181129.0.0 ↓ vagrant init ubuntu/bionic64 ↓ vagr…