本地邮箱告警配置 配置本地邮箱告警前,我们要用到mail命令 所以先安装mail命令 [root@mf ~]# yum -y install mailx 使用mail命令发送邮箱 [root@mf ~]# echo "test" | mail -s "20210426" 18808843007@16 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-27 14:43:11   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、系统版本 cat /etc/redhat-release uname -rm 2、主机名和ip hostname cat /etc/hosts 3、节点添加普通用户www,作为web服务器管理用户 useradd -u 1001 www id www 4、配置www用户登录其他机器不用密码。密钥 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-27 14:29:24   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    linux上安装Docker,并解决速度太慢 使用国内阿里云镜像加速安装 1.卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-la ...
                            
                            
                                分类:
其他好文   时间:
2021-04-27 14:25:42   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                # CentOS7 rm -f /etc/yum.repos.d/*.repo curl -L "http://mirrors.163.com/.help/CentOS7-Base-163.repo" -o /etc/yum.repos.d/CentOS7-Base-163.repo curl -L ...
                            
                            
                                分类:
其他好文   时间:
2021-04-27 14:17:29   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
                            
                            
                                分类:
其他好文   时间:
2021-04-26 13:13:52   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                说明: a.此种方式安装可以利用国内镜像,下载速度快。 b.适合最新版安装 1.获取yum安装地址 [root@bigdata-senior02 mysql]# wget https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql80-community ...
                            
                            
                                分类:
数据库   时间:
2021-04-26 13:12:57   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
                            
                            
                                分类:
Web程序   时间:
2021-04-24 13:53:03   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    https://www.cnblogs.com/cnsdhzzl/p/12586711.html 参考地址 安装有趣的命令sl(跑火车) 1.更新yum源 yum -y update 2.尝试安装sl yum install sl 执行yum命令时会去centos镜像查找sl包,但是镜像中没有sl包 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-24 13:20:13   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    docker文档 参考docker安装文档 安装docker 1.卸载老版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-l ...
                            
                            
                                分类:
其他好文   时间:
2021-04-23 12:21:29   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、确认系统版本 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2、yum 安装 gcc 相关 yum -y install gcc gcc-c++ 3、卸载旧的版本 yum -y remove docker docker- ...
                            
                            
                                分类:
其他好文   时间:
2021-04-23 11:54:07   
                                阅读次数:
0