How to access IPv4 at IPv6-only VPS BackgroundHere I bought a (almost-)free VPS from euserv, which is IPv6-only VPS. But, there is still many website only support IPv4, i.e. GitHub. At last post, we introduce a way IPv6 ssh login from I 2025-03-23 Technology #network #IPv6
SSH over WebSocket - Xray's solution how to ssh login to IPv6 server in IPv4-only network. 2025-03-22 Technology #network #IPv6
Setup a C++ Dev Env with VSCode on Windows A very basic article introducing the setup of a VSCode C++ development environment on Windows. 2025-03-19 Technology #cpp
Xray Configuration Best Practice how to choose a right proxy software, and configure a proxy 2025-03-16 Tips #Proxy
On Summer at Grandma's House This is a very short science fiction novel. I first read it when I was in high school. At that time, I just thought that this novel was very warm, not anxious, and could comfort people. Ten years late 2025-03-16 Read #Read
How to Disable the maven-default-http-blocker gracefully Recently, after upgrading Maven to 3.8.1, I always encountered issues during the mvn compilation process, where it failed to pull dependencies. The error message was as follows: Could not validate int 2021-04-22 Technology #Java
Shadowsocks + simple-obfs + IPv6 [CentOS 7] Sometimes, the network traffic need to be encrypted and obfuscated. shadowsocks + simple-obfs is a simple solution. shadowsocks is a socks5 proxy, with traffic encryption. all traffic through shadosoc 2018-08-31 Tips #IPv6 #Proxy
Use pty as ansible connection Well, sometimes, we can only use pty to access machines. For example, Jump Server only allowed use ssh pty to type command, get the result. But, how can I deploy application via ansible? There are tw 2017-11-04 Technology
How to use Theano? (with OpenCL) I have a MacBook Pro with AMD display card, so I want Theano use OpenCL. First, create virtualenv and activate it: 12python3 -m venv venvsource venv/bin/activate Install some dependencies for Theano 2016-05-01 Technology