記事一覧

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

mysqlを正しく終了しなかったからか、すでに入っているmysqlと競合したのかわからないが3306ポートが使えないため3308ポートへ変更する MySQLのポート設定変更 my.iniを…

oyoyonga
3週間前

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

nodeJSのバージョンアップが必要(18.17.0以上を入れろと言われた) > npm audit fixnpm WARN EBADENGINE Unsupported engine {npm WARN EBADENGINE package: 'next@14.…

oyoyonga
4週間前
1

IntellijでGithubCopilotを使ってみる

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

oyoyonga
4か月前

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

vagrant upでUbuntu起動したけどうまくいかない問題でUbuntu以外なら動くのではと思ってDebianで試してみた 実行> vagrant init generic/debian10A `Vagrantfile` has bee…

oyoyonga
5か月前

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

WindowsのPowerShellから「vagrant up」を実行したが、エラーが起きてアクセスできない。 > vagrant upBringing machine 'default' up with 'virtualbox' provider...==> …

oyoyonga
5か月前

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

mysqlを正しく終了しなかったからか、すでに入っているmysqlと競合したのかわからないが3306ポートが使えないため3308ポートへ変更する

MySQLのポート設定変更

my.iniを開く

下記ポートの記述2か所を変更

# The following options will be passed to all MySQL clients[client]# password

もっとみる

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 WA

もっとみる

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 virtua

もっとみる

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

WindowsのPowerShellから「vagrant up」を実行したが、エラーが起きてアクセスできない。

> vagrant upBringing machine 'default' up with 'virtualbox' provider...==> default: Importing base box 'ubuntu/xenial64'...==> default: Matchin

もっとみる