v2ray nginx websocks tls cdn built in ubuntu

Preface Step on the pit + memo, one-click configuration script depth, so use official links   Reference link v2ray document https://www.v2ray.com/chapter_00/install.html nginx architecture https://blog.csdn.net/fengfeng0328/article/details/82828224 Overall process https://www.xpath.org/blog/ ...

Posted by sniped22 on Mon, 29 Jul 2019 06:19:37 -0700

k8s practice 18:statefulset learning configuration record

1.Basic concepts statefulset, which can be translated into stateful settings. Contrast with deployment The pod created by deployment deployment is stateless. The rescheduling of pod, the name of pod hostname, the order of starting pod and deleting pod are random. The deployment uses shared storage, and all pods share a single volume. The pod c ...

Posted by kittrellbj on Thu, 25 Jul 2019 03:28:26 -0700

OpenResty Learning - Chapter 5 Common Lua Development Library 1 Http Client

This article is transferred from https://blog.csdn.net/jinnianshilongnian/article/details/84703441 Thank you for sharing!   Http Client OpenResty does not provide the Http client by default, so it needs to be provided by a third party; of course, we can do it through ngx.location.capture, but ther ...

Posted by dvd420 on Wed, 24 Jul 2019 02:23:25 -0700

Simple understanding of Android Binder communication (AIDL)

1. Binder Analogue TCP/IP We know that the fundamental reason two functions in the same program can be called directly is because they are in the same memory space.Conversely, two different processes cannot access functions or variables directly from each other's internal memory address. Is there an "indirect" method?That's what Bin ...

Posted by mrdance on Wed, 17 Jul 2019 09:47:03 -0700

How to Happily Install Kubernetes in China

Installing K8S in China has always been a headache for everyone. The key to all kinds of wall-climbing is that you do not know what tools you need to download.Fucking.The key is that most tutorials are not too old or frustrated.Today, let me tell you how to have a pleasant installation in China. Installation Environment Installation is done ...

Posted by tony_l on Tue, 02 Jul 2019 09:47:40 -0700

Converting IP Address in web Server Log File to Host Name

Requirement: Convert ip address in log file to host name The format of the log file is as follows: 10.100.122.132 - [17/Jun/2013:22:53:58] "GET /bgs/greenbg.gif HTTP 1.1" 200 50 10.100.122.133 - [17/Jun/2013:22:53:58] "GET /bgs/redbg.gif HTTP 1.1" 200 50 Effect after conversion PC-20161220MYVT  - [17/Jun/2013:22:53:58] "GET /bgs/g ...

Posted by AwptiK on Sun, 16 Jun 2019 13:02:06 -0700

wget bind ip failure

Causes: Our program needs to pull files from the file server (across the computer room). The machines running the program are telecommunications, interconnection and mobile lines, and three IP lines are assumed to be 01_DX_IP, 01_LT_IP, 01_YD_IP File servers are also telecommunications, unicom, Mobile 3 lines, 3 IP 02_DX_IP, 02_LT_IP, 02_ ...

Posted by dirgeshp on Fri, 14 Jun 2019 18:19:54 -0700

01-DNS domain name resolution service

DNS domain name resolution service DNS domain name resolution service DNS Service Realization Principle of DNS Actual Project 1: Setting up a Domain Name Resolution Server DNS Positive and Negative Resolution in Enterprise Actual Project 2: Build two domain name resolution servers inside the enterprise to synchronize the main and auxiliary ...

Posted by KDragon on Wed, 12 Jun 2019 18:01:55 -0700

Remote access of l2tp/ipsec server in vpn

brief introduction PPTP and L2TP are our most commonly used vpn. Before we used pptp, we found that the new version of ios system does not support PPTP protocol. Another client can not connect VPN after connecting the hotspot of iphone. In order to facilitate office work, we need to build l2tp/ipsec vpn. Realization I. Installation of s ...

Posted by Valdhor on Mon, 03 Jun 2019 20:55:51 -0700

Network Attribute Configuration

When we have a brand new computer, the first step is to download all kinds of software, watch videos, listen to music and so on. The key point here is to have a network. Nowadays, most personal computers are based on windows operating system. It is very simple to access network. It may be possible to access the Internet by plugging in the inter ...

Posted by baby_g on Fri, 24 May 2019 13:00:54 -0700