2023-07-05
Python Encoding Issue

windows has encoding issue on python intepreter.

run like this:

1
2
3
python -X utf8=1 <args>
# flag: sys.flags.utf8_mode

Read More

2023-02-15
Setup Ssh Server On Windows, Enable Key Based Authentication To Windows Ssh Server

tutorial

change the sshd config

append the client’s public key to “authorized_keys” and “administrators_authorized_keys”

restart the service

Read More

2022-07-01
Enable Multiple Concurrent Rdp Sessions On Windows

universal termsrv.dll patch

use patched termsrv.dll

Read More