基于UDP的终端连接,可以替代ssh,连接更稳定,即使IP变了,也能自动重连。
wget http://mosh.mit.edu/mosh-1.2.4.tar.gz tar xf mosh-1.2.4.tar.gz cd mosh-1.2.4 ./autogen.sh yum install -y protobuf-devel ncurses-devel openssl openssl-devel gcc-c++ ./configure make make install
Mosh 是 SSH 的替代品。 在高延迟的网络下,Mosh 比 SSH 流畅多了,而且3G网络下,丢失网络变更IP后,终端连接不会中断。 使用方法: $ mosh <username>@<hostname> 使用 Git 获取源码并编译: $ git clone https://github.com/keithw/mosh$ cd mosh$ ./autogen.sh$ ./configure$ make# make install
设置和使用 使用webpack的最常见方法是通过CLI。默认情况下,运行命令会执行,这是webpack设置的配置文件。 webpack的核心概念是bundle。 bundle是一个简单的模块集合,我们定义它们如何分离的边界。 在这个项目中,我们有两个包: app 为我们的应用程序特定的客户端逻辑 第三方库的vendor 在webpack中,通过入口点配置bundle。 Webpack逐个遍历每个入
Node 安装 官网:https://nodejs.org 官网下载:https://nodejs.org/zh-cn/download/ 历史版本下载:https://nodejs.org/zh-cn/download/releases/ 此时(20171212) Maven 最新版本为:8.9.3 (includes npm 5.5.1) 官网安装教程:https://nodejs.org/e
Alfresco 介绍 官网:https://www.alfresco.com 开源社区版下载:https://www.alfresco.com/alfresco-community-download 官网文档说明:http://docs.alfresco.com/ 开源社区版本安装说明:http://docs.alfresco.com/community/concepts/master-ch-i
LDAP 基本概念 https://segmentfault.com/a/1190000002607140 http://www.itdadao.com/articles/c15a1348510p0.html http://blog.csdn.net/reblue520/article/details/51804162 LDAP 服务器端安装 环境:CentOS 7.3 x64(为了方便,已经禁用
环境说明 CentOS 7.3(不准确地说:要求必须是 CentOS 7 64位) 不建议在 Windows 上使用 Docker 基本概念 官网:https://www.docker.com/ 宿主机:安装 Docker 的那台电脑 Docker:一个虚拟化软件,你可以认为是类似:VMware、Virtualbox 镜像:可以认为是类似 Windows 下的:XXXX.iso 容器:容器为镜像的
TFLearn可以定义为TensorFlow框架中使用的模块化和透明的深度学习方面。TFLearn的主要动机是为TensorFlow提供更高级别的API,以促进和展示新的实验。 考虑TFLearn的以下重要功能 - TFLearn易于使用和理解。 TFLearn包括简单的概念,以构建高度模块化的网络层,优化器和嵌入其中的各种指标。 TFLearn包括TensorFlow工作系统的完全透明性。 TF
Apache Thrift 安装和配置 官网下载:https://thrift.apache.org/download Apache 综合下载地(可以下载到旧版本):http://archive.apache.org/dist/thrift/ 一般我们建议下载 tar.gz 自己编译安装 安装所需的依赖等条件说明:https://thrift.apache.org/docs/install/ 源码