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
125 
常用Openssl命令
申请证书SSL常用于身份验证、数据加密等应用中,要使用SSL,我们密码有自己的证书。数字证书一般要向专业的认证公司(如VeriSign)申请,并且都是收费的,某些情况下,我们只是想使用加密的数据通信,而不在乎认证,这
2021-12-07 14:14
142 
Centos修改root密码
[root@localhost ~]# passwdChanging password for user root.New password:Retype new password:passwd: all authe
2021-12-07 14:14
124 
每天一个linux命令(15):tail 命令
tail 命令从指定点开始将文件写到标准输出.使用tail命令的-f选项可以方便的查阅正在改变的日志文件,tail -f filename会把filename里最尾部的内容显示在屏幕上,并且不但刷新,使你看到最新的文
2021-12-07 14:15
168 
df shows no file systems processed
df shows no file systems processedA df -m command on the system shows:df -mdf: no file systems processedon O
2021-12-07 14:15
159 
CentOS 7.2 部署邮件服务器(Postfix)
一、Postfix简介Postfix 是一种电子邮件服务器,它是由任职于IBM华生研究中心(T.J. Watson Research Center)的荷兰籍研究员Wietse Venema为了改良sendmail邮件
2021-12-07 14:15
124 
SOCKET.IO,系统API,
1. 服务端io.on(connection,function(socket));监听客户端连接,回调函数会传递本次连接的socketio.sockets.emit(String,data);给所有客户端广播消息io
2021-12-07 14:15
120 
CentOS 7 下安装 Nginx
安装所需环境Nginx 是 C语言 开发,建议在 Linux 上运行,当然,也可以安装 Windows 版本,本篇则使用 CentOS 7 作为安装环境。一. gcc 安装安装 nginx 需要先将官网下载的源码进行
2021-12-07 14:15
146 
T:0.029954s,M:278.64 KB
返回顶部 留言