上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页
摘要: 设置代理和password #!/bin/bash # passwd centos << EOF passwd ubuntu << EOF 123456 123456 EOF if [ $? -ne 0 ]; then passwd centos << EOF 123456 123456 EOF f 阅读全文
posted @ 2017-12-28 18:02 lvmxh 阅读(667) 评论(0) 推荐(0) 编辑
摘要: GRE RFC2784 工作原理 Structure of a GRE Encapsulated Packet GRE Header Key and Sequence Number Extensions to GRE RFC2890 Extensions to GRE Header NVGRE RF 阅读全文
posted @ 2017-12-23 02:59 lvmxh 阅读(1494) 评论(0) 推荐(0) 编辑
摘要: gdebi 阅读全文
posted @ 2017-12-15 17:25 lvmxh 阅读(133) 评论(0) 推荐(0) 编辑
摘要: mirantis 有个培训, 提供了安装脚本 git clone https://bitbucket.org/mirantis-training/kd100-scripts 网络采用的是calico 培训内容 (student, sublime) 测试网址 (user: pass: happy kn 阅读全文
posted @ 2017-12-15 15:38 lvmxh 阅读(1363) 评论(0) 推荐(0) 编辑
摘要: $ cat /usr/bin/gitdiffH0#!/bin/bashgit diff HEAD $(git ls-files| grep '\.py$\|\.py\.in$') | osflake8 --diff $ cat /usr/bin/gitdiffH1#!/bin/bashgit dif 阅读全文
posted @ 2017-12-11 15:43 lvmxh 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1. 精通比特币 Mastering Bitcoin 中文版 2. http://book.8btc.com/master_bitcoin 3. 电子书 4. 什么是椭圆曲线数字签名算法(ECDSA)? 阅读全文
posted @ 2017-12-10 00:42 lvmxh 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1. CNN的计算过程 http://www.moonshile.com/post/juan-ji-shen-jing-wang-luo-quan-mian-jie-xi 2. 零基础入门深度学习(4) - 卷积神经网络 https://www.zybuluo.com/hanbingtao/note 阅读全文
posted @ 2017-12-02 23:11 lvmxh 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1. 网页版 教材 machine-learning-in-action(含代码 和 勘误) 第六章 SVM分析 课本 第六章 Stanford机器学习 第八讲. 支持向量机SVM 理论介绍 2. 通俗易懂 http://www.cnblogs.com/hemiy/p/6214034.html 支持 阅读全文
posted @ 2017-11-27 00:45 lvmxh 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/6174220/parse-url-in-shell-script 阅读全文
posted @ 2017-11-24 00:20 lvmxh 阅读(217) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/nodejs/nodejs-npm.html 教程 阅读全文
posted @ 2017-11-24 00:11 lvmxh 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页