文章分类 -  运维狗的碎碎渣 / 日常运维小心得

摘要:在互联网行业中,**运维(运维工程师 / SRE / DevOps)**的主要工作职责可概括为一句话: 保障线上业务稳定、高可用、高性能运行,并持续优化运维效率和系统质量。 下面是互联网运维的主要工作内容,按领域分类讲解: 一、日常运维管理 工作内容说明 服务器管理 安装、配置、升级系统;资源监控; 阅读全文
posted @ 2025-08-07 09:34 羊脂玉净瓶 阅读(109) 评论(0) 推荐(0)
摘要:环境: 1. 安装docker 2. 安装docker-compose docker-compose.yml文件内容如下: services: app: image: lscr.io/linuxserver/bookstack:latest container_name: bookstack env 阅读全文
posted @ 2025-04-29 17:34 羊脂玉净瓶 阅读(227) 评论(0) 推荐(0)
摘要:#!/bin/bash INOTIFY_CMD="inotifywait -mrq -e create,delete,move,modify,attrib /srv/salt/us-west" RSYNC_CMD="rsync -avrz --delete --bwlimit=20000 --por 阅读全文
posted @ 2024-06-27 17:59 羊脂玉净瓶 阅读(11) 评论(0) 推荐(0)
摘要:nc -zv IP地址 端口号。 其中,IP地址为需要检测的主机的IP地址,端口号为需要检测的端口号。 如果端口打开,则会显示“succeeded”;如果端口关闭,则会显示“failed”。 阅读全文
posted @ 2024-06-26 17:27 羊脂玉净瓶 阅读(67) 评论(0) 推荐(0)
摘要:[root@hk250-prd-public-public-ops-100-1 ~]# nslookup > set type=ns > dsjjgame.com Server: 100.100.2.136 Address: 100.100.2.136#53 Non-authoritative an 阅读全文
posted @ 2024-06-26 11:32 羊脂玉净瓶 阅读(16) 评论(0) 推荐(0)