MySQL
docker run --name my-mysql -e MYSQL_ROOT_PASSWORD=password -d mysql:latest
PostgreSQL
5 Glass | |
5 Bronze Ingots | |
Cap - Deviation Expert Silo Theta / Silo Alpha | |
Jectket - Critical Rescue Silo Theta / Silo PHI | |
MySQL
docker run --name my-mysql -e MYSQL_ROOT_PASSWORD=password -d mysql:latest
PostgreSQL
λ bundle
Bundler 2.5.3 is running, but your lockfile was generated with 2.5.5. Installing Bundler 2.5.5 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.5.5
Installing bundler 2.5.5
Fetching https://github.com/rails/rails.git
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Fetching rake 13.1.0
@@||chrome.cloudflare-dns.com^ | |
@@||swupdate.openvpn.net^ | |
||mobile.events.data.microsoft.com^ | |
@@||api.segment.io^ | |
||trafficmanager.net | |
||events.gfe.nvidia.com^ | |
||googleads.g.doubleclick.net^ | |
||api.segment.io^ | |
||outcome-ssp.supersonicads.com^ | |
||app-measurement.com^ |
choco install ffmpeg gifski | |
REM Hi-Resolution Gif | |
ffmpeg -i movie.mp4 -vf scale=720:-1 ./frame%04d.png | |
gifski -o movie.gif ./frame*.png | |
REM Normal gif | |
ffmpeg -y -i movie.mp4 -vf "fps=23,scale=720:-1:flags=lanczos" movie.gif |
MySQL $ docker run --name my-mysql -e MYSQL_ROOT_PASSWORD=password -d mysql:latest
PostgreSQL $ docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
Oracle 12c $ docker run -d --name oracle12c -p 1521:1521 container-registry.oracle.com/database/enterprise:12.2.0.1
MariaDB
reg add HKLM\system\setup\LabConfig /v BypassTPMCheck /d 1 | |
reg add HKLM\system\setup\LabConfig /v BypassRAMCheck /d 1 | |
reg add HKLM\system\setup\LabConfig /v Bypasssecurebootcheck /d 1 |
@echo off | |
@"powershell" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
refreshenv | |
choco feature enable -n allowGlobalConfirmation | |
choco install googlechrome bitwarden |
wsl --version
v0.67.6
wsl.exe --update --web-download
or microsoft/WSLsudo nano /etc/wsl.conf
and using CTRL+O
to save and CTRL+X
to exit.[boot]
systemd=true
wsl.exe --shutdown
after reboot and check systemctl list-unit-files --type=service
cat /proc/swaps
.swapoff -a
./etc/fstab
.