摘要: MariaDB [hellodb]> create user 'magedu'@'192.168.1.%' ;Query OK, 0 rows affected (0.011 sec)​MariaDB [hellodb]> grant all privileges on hellodb.* to ' 阅读全文
posted @ 2021-11-04 15:54 小糊涂90 阅读(61) 评论(0) 推荐(0)
摘要: #下载二进制安装包(centos7系统):[root@localhost ~]#wget http://mirrors.dotsrc.org/mariadb/mariadb-10.4.21/bintar-linux-x86_64/mariadb-10.4.21-linux-x86_64.tar.gz 阅读全文
posted @ 2021-11-03 15:42 小糊涂90 阅读(133) 评论(0) 推荐(0)
摘要: #iptables实现SNAT和DNAT,并对规则持久保存实现SNAT和DNAT都需要开启内核数据转发功能​[root@localhost ~]# vim /etc/sysctl.conf# 把下列选项改正1net.ipv4.ip_forward=0...net.ipv4.ip_forward=1​ 阅读全文
posted @ 2021-10-30 23:19 小糊涂90 阅读(320) 评论(0) 推荐(0)
摘要: #注意:实现DHCP服务前,先将网络已有DHCP服务,如:vmware中的DHCP关闭,访止冲突,DHCP服务器本身采用静态IP,必须配置和DHCP网卡的静态IP所在网段的subnet 段,否则DHCP服务无法启动centos8为服务器,有nat的网卡,和vmnet1的仅主机网卡(vmnet1仅主机 阅读全文
posted @ 2021-10-27 23:27 小糊涂90 阅读(132) 评论(0) 推荐(0)
摘要: [14:18:00 root@centos8 ~]#awk -F : '{print $1}' /etc/passwdrootbindaemonadmlpsyncshutdownhaltmailoperatorgamesftpnobodydbussystemd-coredumpsystemd-res 阅读全文
posted @ 2021-10-27 15:31 小糊涂90 阅读(76) 评论(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 阅读(298) 评论(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 阅读(66) 评论(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 阅读(23) 评论(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 阅读(145) 评论(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 阅读(99) 评论(0) 推荐(0)