01 2016 档案

摘要:crunch字典生成器官方网站:http://sourceforge.net/projects/crunch-wordlist/files/安装:tar -xvf crunch-3.6.tar.gz -C /usr/local/srccd /usr/local/src/crunch-3.6ma... 阅读全文
posted @ 2016-01-31 19:18 李庆喜 阅读(902) 评论(0) 推荐(0) 编辑
摘要:hydra官方网站https://www.thc.orghttps://www.thc.org/thc-hydra/https://github.com/vanhauser-thc/thc-hydrahttps://www.thc.org/blob/manhydra/thc_hydra_art... 阅读全文
posted @ 2016-01-31 13:30 李庆喜 阅读(2284) 评论(0) 推荐(0) 编辑
摘要:checkpoint vpn forMac/iOSiOS版:https://itunes.apple.com/en/app/mobile-vpn/id506669652?mt=8Capsule Connect by Check Pointvpn for Mac/iOS" title="chec... 阅读全文
posted @ 2016-01-26 22:44 李庆喜 阅读(4) 评论(0) 推荐(0) 编辑
摘要:Ansible Ad-HocCommands官方网站:http://docs.ansible.com/ansible/intro_adhoc.html/etc/ansible/hosts[centos]192.168.8.100[ubuntu]192.168.8.150:2220[linux]... 阅读全文
posted @ 2016-01-21 23:14 李庆喜 阅读(212) 评论(0) 推荐(0) 编辑
摘要:Ansible安装配置官方网站:http://docs.ansible.com/ansible/intro_installation.html简介:Ansible by default manages machines over the SSHprotocol. Once Ansible is... 阅读全文
posted @ 2016-01-20 22:21 李庆喜 阅读(164) 评论(0) 推荐(0) 编辑
摘要:Telnet1.发邮件现在 E-mail 的传输一般都使用了 ESMTP(扩展的简单邮件传输协议),SMTP 中定义了 18条命令,用于发送一封邮件root@jlive:~#telnetsmtp.sina.com 25Trying 219.142.78.230...Connected to s... 阅读全文
posted @ 2016-01-18 21:20 李庆喜 阅读(202) 评论(0) 推荐(0) 编辑
摘要:mongoDB-3.x DataManagementCreate Chunks in a Sharded Clusterhttps://docs.mongodb.org/manual/tutorial/create-chunks-in-sharded-cluster/Split Chunks ... 阅读全文
posted @ 2016-01-18 13:19 李庆喜 阅读(173) 评论(0) 推荐(0) 编辑
摘要:在Windows下编译PyCaffe之前,除了需要安装Python2.7以外还需要安装其他插件,否则会遇到类似于如下的错误: can not find module skimage.io 此时需要安装scikit-image插件。所有需要安装的组件如下:P... 阅读全文
posted @ 2016-01-16 21:50 李庆喜 阅读(429) 评论(0) 推荐(0) 编辑
摘要:编译MatCaffe使用如下命令编译MatCaffemake all matcaffe之后,你可以用以下命令测试MatCaffe:make mattest如果你在运行上面命令时,遇到如下错误:libstdc++.so.6 version ‘GLIBCXX_3... 阅读全文
posted @ 2016-01-15 21:07 李庆喜 阅读(683) 评论(0) 推荐(0) 编辑
摘要:NewRelic性能监控之APM官方文档:https://docs.newrelic.com/docs/agents/java-agent/instrumentation/record-deployments-java-agenttomcat,jetty,jbosshttps://docs.n... 阅读全文
posted @ 2016-01-15 10:34 李庆喜 阅读(878) 评论(0) 推荐(0) 编辑
摘要:MariaDB-10.x二进制包安装官方网站:https://mariadb.com/https://downloads.mariadb.orghttps://downloads.mariadb.com/MariaDB/http://mirrors.ctyun.cn/MariaDB/环境:Ce... 阅读全文
posted @ 2016-01-14 21:31 李庆喜 阅读(307) 评论(0) 推荐(0) 编辑
摘要:mongoDB-3.x Balancer Managementhttps://docs.mongodb.org/manual/tutorial/configure-sharded-cluster-balancer/https://docs.mongodb.org/manual/tutorial... 阅读全文
posted @ 2016-01-14 08:54 李庆喜 阅读(159) 评论(0) 推荐(0) 编辑
摘要:mongoDB-3.x集群管理一.查看集群配置https://docs.mongodb.org/manual/tutorial/view-sharded-cluster-configuration/1.列出己分片集群use configdb.databases.find( { "partiti... 阅读全文
posted @ 2016-01-13 09:03 李庆喜 阅读(231) 评论(0) 推荐(0) 编辑
摘要:在Windows下对Caffe源代码进行重新编译之后,新建x64工程,来构建深度神经网络,主要代码:初始化一个网络char *proto = "data\\test.prototxt";Caffe::set_mode(Caffe::CPU);// Caffe... 阅读全文
posted @ 2016-01-11 22:06 李庆喜 阅读(190) 评论(0) 推荐(0) 编辑
摘要:mongoDB-3.x Sharding withReplica官方文档:https://docs.mongodb.org/manual/core/sharding-introduction/horizontal scaling(CPU,RAM,I/O)角色:Sharded cluster h... 阅读全文
posted @ 2016-01-11 15:37 李庆喜 阅读(289) 评论(0) 推荐(0) 编辑
摘要:Arch linuxPXE安装官方文档:https://wiki.archlinux.org/index.php/PXEhttps://wiki.archlinux.org/index.php/Archisohttps://wiki.archlinux.org/index.php/Syslin... 阅读全文
posted @ 2016-01-10 15:40 李庆喜 阅读(1641) 评论(0) 推荐(0) 编辑
摘要:Archlinux配置指南一.配置网络https://wiki.archlinux.org/index.php/Network_configuration命令行# ip link set eth0 up# ip addr add 192.168.1.2/24 broadcast 192.168... 阅读全文
posted @ 2016-01-09 19:33 李庆喜 阅读(598) 评论(0) 推荐(1) 编辑
摘要:Archlinux安装官方文档:https://wiki.archlinux.org/index.php/Installation_guidehttps://wiki.archlinux.org/index.php/Syslinuxhttps://wiki.archlinux.org/inde... 阅读全文
posted @ 2016-01-08 21:36 李庆喜 阅读(564) 评论(0) 推荐(0) 编辑
摘要:现今存在的开源协议很多,而经过Open Source Initiative组织通过批准的开源协议目前有58种(http://www.opensource.org/licenses/alphabetical)。我们在常见的开源协议如BSD, GPL, LGPL... 阅读全文
posted @ 2016-01-08 14:11 李庆喜 阅读(247) 评论(0) 推荐(0) 编辑
摘要:grub2 rescue模式在救援模式下只有很少的命令可以用:set , ls , insmod , root ,prefix(1)set 查看环境变量,这里可以查看启动路径和分区。(2)ls 查看设备(3)insmod 加载模块(4)root 指定用于启动系统的分区,在救援模式下设置g... 阅读全文
posted @ 2016-01-08 00:27 李庆喜 阅读(489) 评论(0) 推荐(0) 编辑
摘要:mongoDB-3.x MasterSlave Replication官方文档:https://docs.mongodb.org/manual/core/master-slave/https://docs.mongodb.org/manual/reference/program/mongod/... 阅读全文
posted @ 2016-01-07 13:41 李庆喜 阅读(289) 评论(0) 推荐(0) 编辑
摘要:http://mirrors.ustc.edu.cn/http://mirrors.aliyun.com/操作系统包管理器yum(Yellow dogUpdate Manager)/dnfRHEL,CentOS,Fedora,Oracle linux,Scentific linuxapt-ge... 阅读全文
posted @ 2016-01-07 08:52 李庆喜 阅读(260) 评论(0) 推荐(0) 编辑
摘要:Gentoolinux安装官方文档:https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/About一.准备安装介质请到gentoo官网下载最新的3个文件http://mirrors.ustc.edu.cn/gentoo/releas... 阅读全文
posted @ 2016-01-06 20:04 李庆喜 阅读(460) 评论(0) 推荐(0) 编辑
摘要:mongoDB-3.x Replica Set集群官方文档:https://docs.mongodb.org/manual/core/replication-introduction/https://docs.mongodb.org/manual/reference/glossary/http... 阅读全文
posted @ 2016-01-06 16:01 李庆喜 阅读(230) 评论(0) 推荐(0) 编辑
摘要:SaltStack之mongoDB配置管理环境:OS: CentOS6.5 x64Master: salt-master.example.comMinion: salt-minion1.example.comsalt-minion2.example.com参考文档:http://docs.sa... 阅读全文
posted @ 2016-01-06 09:50 李庆喜 阅读(244) 评论(0) 推荐(0) 编辑
摘要:python简单的web服务--- SimpleHTTPServer格式:python -m SimpleHTTPServer port如:监听8077端口,可以python -m SimpleHTTPServer 8077或python3 -m http.server 8077没错,就这一行... 阅读全文
posted @ 2016-01-04 21:10 李庆喜 阅读(333) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示