随笔分类 -  linux运维总结

摘要:显示/etc目录下,以非字母开头,后面跟了一个字母以及其它任意长度任意字符的文件或目录 或者 阅读全文
posted @ 2023-10-07 13:45 小糊涂90 阅读(7) 评论(0) 推荐(0) 编辑
摘要:通过loganalyzer展示数据库中的日志 loganalyzer是用 php 语言实现的日志管理系统,可将MySQL数据库的日志用丰富的WEB方式进行展示 官网:https://loganalyzer.adiscon.com 三台主机 一台日志服务器,利用上一个案例实现,IP:10.0.0.16 阅读全文
posted @ 2021-11-16 22:35 小糊涂90 阅读(45) 评论(0) 推荐(0) 编辑
摘要:http的报文结构和状态码总结 HTTP报文分为请求报文和响应报文,这两类报文都是由三个部分组成: (1)开始行:区分请求报文和响应报文 (2)首部行:说明浏览器、服务器报文主题的一些信息 (3)实体主体 请求报文的开始行包括:方法(请求方法如get、post、put、trace等)、URL、协议版 阅读全文
posted @ 2021-11-13 21:49 小糊涂90 阅读(40) 评论(0) 推荐(0) 编辑
摘要:[14:18:00 root@centos8 ~]#awk -F : '{print $1}' /etc/passwdrootbindaemonadmlpsyncshutdownhaltmailoperatorgamesftpnobodydbussystemd-coredumpsystemd-res 阅读全文
posted @ 2021-10-27 15:31 小糊涂90 阅读(57) 评论(0) 推荐(0) 编辑
摘要:[14:55:00 root@centos8 ~]#crontab -l30 1 * * 1-5 /home/backup.sh[14:55:09 root@centos8 ~]#cat /home/backup.sh#!/bin/bash​# # Copyright (C) 2021 IEucd 阅读全文
posted @ 2021-10-17 15:09 小糊涂90 阅读(291) 评论(0) 推荐(0) 编辑
摘要:#1.准备两个网卡​#2.添加bonding接口[18:09:40 root@centos8 ~]#nmcli connection add type bond con-name mybond0 ifname bond0 mode balance-rr ipv4.method manual ipv4 阅读全文
posted @ 2021-10-16 18:26 小糊涂90 阅读(55) 评论(0) 推荐(0) 编辑
摘要:20分钟内通关vimtutor(可参考https://yyqing.me/post/2017/2017-02-22-vimtutor-chinese-summary) [10:06:43 root@centos8 ~]#vimtutor zh 阅读全文
posted @ 2021-09-20 10:45 小糊涂90 阅读(16) 评论(0) 推荐(0) 编辑
摘要:创建用户user1、user2、user3。在/data/下创建目录test (1)、目录/data/test属主、属组为user1 (2)、在目录属主、属组不变的情况下,user2对文件有读写权限 (3)、user1在/data/test目录下创建文件a1.sh, a2.sh, a3.sh, a4 阅读全文
posted @ 2021-08-31 09:58 小糊涂90 阅读(123) 评论(0) 推荐(0) 编辑
摘要:按系列罗列Linux的发行版,并描述不同发行版之间的联系与区别。 Linux发行版=Linux内核+GNU工具 slackware:SUSE Linux Enterprise Server (SLES) , OpenSuse桌面 debian: ubuntu,deepin(深度),mint redh 阅读全文
posted @ 2021-08-24 15:21 小糊涂90 阅读(86) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示