07 2020 档案
摘要:1、配置 bind 服务,实现 www.magedu.org 域名解析 服务端 10.0.0.71yum install -y bind bind-utils;systemctl enable --now named vim /etc/named.conf// listen-on port 53 {
阅读全文
摘要:第8周作业:1、对称加密过程由那三部分组成 加密,解密,密钥传输 2、使用 openssl 中的 aes 对称加密算法对文件 file.txt 进行加密,然后解密 加密:openssl enc -aes-256-cfb -in file.txt -out file.enc解密:openssl enc
阅读全文
摘要:1、使用netstat和awk统计服务器出现tcp网络状态并按数量排序?netstat -tua|awk '/^tcp/{state[$NF]++}END{for(i in state){print state[i],i}}'|sort -nr2、ll | awk '{print $3, "owns
阅读全文
摘要:1、linux查看系统进程的命令是ps 2、在超级用户下显示linux系统中正在运行的全部进程,使用的命令和参数ps aux3、在linux操作系统中,现在查看tomcat的进程状态使用命令是ps aux|grep tomcat4、linux系统中,要想进程在后台运行,在命令结尾加上&5 、服务器如
阅读全文
浙公网安备 33010602011771号