一、配置: 1. apt-get install dnsmasq 2. vim /etc/dnsmasq.conf 用于修改配置文件内容: a.listen-address改为本机IP地址以及127…
#!/bin/sh # create self-signed server certificate: read -p "Enter your domain [www.example.co…
Git global setup git config --global user.name "x" git config --global user.email "x…
原文: https://www.toutiao.com/a6808804287469060612/?tt_from=mobile_qq&utm_campaign=client_share&am…
--openresty local redis=require "resty.redis"; local json=require "cjson"; loca…
//case 1: // run: ./a.out 00000000001 #include <stdio.h> #include <stdlib.h> #include &l…
#include "openssl/sha.h" #include "openssl/crypto.h" #include <iostream> #…
Shows how basic Markdown syntax are rendered
Shows how basic Markdown syntax are rendered
#include <iostream> #include <arpa/inet.h> #include <string.h> using namespace std…