ssh+frp to achieve intranet penetration

1, Introduction to frp A high-performance reverse proxy application that can be used for intranet penetration. It supports TCP, UDP, HTTP and HTTPS protocols. Official documents: https://gofrp.org/docs/ 2, Configuration steps 1. Configure ssh connection preparation Server: you need a server that can directly access the external network ...

Posted by vidyashankara on Sat, 05 Mar 2022 04:32:33 +0100

Building c language development environment in vim under windows

1 code formatting The format of C language code needs to use clang format, which is integrated into llvm, so you need to install llvm first, Click here to download After downloading, run the installation file and add the bin directory to the environment variable path (restart the computer to make the newly added environment variable take ...

Posted by Madatan on Thu, 10 Feb 2022 11:23:40 +0100

Make grub2 boot multi boot U SB flash disk under windows (start wepe, install centos7,debian10, etc.)

target Under windows, make an 8GB USB flash disk as a multi boot USB flash disk for grub2 boot (start wepe, install centos7,debian10, etc.) Support both bios motherboard and uefi motherboard   Tool preparation a. A windows 10 computer b. The virtualbox is installed on the windows 10 computer, and a linux virtual machine is installed c. A ...

Posted by SuprSpy79 on Tue, 08 Feb 2022 14:40:04 +0100

mac pro M1(ARM) installation: elasticsearch, kibana, logstash ELK

0. Introduction The last issue introduced mac pro M1(ARM) installation: VMWare Fusion and linux(centos7/ubantu) In this issue, let's see how to install elasticsearch and kibana on m1 1. Install es and kibana based on centos How to install centos virtual machine on m1 can refer to the above blog 1.1 download This is based on the demonstrati ...

Posted by genecide on Tue, 18 Jan 2022 14:46:04 +0100

Seata1.4.2+Nacos construction and use

Seata1.4.2+Nacos construction and use preface seata official website Build environment: mac os spring-boot.version 2.3.7.RELEASE spring-cloud-alibaba.version 2.2.2.RELEASE spring-cloud.version Hoxton.SR9 Database mysql.8.0+ 1, Set up seata1.4.2 server 1. Download seata1.4.2 Download address https://github.com/seata/seata/releases ...

Posted by lemist on Wed, 17 Nov 2021 04:08:58 +0100