记录常用的Linux 命令scpSCP命令用途 :scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [[user@]host1:]file1 ... [[user@]h…
CentOS 设置Locale登录OS后提示-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): 没有那个文件或目录需要设置locale 文件的LC CTYPElocale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8"…
解决方法1.which pip /usr/local/bin/pip 2.pip -su: /usr/bin/pip: No such file or directory 3.type pip pip is hashed (/usr/bin/pip) So pip is definintely in /usr/local/bin/pip but i…
[TOC]数据传输方式用户 —————> nginx(HTTPS) ———————>tomcat(HTTP) nginx 和tomcat之间不需要使用HTTPS通信,因为nginx和tomcat一般处在同一内网,所以基本不会对外开放,也不会暴露外部服务,所以安全性不需要担心;其次,https核对证书是需要性能开销的,所以使用http通信…
本文转载自狂奔的蜗牛的博客ngrok首先你如果懒完全可以用他们提供的临时服务,比如NGROK的官网下面是我参考了网上很多复杂的编译教程,很多都说的不够清楚,自己手动成功安装了一遍。下面是详细靠谱的过程:我的 VPS 系统是 Centos 6.8,国外的小鸡首先装必要的工具 自行安装git golang 等。。。配置好golang编译环境获取 ngr…