• 开发语言 (current)
  • shell (current)
  • 监控 (current)
  • 安全 (current)
  • mysql (current)
  • ansible (current)
  • 企业故障 (current)
  • nginx (current)
  • kubernetes (current)

shell案例

一、#创建用户必须是英文 用户的密码必须是数字。 read -p "请输入创建的用户:" name read -p "情输入创建用户的密码:" passwd i

阅读更多...

shell基础

1:在shell 中$() 与 ``等效。执行中间包含的命令语句,返回执行结果。 2:从效率来说let==(()) > expr > bc。let和(())运行是内建命令,使用相同的算法。

阅读更多...

shell自动添加开头

一、先创建单个用户的vim文件(我们只给root在vim的时候自动添加)。 https://blog.csdn.net/qq_32019341/article/details/90741907 [ro

阅读更多...

shell安装php7.0

执行就完事了! #!/bin/bash #20190807 #LiangZeYu #2249902650 #php install script #install php7.tar.gz [ -f /

阅读更多...

shell安装nginx

注意事项: 1、将百度网盘的tar包上传到服务器中的/opt目录下进行执行! https://pan.baidu.com/s/1084VExxr5tj23slbSdZP5Q -------------

阅读更多...

巡检脚本02

脚本执行结果为上! 脚本代码为下: #!/bin/bash #巡检脚本 #2019/5/23 #user--liangzeyu [ -f /etc/init.d/functions ]&&am

阅读更多...

巡检脚本01

巡检脚本执行效果为: 代码为: #!/bin/bash set -u # Color Tips yellow_echo () { local content=$*; echo -e "\e[

阅读更多...

  • 上一页
  • 1
  • 2
  • 3
  • 下一页
搜索
个人微信号

有问题请加博主微信进行沟通!

最新文章
  • 主流监控系统的对比!!
  • bind域名解析压测-named
  • bind域名解析服务器named监控指标
  • tengine编译
  • linux删除文件减少io消耗
  • nginx状态码 000
  • GO语言模拟长轮询代码
  • GO语言模拟长链接代码
  • prometheus和thanos原理
  • linux统计某个进程占用多少内存和cpu
热门标签
  • jumpserver
  • 百度云
  • 容器
  • ELK
  • 管理|自控|高效
  • 三剑客
  • devops
  • linux小知识
  • openvpn
  • 搞笑时刻
梁泽宇的技术小屋~
copyright @ 2016~2021 (www.liangzeyu.com)