SSH NAT 端口映射

9-26 985 views

使用ssh命令建立正向端口映射 ssh -C -f -N -g -L 188:aliyuncs.com:88 root@tiaobanji.com 引用http://blog.creke.net/722.html SSH隧道与端口转发及内网...
阅读全文 0

python logging compression

9-22 1,603 views

https://stackoverflow.com/questions/8467978/python-want-logging-with-log-rotation-and-compression import logging import logging.handlers import zi...
阅读全文 1

CentOS 7 安装 Nginx,MySQL,PHP

9-14 820 views

第一步 – 安装Nginx 为了向我们的网站访问者显示网页,我们将使用 Nginx,一种现代化的高效网页服务器。 要添加CentOS 7 EPEL存储库,请打开终端并使用以下...
阅读全文 0

bypy Linux下使用百度网盘

9-02 914 views

阅读全文 0

three.js

9-02 1,035 views

three.js Basic skeleton <!DOCTYPE html> <html> <head> <title>Example 01.01 - Basic skeleton</title> <sc...
阅读全文 0

Ninja gclient

9-01 849 views

http://www.jianshu.com/p/d118615c1943 https://chromium.googlesource.com/chromium/src/+/lkgr/tools/gn/example gn gen out\debug --args="target_cpu=...
阅读全文 0

python flask

9-01 994 views

http://flask.pocoo.org/docs/0.12/quickstart/#routing import flask import re import os import utils import mimetypes fileMapping = { '^index$': ...
阅读全文 0

kcptun.sh

8-31 2,788 views

#!/bin/bash : <<-'EOF' Copyright 2017 Xingwang Liao <kuoruan@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"...
阅读全文 0

supervisor 安装及使用

8-30 957 views

Install easy_install -U supervisor Configure: mkdir -p /etc/supervisor/conf.d echo_supervisord_conf > /etc/supervisor/supervisord.conf sed -i '...
阅读全文 0

Configure Linux IP Address

8-04 1,489 views

Configure Linux IP Address CentOS Configure eth0 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" NM_CONTROLLED="yes" ONBOOT=yes HWADDR=...
阅读全文 0