-
Open your wsl ubuntu terminal
-
install open-ssh server
sudo apt update
sudo apt install openssh-server
| /* | |
| Copy this into the console of any web page that is interactive and doesn't | |
| do hard reloads. You will hear your DOM changes as different pitches of | |
| audio. | |
| I have found this interesting for debugging, but also fun to hear web pages | |
| render like UIs do in movies. | |
| */ | |
| const audioCtx = new (window.AudioContext || window.webkitAudioContext)() |
| LoadPlugin redis | |
| <Plugin "redis"> | |
| <Node "mynode"> | |
| # When using non-standard Redis configurations, replace the below with | |
| #Host "REDIS_HOST" | |
| #Port "REDIS_PORT" | |
| Host "localhost" | |
| Port "6379" | |
| Timeout 2000 | |
| Password "SECRET" |