欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 >
  • [监控工具] Zabbix 3.0.0alpha4 发布,分布式系统监视 日期:2015-11-07 19:57:42 点击:187 好评:0

    Zabbix 3.0.0alpha4 发布,此版本更新内容: [ ZBXNEXT-1762 ] added years, months and half of months periods displaying on graphs X axis [ ZBXNEXT-1679 ] implemented value map import/export [ ZBXNEXT-1679 ] added checkbox column in value map...

  • [Docker] Docker 1.9.0 发布,Linux 容器引擎 日期:2015-11-04 19:01:18 点击:84 好评:0

    Docker 1.9.0 发布,更新内容如下: Runtime docker statsnow returns block IO metrics ( #15005 ) docker statsnow details network stats per interface ( #15786 ) Addancestor=imagefilter todocker ps --filterflag to filter containers based on the...

  • [nginx] nginx在centos环境下,实现3台虚拟机负载均衡 日期:2015-11-01 18:21:52 点击:113 好评:0

    负载均衡 先来简单了解一下什么是负载均衡,单从字面上的意思来理解就可以解释N台服务器平均分担负载,不会因为某台服务器负载高宕机而某台服务器闲置的情况。那么负载均衡的前提就是要有多台服务器才能实现,也就是两台以上即可。 测试环境 在VMware里安装...

  • [服务器设置] Linux/CentOS各种服务框架的搭建完整流程 . 日期:2015-10-28 11:35:09 点击:142 好评:0

    2012年的时候,因为要照顾新人对Linux以及相关服务的了解和学习,我特地把当时我们创业项目的所有服务搭建过程写成了一篇文档,可以让他们学习并且有所参照。下面就以这篇文档为底稿,进行一些修改和敏感信息的删除,分享给大家,希望对大家有益。 说明,以下...

  • [Docker] ceph install in CentOS 7 x64 within docker - 1 日期:2015-10-21 16:42:53 点击:126 好评:0

    本文使用docker来部署ceph, 基于CentOS 7 x64. 首先要安装docker, CentOS 7源已经包含了docker, 所以可以直接使用yum安装. # yum install -y docker 配置docker 运行时的root目录(-g 参数). [ root@localhost ~] # lvs LV VG Attr LSize Pool Origin Data% M...

  • [Docker] ceph install in CentOS 7 x64 within docker - 2 日期:2015-10-21 16:41:41 点击:61 好评:0

    接下来要准备deploy节点和node的环境. 一. 部署ceph-deploy节点 : [ root@localhost ~] # ssh 172.17.0.1 root@172.17.0.1s password: Last login: Thu Nov 27 15:05:54 2014 from 172.17.42.1 [root@65a05647c55d ~]# yum install -y ceph-deploy 二. 部署n...

  • [Git] 部署git服务器 gitServer 软件 日期:2015-10-21 16:00:05 点击:104 好评:0

    部署git服务器 gitServer 软件 搭建git服务器也并不是非常的难,有这么多优秀的软件,选择一个适合自己就行了 1. windows版本 http://gitstack.com/ 免费版本,只能有两个用户 2. windows IIS 版本 http://bonobogitserver.com/ ,免费,开源,需要 IIS服务...

  • [ios服务器] iOS app 企业内部发布及HTTPS服务器配置 日期:2015-10-21 15:54:46 点击:176 好评:0

    iOS企业内部发布及HTTPS服务器配置 一:所需的条件 1. 苹果开发者证书,企业版 299$ 版本 2. ssl 证书,即https使用的服务器证书 3. web服务器,支持https 4. 一个域名,可以是子域名,绑定ssl证书和https服务器 二:大致流程 申请免费或付费ssl证书-----》...

  • [nginx] nginx防止爬虫 日期:2015-10-20 15:54:38 点击:187 好评:0

    方法一:修改nginx.conf server { listen 80; server_name www.ready.com; #添加如下内容即可防止爬虫 if ($http_user_agent ~* qihoobot|Baiduspider|Googlebot|Googlebot-Mobile|Googlebot-Image|Mediapartners-Google|Adsbot-Google|Feedfetcher-Google|Y...

  • [nginx] nginx 同时静态下载和web服务 日期:2015-10-20 15:52:10 点击:114 好评:0

    events { worker_connections 768; # multi_accept on; } http { ## # Basic Settings ## sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; # server_tokens off; # server_names_hash_bucket_size 64; # serve...

  • 首页
  • 上一页
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 下一页
  • 末页
  • 5405398
栏目列表
推荐内容