frp + nginx deploy http intranet penetration service
frp + nginx deploy http intranet penetration service
1, Foreword
frp is a high-performance reverse proxy application developed in Go language, which can be used for intranet penetration. It supports tcp, udp, http and
https. A web service deployed on the local machine can be mapped to an external n ...
Posted by djlfreak on Fri, 07 Feb 2020 02:40:24 -0800
Using Docker to build GitLab services
1. Installing the operating system
Download the latest system: CentOS 7.7 centos-7-x86_-dvd-1908.iso
2. Set up network, adopt NAT, virtual machine fixed IP
vi /etc/sysconfig/network-scripts/ifcfg-ens33
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL ...
Posted by Daisy Cutter on Thu, 06 Feb 2020 22:47:12 -0800
kubernetes User-State TCP Proxy Implementation
Access to service s in k8s is usually based on kube proxy for load balancing. Today we will explore the core design of industrial implementation of user-based TCP proxy components, including the core implementation of random port generator, TCP stream replication and other technologies.
1. Foundation
Today we are mainly talking about user-state ...
Posted by daveyc on Thu, 06 Feb 2020 19:55:12 -0800
The interface of futures CTP C + + source code and C application program
As you know, the CTP interface of futures is provided by the technology company of the previous period. The source code and examples it provides are written in C + + language, which is not convenient to use. For example, I need a database, a program, a K-line chart, and functions like this. I need to do ...
Posted by Psyche on Thu, 06 Feb 2020 03:01:41 -0800
51 single chip computer course design -- led dot matrix billboard program design
At the end of last semester, the subject is led lattice billboard, and the requirements at that time are as follows:
(1) LED dot matrix billboard with different characters;
(2) Press the key to switch between different display effects (such as flashing, static, pan, etc.);
(3) Press the key to switch be ...
Posted by Azad on Thu, 06 Feb 2020 02:32:25 -0800
PyTorch: Digital recognizer competition
background
Since I learned PyTorch last time, I have left it for a long time. I almost forgot it. After brushing "die into DL PyTorch" once again, I tried to do the one on Kaggle Digit Reconizer Match.
Reference material
https://tangshusen.me/Dive-into-DL-PyTorch/#/
https://www.kaggle.com/ ...
Posted by next on Wed, 05 Feb 2020 07:10:16 -0800
Build your own Fabric network
Build your own Fabric network
Article directory
Build your own Fabric network
1, Generate organization structure and identity certificate
1.1. crypto-config.yaml configuration file
1.2 generate organization structure and identity certificate
2, Generate additional profiles
2.1. configtx.yaml fi ...
Posted by Vorotaev on Wed, 05 Feb 2020 05:29:12 -0800
Alicloud OSS upload / download and SMS verification code
(1) : you must first open related services on alicloud OSS. For details, please refer to this link:
https://help.aliyun.com/document_detail/31883.html?spm=5176.10695662.1996646101.searchclickresult.5ceb3ee82NzMq7&aly_as=WhUj5kPK
Or for video address, please refer to this link: http://cloud.video.tao ...
Posted by stick_figure on Wed, 05 Feb 2020 03:42:59 -0800
linux domain socket
Unix domain socket
One of the ways of communication between processes in Linux is through network socket.
UNIX domain sockets are used to communicate with processes running on the same machine. Although Internet domain sockets can be used for this same purpose, UNIX domain sockets are more efficient. ...
Posted by Birmingham on Tue, 04 Feb 2020 22:55:17 -0800
[PTA] 7-42 wish all lovers in the world are brothers and sisters who have been separated for many years
Topic restatement
Ha-ha. We all know that intermarriage is not allowed within five uniforms, that is, two people cannot intermarry if their nearest common ancestor is within five generations (i.e. themselves, parents, grandparents, great grandparents, and great grandparents). Please help a couple of l ...
Posted by The Wise One on Tue, 04 Feb 2020 22:37:04 -0800