服务器编辑
架构编辑
Shell及服务器编辑
Shell脚本容易写错的几个语法
高并发情况下Linux服务器内核配置 | 基于Nginx实现10万+并发,你应该做的Linux内核优化
#1、生成密钥 ssh-keygen -t rsa #2、使用以下命令将公钥导入到VPS: cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys #3、修改SSH的配置文件/etc/ssh/sshd_config : vi /etc/ssh/sshd_config :%s/#RSAAuthentication yes/RSAAuthentication yes/g :%s/#PubkeyAuthentication yes/PubkeyAuthentication yes/g :%s/#AuthorizedKeysFile/AuthorizedKeysFile/g #禁止密码登录(可选): :%s/PasswordAuthentication yes/PasswordAuthentication no/g #保存后重启 service sshd restart
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条件字符串、数字比对, [] 和 [[]] 区别
Linux下chkconfig命令详解
Nginx一个server主机上80、433http、https共存
linux守护进程 daemon 详解
前端编辑
工具编辑
数据公式:www.mathjax.org