“WEB”的版本间的差异

来自Alex's wiki
跳转至: 导航搜索
Shell及服务器
Shell及服务器
第18行: 第18行:
 
[http://www.centoscn.com/CentOS/help/2015/0206/4640.html CentOS修改主机名方法大全]<br />
 
[http://www.centoscn.com/CentOS/help/2015/0206/4640.html CentOS修改主机名方法大全]<br />
  
[http://blog.csdn.net/qingflyer/article/details/6277625 Linux保持SSH连接时间设置]<br /> 
+
[http://blog.csdn.net/qingflyer/article/details/6277625 Linux保持SSH连接时间设置]
 
+
 
+
 
<source lang=c>
 
<source lang=c>
 +
vi /etc/ssh/sshd_config
 
s/#ClientAliveCountMax 3/ClientAliveCountMax 86400/g   
 
s/#ClientAliveCountMax 3/ClientAliveCountMax 86400/g   
 +
/etc/rc.d/init.d/sshd restart
 
echo "export TMOUT=1000000" >> .bash_profile
 
echo "export TMOUT=1000000" >> .bash_profile
 
</source>
 
</source>

2017年4月11日 (二) 10:32的版本

服务器

《Nginx高性能Web服务器详解》笔记

Nginx+FPM结构模型剖析及优化

架构

各大网站架构总结笔记



Shell及服务器

Shell脚本容易写错的几个语法
高并发情况下Linux服务器内核配置

Linux配置使用SSH Key登录并禁用root密码登录
CentOS修改主机名方法大全

Linux保持SSH连接时间设置

vi /etc/ssh/sshd_config
s/#ClientAliveCountMax 3/ClientAliveCountMax 86400/g  
/etc/rc.d/init.d/sshd restart
echo "export TMOUT=1000000" >> .bash_profile

shell中if条件字符串、数字比对, [] 和 [[]] 区别

一步步制作RPM包
RSYNC

前端

Ace

工具

数据公式:www.mathjax.org