If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
Install, build and debug a react native app in WSL2 (Windows Subsystem for Linux) and Ubuntu.
| sudo yum install libevent-devel git gcc | |
| cd ~ | |
| git clone https://github.com/semigodking/redsocks.git | |
| cd redsocks | |
| make | |
| nohup ./redsocks2 -c redsocks2.conf & |
apt-get install python-pip
pip install shadowsocks
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d startHere are several different ways to test a TCP port without telnet.
$ cat < /dev/tcp/127.0.0.1/22
SSH-2.0-OpenSSH_5.3
^C
$ cat < /dev/tcp/127.0.0.1/23