最近の記事

XAMPPでmysqlのポートを変更する

mysqlを正しく終了しなかったからか、すでに入っているmysqlと競合したのかわからないが3306ポートが使えないため3308ポートへ変更する MySQLのポート設定変更 my.iniを開く 下記ポートの記述2か所を変更 # The following options will be passed to all MySQL clients[client]# password = your_password #port=3306port=3308socke

    • nodeJSバージョンアップ(Windows)

      nodeJSのバージョンアップが必要(18.17.0以上を入れろと言われた) > npm audit fixnpm WARN EBADENGINE Unsupported engine {npm WARN EBADENGINE package: 'next@14.2.8',npm WARN EBADENGINE required: { node: '>=18.17.0' },npm WARN EBADENGINE current: { node: 'v18.12

      • IntellijでGithubCopilotを使ってみる

        備忘録メモ 前提条件github上でgithub copilotの課金は終わらせておく プラグインインストール設定>プラグイン 操作Tab:サジェストを入力 Ctrl+[ or ] :次の候補 Ctrl+→キー:サジェストのうち単語レベルで入力 Ctrl+Alt+→キー:サジェストのうち行単位で入力

        • VagrantでDebian起動試してみた(うまくいかず)

          vagrant upでUbuntu起動したけどうまくいかない問題でUbuntu以外なら動くのではと思ってDebianで試してみた 実行> vagrant init generic/debian10A `Vagrantfile` has been placed in this directory. You are nowready to `vagrant up` your first virtual environment! Please readthe comments i

        XAMPPでmysqlのポートを変更する

          VirtualBox+Vagrantでvagrant upエラー(Ubuntu)

          WindowsのPowerShellから「vagrant up」を実行したが、エラーが起きてアクセスできない。 > vagrant upBringing machine 'default' up with 'virtualbox' provider...==> default: Importing base box 'ubuntu/xenial64'...==> default: Matching MAC address for NAT networking...==> d

          VirtualBox+Vagrantでvagrant upエラー(Ubuntu)