어쩌면 약간
2024-08-29 00:50:55

집안일 하는 느낌..?

▼ more
Under construction!
2024-08-29 00:17:55

PHP 페이지로 새롭게 단장 중!

▼ more
WSL ssh
2024-05-03 10:23:38

WSL

set up ssh server and change its port number using /etc/ssh/sshd_config

then open the firewall

sudo ufw allow $PORT/tcp

Powershell

netsh interface portproxy add v4tov4 listenport=PORT listenaddress='0.0.0.0' connectport=PORT connectaddress=WSL_IP

// WSL uses its own IP address thus you need to check the ip then set port forwarding using the command above.

▼ more
어댑터 논문
2024-05-03 10:23:36

EFFICIENT ADAPTERS FOR GIANT SPEECH MODELS, https://arxiv.org/pdf/2306.08131.pdf, C. Chiu

▼ more