按类别查询搜索结果
关于关键词 的检测结果,共 10966
haoque672 | 2019-05-16 12:59:31 | 阅读(1720) | 评论(0)
实验环境:操作系统:Centos 7.4服务器ip:192.168.3.41运行用户:root网络环境:Internet LDAP(轻量级目录访问协议)是一个能实现提供被称为目录服务的信息服务,也是一套用户认证体系系统;一般在大型企业、学校、政府单位使用的比较多,LDAP是由4部分组成,...【阅读全文】
haoque672 | 2019-05-15 12:04:22 | 阅读(2120) | 评论(0)
被曝含 0day 漏洞的插件是 Yuzo Related Posts 和 Yellow Pencil Visual Theme Customizer,目前这两个插件已下架,开发人员建议用户尽快将涉及插件移除。近日,有安全研究人员连续在 Plugin Vulnerabilities 平台上,对外公布了 3 个 WordPress 外挂程式的 0day 漏洞,将 10 万个 WordPress 网站于陷于安全风险中。相...【阅读全文】
youlan878 | 2019-05-14 16:59:52 | 阅读(2330) | 评论(0)
华为向Oracle、SAP下战书 发布数据库替换Salesforce“数据库中的苹果”甲骨文中国刚刚裁员900余人,华为就被爆出将推出新的云数据库产品,大有取而代之之意?“数据库中的苹果”甲骨文中国刚刚裁员900余人,华为就被爆出将推出新的云数据库产品,大有取而代之之意?据外媒The Information于5月10日...【阅读全文】
youlan878 | 2019-05-10 19:25:02 | 阅读(1200) | 评论(0)
微软重启消失 10 年的实用工具集 PowerToys微软正在重新研发一个最早出现在 Windows 95 中的 Windows 工具集 PowerToys。微软正在重新研发一个最早出现在 Windows 95 中的 Windows 工具集 PowerToys。PowerToys 是微软开发者开发的免费实用工具集,可以用于高级用户调整和简化 Windows 操作,以提高效率。其...【阅读全文】
【系统运维】 centos7vnc
hxl | 2019-05-09 15:07:45 | 阅读(0) | 评论(0)
环境:OS:Centos 71.安装vnc和vncserveryum -y install vncyum -y install tigervnc-server2.关闭防火墙systemctl status firewalld.service systemctl stop firewalld.service systemctl disable firewalld.servicevi /etc/selinux/configset "SELINUX=disabled" and comment the rest lines.以开启...【阅读全文】
shiyiLiu | 2019-05-08 09:49:12 | 阅读(4550) | 评论(1)
最近研究如何在fedora27上安装grid k2 显卡驱动,https://docs.nvidia.com/grid/,目前grid k2 显卡支持的版本驱动最新版本是367.130,支持的cuda版本是cuda-8.0,在安装367.130版本驱动时,会报安装失败,无法正常安装成功,这可能是本身驱动的一个bug。临时解决方案:NVIDIA-Linux-x86_64-367.130.run 驱动解压到某一个...【阅读全文】
shiyiLiu | 2019-05-07 11:17:50 | 阅读(12220) | 评论(0)
安装nvidia驱动过程较为复杂,可参考如下:【阅读全文】
【系统运维】 lepus
badb0y | 2019-04-30 11:36:52 | 阅读(1320) | 评论(0)
https://www.apachefriends.org/download.htmlwget https://www.apachefriends.org/xampp-files/5.6.32/xampp-linux-x64-5.6.32-0-installer.runchmod +x xampp-linux-x64-5.6.32-0-installer.run./xampp-linux-x64-5.6.32-0-installer.runcd /opt/lnmap./lampp starthttp://192.168.10.4/dashboard/https://githu...【阅读全文】
haoque672 | 2019-04-29 13:52:02 | 阅读(2140) | 评论(0)
你可以使用以下四个命令来完成这个工作。这些命令是非常出名的并被 Linux 管理员广泛使用。netstat:netstat (“network statistics”) 是一个显示网络连接(进和出)相关信息命令行工具,例如:路由表, 伪装连接,多点传送成员和网络端口。nmap:Nmap (“Network Mapper”) 是一个网络探索与安全审计的开源工具。它旨在...【阅读全文】
【系统运维】 open-falcon配置
badb0y | 2019-04-28 13:15:51 | 阅读(1280) | 评论(0)
#!/bin/bashinit(){yum install -y epel-* yum install -y wget vim git unzip  python-pip epel-release golang  redis pip install gunicornsystemctl start redissystemctl enable redissystemctl stop firewalldsystemctl disable firewalldsed -i "s/SELINUX=enforcing/SELINUX=disabled...【阅读全文】
【系统运维】 SkyAPM-php-sdk php7.x
badb0y | 2019-04-26 13:36:04 | 阅读(4440) | 评论(0)
yum install centos-release-SCL scl-utils-build scl-utils -yyum list|grep devtoolsetyum install devtoolset-6-gcc devtoolset-6-gcc-c++ devtoolset-6-gdbyum install libunwind-devel -ygit clone  https://github.com/gperftools/gperftools.gitcd gperftoolsscl enable devtoolset-6 bash  #?è??...【阅读全文】
chinaboywg | 2019-04-23 20:53:53 | 阅读(14600) | 评论(0)
nginx sticky 模块工作流程图下载nginx sticky执行./configure的过程中可能会遇到以下错误:./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using –without-http_rewrite_moduleoption, or install the PCRE library into the system, or bui...【阅读全文】
【系统运维】 Nginx-1.14.1编译
chinaboywg | 2019-04-22 20:41:37 | 阅读(2040) | 评论(0)
最近 Nginx 漏洞 (CVE-2018-16843,CVE-2018-16844)需要升级nginx的版本到1.14.1  1.15.6,如下以Nginx-1.14.1编译为例 。nginx-1.14.1编译安装1、安装基本环境# yum -y install gcc gcc-c++ autoconf automake make wget vim# yum -y install openssl openssl-devel libxml2-devel libxslt-devel perl-...【阅读全文】
chinaboywg | 2019-04-19 21:27:18 | 阅读(2380) | 评论(0)
查了一些资料,看了一些别人写的文档,总结如下,实现nginx session的共享 PHP服务器有多台,用nginx做负载均衡,这样同一个IP访问同一个页面会被分配到不同的服务器上,如果session不同步的话【阅读全文】
【系统运维】 skywalking 6.x单机
badb0y | 2019-04-19 18:01:12 | 阅读(1520) | 评论(0)
http://skywalking.apache.org/downloads/#安装jdk#es安装cd /opt#7.0好像不行,要用6.x#wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-linux-x86_64.tar.gzwget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.0.tar.gzcat /opt/elasticsearch-6.5.0...【阅读全文】
badb0y | 2019-04-18 17:45:08 | 阅读(1100) | 评论(0)
安装truffle的时候,下面命令老运行不过npm install truffle-hdwallet-provider可以先安装npm install -g windows-build-tools【阅读全文】
【系统运维】 centos 7 vsftpd
月歌54 | 2019-04-18 11:56:01 | 阅读(6390) | 评论(0)
一、前言centos 7 安装 vsftpd的博客很多,这里不详细介绍具体的每一个步骤以及vsftpd的原理,请自行百度。这里只记录个人踩的一些坑,仅做记录用。二、安装a、命令:点击(此处)折叠或打开yum -y install vsftpd说明: ...【阅读全文】
haoque672 | 2019-04-18 09:21:06 | 阅读(1260) | 评论(0)
不知道各位在日常的工作生活中有没有接触过“rm -rf/*”这个命令,因为这个命令搞出来的事情可还不少呢!前段时间就在一个群里看到了有个小伙子,老板让他去维护一下服务器,这小伙也不太懂,就问群里的大佬们有什么好办法,有个大佬说你用rm -rf /*这个命令去试一下,肯定管用!这小伙子是真的实诚,分分钟按照大佬的指...【阅读全文】
【系统运维】 zentao禅道升级
hxl | 2019-04-17 14:14:05 | 阅读(5920) | 评论(0)
环境:OS:CentOS 6------------------------一键安装8.4.1版本-------------------------------------1.查看操作系统版本[root@kvm-180 soft]# uname -aLinux kvm-180 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux2.下载安装包下载地址为:https://www.zentao....【阅读全文】
chinaboywg | 2019-04-16 16:14:25 | 阅读(0) | 评论(0)
一、原生方法log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '                      '$status $body_bytes_sent "$http_referer" '                      '...【阅读全文】