거의 마무리 되어간다.
2024-08-30 23:50:02

홈페이지 새 단장도

▼ more
어쩌면 약간
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