欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 >
  • [监控工具] Zabbix邮件报警设置 日期:2014-12-01 12:51:03 点击:180 好评:0

    Zabbix监控服务端、 客户端 都已经部署完成,被监控主机已经添加,Zabiix监控运行正常。 实现目的: 在Zabbix服务端设置邮件报警,当被监控主机 宕机 或者达到 触发器预设值 时,会 自动 发送 报警邮件 到指定邮箱。 具体操作: 以下操作在Zabbix监控服务端...

  • [nginx] 使用Nginx反向代理和proxy_cache缓存搭建CDN服务器加快Web访问速度 日期:2014-12-01 12:44:25 点击:124 好评:0

    碰到问题: 移动用户访问web服务器 www.osyunwei.com 很慢 解决办法: 1、在移动机房放置一台nginx反向代理服务器 2、通过域名DNS智能解析,所有移动用户访问 www.osyunwei.com 时解析到nginx反向代理服务器 3、nginx反向代理服务器与web服务器之间采用专线...

  • [VNC] VNC的控制原理 日期:2014-12-01 09:22:08 点击:92 好评:0

    一、屏幕控制原理 VNC是把被控制端的屏幕做成图像,经过压缩后传送到控制端,控制端的控制信息(如鼠标信息)传送到被控制端后进入消息队列。 客户端 X服务器 应用程序 vnc viewer-----------------------Xvnc(vnc server)------------------------applicati...

  • [iptables] iptables -X 和 -F有什么区别? 日期:2014-12-01 02:10:38 点击:169 好评:0

    最近在学习iptables时 被 -F 和 -X 搞迷糊了,从网上搜了一下明白了 test: 1、iptables 初始化 2、iptables -X (第一次) 错误原因是自定义链表(test)不为空 3、iptables -F 4、iptables -X ok,实验结束 实验报告: -F 是清空指定某个 chains 内所有的...

  • [VPN] CentOS7下安装 pptp vpn 日期:2014-12-01 02:08:44 点击:226 好评:0

    Centos 7 安装 pptp vpn 1、检查系统内核是否支持MPPE modprobe ppp-compress-18 echo OK 显示OK说明系统支持MPPE 2、检查系统是否开启TUN/TAP支持 cat /dev/net/tun cat: /dev/net/tun: 文件描述符处于错误状态 如果这条指令显示结果为下面的文本,则表明通...

  • [环境配置] 使用APC加速PHP 日期:2014-12-01 02:06:18 点击:141 好评:0

    原文地址: http://devzone.zend.com/1812/using-apc-with-php/ 注:打红色的地方是拿不准的地方,读者有懂的可以随便赐教 Cache Cow 缓存牛(原文Cache Cow,醉了,第一个词就不知道几个意思,只能直译了) If youve been around PHP for a while, youve pr...

  • [nginx] Nginx内容缓存 Nginx content cache 日期:2014-12-01 02:04:27 点击:100 好评:0

    原文地址: http://nginx.com/resources/admin-guide/caching/ Nginx content cache Nginx内容缓存 This chapter describes how to enable and configure caching responses received from proxied servers. When caching is enabled NGINX saves responses...

  • [nginx] NGINX Web Server Nginx web 服务器 日期:2014-12-01 02:03:57 点击:112 好评:0

    原文地址: http://nginx.com/resources/admin-guide/web-server/ NGINX Web Server Nginx web 服务器 This section describes: the most common configuration of a web server how to set up virtual servers and define locations for request processing...

  • [nginx] Nginx 负载均衡 Nginx Load Balancing 日期:2014-12-01 02:02:45 点击:185 好评:0

    原文地址: http://nginx.com/resources/admin-guide/load-balancer/ Nginx Load Balancing nginx 负载均衡 This section describes how to use NGINX and NGINX Plus as aload balancer. 本章将讨论如何使用Nginx和Nginx加做负载均衡 器 。 In This Section...

  • [nginx] nginx 提供静态内容 日期:2014-12-01 02:02:03 点击:182 好评:0

    Serving Static Content 提供静态内容 原文地址: http://nginx.com/resources/admin-guide/serving-static-content/ This section describes how to serve static content, how to use different ways of setting up the paths to look for files, and how...

  • 首页
  • 上一页
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355
  • 下一页
  • 末页
  • 5405398
栏目列表
推荐内容