linux mail
系统收到邮件都会保存在“/var/spool/mail/[linux用户名]”文件中。 在linux中输入mail,就进行了收件箱,并显示二十封邮件列表。 此时命令提示符为& unread 标记为未读邮件
2021-12-07 14:17
117 
CentOS 安装openssl
安装环境:操作系统:CentOS 7OpenSSL Version:openssl-1.0.2f.tar.gzOpenSSL地址为http://www.openssl.org/source/openssl-1.0.2
2021-12-07 14:14
89 
linux小技巧
1,文字模式下的中文信 LANG=C LANG=ZH_CN 2,看不到文件名 mount -0 iochatset=cp950 /dev/cdrom /mnt/cdrom 3,如何卸载光盘 1,退出
2021-12-07 14:17
107 
Centos修改root密码
[root@localhost ~]# passwdChanging password for user root.New password:Retype new password:passwd: all authe
2021-12-07 14:14
93 
centos 每天12:00自动重启elasticsearch服务
将下面的脚本保存为elasticsearch_restart.sh,保存在/opt/script/目录下 ``` #!/bin/bash # elasticsearch restart # 2020-06-02
2023-06-22 09:18
173 
linux使用技巧
linux使用技巧 1,如何查询命令的用法 man shutdown 2,避免ctrl+alt+del重新启动系统 编辑/etc/initab文件 #ca::ctlr|del:/sbin/shut do
2021-12-07 14:17
99 
CentOS 7.2 部署邮件服务器(Postfix)
一、Postfix简介Postfix 是一种电子邮件服务器,它是由任职于IBM华生研究中心(T.J. Watson Research Center)的荷兰籍研究员Wietse Venema为了改良sendmail邮件
2021-12-07 14:15
90 
centos下如何使用sendmail发送邮件
一、安装sendmail 1、打开终端,输入:yum install sendmail 2、安装完成后,输入service sendmail start,启动sendmail服务 二、配置sendmail
2023-07-02 08:21
119 
T:0.008047s,M:377.8 KB
返回顶部 留言