首页 文章 精选 留言 我的

精选列表

搜索[地址],共10028篇文章
优秀的个人博客,低调大师

Linux系统CentOS6、CentOS7手动修改IP地址

CentOS_v6 1.打开文件 sh 复制代码 vi /etc/sysconfig/network-scripts/ifcfg-eth0 2.编辑 sh 复制代码 BOOTPROTO=static DNS1=10.0.0.1 IPADDR=10.0.0.70 NETMASK=255.255.255.0 GATEWAY=10.0.0.1 3.保存退出 sh 复制代码 :x 4.重启网络服务 sh 复制代码 service network restart 5.查看修改结果 sh 复制代码 ifconfig CentOS_v7 1.查看网络接口 sh 复制代码 nmcli dev status 2.打开文件(eno16777728为刚刚查看接口的名称) sh 复制代码 vi /etc/sysconfig/network-scripts/ifcfg-ens32 vi /etc/sysconfig/network-scripts/ifcfg-ens192 3.编辑 sh 复制代码 BOOTPROTO=static DNS1=10.0.0.1 IPADDR=10.0.0.70 NETMASK=255.255.255.0 GATEWAY=10.0.0.1 4.保存退出 sh 复制代码 :x 5.重启网络服务 sh 复制代码 service network restart 6.查看修改结果 sh 复制代码 ip addr

优秀的个人博客,低调大师

ELK 下载地址elastic

lasticsearch 2.3.5 Elasticsearch can also be installed from our repositories using apt or yum. SeeRepositoriesin the Guide. ZIPsha1 TARsha1 DEBsha1 RPMsha1 Installation Steps Download and unzip the latest Elasticsearch distribution Runbin/elasticsearchon Unix orbin\elasticsearch.baton Windows Run curl -X GET http://localhost:9200/ https://www.elastic.co/downloads/elasticsearch Logstash 2.3.4 Logstash can also be installed from our repositories using apt or yum. SeeRepositoriesin the Guide. Java 7 or higher is required for Logstash 2.x. TAR.GZsha1 ZIPsha1 DEBsha1 RPMsha1 View GitHub Project Documentation Past Releases All Downloads See Release Notes Logstash 2.3.4 All Plugins Logstash bundled with the latest version of all availablepluginsat time of release. This full package can be convenient when working in offline environments. Java 7 or higher is required for Logstash 2.x. ZIPsha1 TAR.GZsha1 DEBsha1 RPMsha1 Installation Steps 1. Download and unzip the latest logstash release 2. Prepare alogstash.confconfig file 3. Runbin/logstash agent -f logstash.conf View GitHub Project Documentation Past Releases All Downloads https://www.elastic.co/downloads/logstash Kibana 4.5.4 Compatible with Elasticsearch 2.3.x. Kibana can also be installed from our repositories using apt or yum. SeeRepositoriesin the Guide. WINDOWSsha1 MACsha1 LINUX 64-BITsha1 LINUX 32-BITsha1 RPM 64-BITsha1 RPM 32-BITsha1 DEB 64-BITsha1 DEB 32-BITsha1 Installation Steps Download and unzip Kibana 4 Note: Kibana 4.5.xrequires Elasticsearch 2.3.x Extract your archive Openconfig/kibana.ymlin an editor Set theelasticsearch.urlto point at your Elasticsearch instance Run./bin/kibana(orbin\kibana.baton Windows) Point your browser athttp://yourhost.com:5601 Check out theREADME.md View GitHub Project Documentation Past Releases All Downloads https://www.elastic.co/downloads/kibana

优秀的个人博客,低调大师

开源项目Git地址

 1.陈明、李建勋、邓覃思 fog-aliyun https://git.oschina.net/dengqinsi/fog-aliyun.git 2.吴俊、骆仲军、袁良福 CDN的H5助手工具 https://git.oschina.net/langford/cdn-assistant.git 3.熊亮、王翔、林瑶 基于阿里云的H5 页面生成工具 https://git.oschina.net/chylvina/open5.git.git 4.靳云飞、彭伟 OTS的.NET实现 https://git.oschina.net/ProgP/PnJ.Aliyun.git 5.周双全 oss的fuse模块 http://git.oschina.net/weiweibaba2007/cloudfs 6.迟晓强 jenkins的oss模块 https://git.oschina.net/chixq/aliyun-oss-plugin 7.唐微南 flysystem的oss模块 http://git.oschina.net/twn39/flysystem-aliyun-oss 8.郝敬龙 oss的C的sdk http://git.oschina.net/weather/oss_sdk 9.吕洋 一个开源的Java博客,使用了阿里云的oss和opensearch功能 http://git.oschina.net/hhfate/FateCMS 10.卢耀瑛 taobao - 阿里云的php SDK http://git.oschina.net/horseluke/AlibabaSDK 11.张兆原提供ruby语言的sdk http://git.oschina.net/doraemon/aliyun-openapi-ruby-sdk 12.卢耀瑛 一个放在内网的安全监测模块【安全组】 http://git.oschina.net/horseluke/content-guard-microsrv-aliyun 13.孔令河 基于安全API的监测系统【安全组】 https://git.oschina.net/Fvckyou/Ali.git 14.柯帆、张利刚 安全助手APP【安全组】 https://git.oschina.net/darren300/assistant.git

优秀的个人博客,低调大师

看过的文档地址——个人留存

#Deep Learning回顾#之LeNet、AlexNet、GoogLeNet、VGG、ResNet https://zhuanlan.zhihu.com/p/22094600 #Deep Learning回顾#之基于深度学习的目标检测 https://zhuanlan.zhihu.com/p/23153445 用conda创建python虚拟环境 https://blog.csdn.net/lyy14011305/article/details/59500819 别磨叽,学完这篇你也是图像识别专家了 http://www.sohu.com/a/151663692_697750 CTPN论文解读 https://zhuanlan.zhihu.com/p/31915483 Selective Search for Object Recognition解读 https://blog.csdn.net/mao_kun/article/details/50576003 R-CNN论文详解 https://blog.csdn.net/WoPawn/article/details/52133338 https://zhuanlan.zhihu.com/p/23006190 SPPNet-引入空间金字塔池化改进RCNN https://zhuanlan.zhihu.com/p/24774302 Fast R-CNN https://zhuanlan.zhihu.com/p/24780395 Faster R-CNN https://zhuanlan.zhihu.com/p/24916624 YOLO历程 http://www.cnblogs.com/makefile/p/YOLOv3.html 基于深度学习的目标检测技术演进:R-CNN、Fast R-CNN、Faster R-CNN https://www.cnblogs.com/skyfsm/p/6806246.html 深度学习之目标检测网络学习总结(from RCNN to YOLO V3)(上/下) https://zhuanlan.zhihu.com/p/35724768 https://zhuanlan.zhihu.com/p/35731743 TensorFlow网址 https://tensorflow.google.cn/ Tensorflow object detection API 搭建属于自己的物体识别模型 https://blog.csdn.net/dy_guox/article/details/79081499 https://blog.csdn.net/dy_guox/article/details/79111949 caffe2 教程入门(python版) https://www.jianshu.com/p/5c0fd1c9fef9?from=timeline

优秀的个人博客,低调大师

Apache 获取真实IP地址方法

测试环境 IP相关信息 VPC环境ECS内网IP:10.0.xx.177ECS公网IP:121.196.xx.22SLB的IP:118.178.xx.145 http监听 80端口 WAF测试域名:test.pierxx.cnWAF测试域名对应Cname:rxqetx2tcwmn7oqjmykc0xxxx.aliyunwaf.com (101.37.xx.177)高防测试域名对应Cname: 89xxxxxbag6.gfnormal07ai.com (116.211.xxx.155) 版本信息 [root@iZbp106q0xxxxx1hrrgbedZ ~]# httpd -v Server version: Apache/2.4.6 (CentOS) Server built: Oct 19 2017 20:39:16 [root

资源下载

更多资源
Mario

Mario

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

Spring

Spring

Spring框架(Spring Framework)是由Rod Johnson于2002年提出的开源Java企业级应用框架,旨在通过使用JavaBean替代传统EJB实现方式降低企业级编程开发的复杂性。该框架基于简单性、可测试性和松耦合性设计理念,提供核心容器、应用上下文、数据访问集成等模块,支持整合Hibernate、Struts等第三方框架,其适用范围不仅限于服务器端开发,绝大多数Java应用均可从中受益。

Sublime Text

Sublime Text

Sublime Text具有漂亮的用户界面和强大的功能,例如代码缩略图,Python的插件,代码段等。还可自定义键绑定,菜单和工具栏。Sublime Text 的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。Sublime Text 是一个跨平台的编辑器,同时支持Windows、Linux、Mac OS X等操作系统。

WebStorm

WebStorm

WebStorm 是jetbrains公司旗下一款JavaScript 开发工具。目前已经被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。与IntelliJ IDEA同源,继承了IntelliJ IDEA强大的JS部分的功能。

用户登录
用户注册