https://hacks.mozilla.org/2022/11/improving-firefox-stability-with-this-one-weird-trick/ 私が所有した最初のコンピューターには128…
Ubuntu: install net-tools
1. install net-tools $ sudo apt install net-tools [sudo] password for wsd02: Reading package lists… Done Bui…
Deno for Visual Studio Code
1. OS – Ubuntu – user: wsd02 – directory: /home/wsd02/Deno 2. Download and install ~$ curl -fsSL h…
eslint warning
1. Warning $ eslint tray/tray_sub.js Warning: React version not specified in eslint-plugin-react settings. See…
Docker: Deno install and set timezone
1. Reference https://zenn.dev/shinkano/articles/280518001ad0d6 2. Create directory $ mkdir Deno $ cd Deno 3. C…
Docker : mongoDB and mongo-express install
1. Reference https://laid-back-scientist.com/docker-mongo 2. Create directory $ mkdir MongoDB $ cd MongoDB 3. …
Docker and Mariadb container install and connect HeidiSQL
1. Step (1) Install docker (2) Mariadb container install (3) connect HeidiSQL 2. Prerequisites (1) Install gno…
React: Detect tab changes with Component side
1. Purpose – Reload data on focus tab change on browser 2. Data load request – func.getSpecialRese…
Install PostgreSQL (Ubuntu) and measure the effect of index
1. Conclusion – Adding an index didn’t make it much faster. 2. Install PostgreSQL – reference https://ww…
react@18.2.0 and @mui/styles conflict
1. react@18.2.0 and @mui/styles conflict 2.conflict $ npm ls react may-app@0.1.0 /home/wsd01/RentaCycleManagr/…