linux(centos)下密码有效期和密码复杂度设置 linux技巧
1、密码有效期 方法一: chage -l 用户名 查看用户的过期时间 chage -M 99999 用户名 用命令修改过期时间为永久 chage -M 90 用户名 设置密码有效期为90天 c...
标签: linux
使用squid搭建http和https的代理服务器设置指南 linux技巧
使用squid搭建http和https的代理服务器设置指南今天为大家分享一篇关于使用squid搭建http和https的代理服务器设置指南,小编觉得内容挺不错的,现在分享给大家,具有很好的参考价值,需...
centos设置路由方法 linux技巧
【一次性路由,重启后失效】添加路由route add -net 10.26.47.150 netmask 255.255.255.255 gw 10.26.47.1route add -net 12....
标签: linux
centos防火墙端口方法 linux技巧
1.查看已开放的端口firewall-cmd –list-ports 2.开放单个端口(开放后需要要重启防火墙才生效)firewall-cmd –zone=public –add-port=8080/...
标签: linux
红帽redhat6安装yum linux技巧
文件来源https://www.cnblogs.com/royfans/p/7249110.htmlredhat6安装yum先下载yum包 wget https://mirrors.aliyun.co...
标签: linux
squid代理服务器 linux技巧
源地址https://blog.csdn.net/ieasyer/article/details/102561488还有个软件叫tinyproxy也很好用有时候内网很多机器都不能上外网,只能开放几个特...
标签: linux