거의 마무리 되어간다.
2024-08-30 23:50:02
홈페이지
홈페이지 새 단장도
▼ more
홈페이지 새 단장도
집안일 하는 느낌..?
PHP 페이지로 새롭게 단장 중!
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.