欢迎阅读我的笔记博客
摘要: [toc] 1 samba介绍 Samba 是在 Linux 和 UNIX 系统上实现 SMB 协议的一个免费软 件,由服务器及客户端程序构成,SMB(Server Messages Block,信息服务块)是一种在局域网上共享文件和打印机的一种通信协议,它为局域网内的不同计算机之间提供文件及打印机 阅读全文
posted @ 2020-02-05 23:39 lemanlai 阅读(13416) 评论(0) 推荐(2) 编辑
摘要: 1 获取api命令 [注:以下命令的url地址http://127.0.0.1/为k8s master的地址] kubectl api versions 输出内容如下: apps/v1beta1 authentication.k8s.io/v1beta1 authorization.k8s.io/v 阅读全文
posted @ 2020-02-05 22:09 lemanlai 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 1 安装 1.1 安装mailx yum install mailx y 2 配置 2.1 配置外部发件邮箱 vim /etc/mail.rc 在最后加上: //如果不存在,则编辑/etc/nail.rc for 163邮箱 set from="xxxxx@163.com" 发件地址 set smt 阅读全文
posted @ 2020-02-05 21:44 lemanlai 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 1 安装 1.1 添加heirloom mailx apt源 cat /etc/apt/sources.list.d/mailx.list deb http://cz.archive.ubuntu.com/ubuntu xenial main universe 1.2 更新apt apt updat 阅读全文
posted @ 2020-02-05 21:33 lemanlai 阅读(1456) 评论(0) 推荐(0) 编辑