- 博客(3)
- 收藏
- 关注
原创 centos8搭建DNS服务器
centos8搭建DNS服务器1.安装bind,bind[root@nginx ~]# yum install bind* -y2.启动DNS服务[root@nginx ~]# systemctl enable namedCreated symlink /etc/systemd/system/multi-user.target.wants/named.service → /usr/lib/systemd/system/named.service.[root@nginx ~]# systemct
2021-06-19 11:34:44
1160
原创 psutil模块的使用
psutil模块的使用psutil介绍process and system utilities(进程和系统工具)能够轻松的实现获取系统运行的进程和系统利用率(CPU、内存、磁盘、网络等)信息,主要应用于系统监控。实现了同等命令命令行实现的功能:ps、top、lsof、netstat、ifconfig、who、df、kill、free、nice、ionice、iostat、iotop、uptime、pidof、tty、taskset、pmap等跨平台:linux、windows、OS X、Free
2021-05-25 13:58:34
573
3
原创 hexo博客搭建
hexo博客搭建 win10(保姆级)先下载node.js,网址https://nodejs.org/然后一直点击下一步,默认安装就行按win+R ,输入cmd,进入命令行模式,输入node -v,npm -v,查看是否安装成功和下载版本npm这个包管理器的源在国内较慢,所以安装cnpm(淘宝的源,速度更快),输入npm install -g cnpm --registry=https://registry.npm.taobao.orgcnpm 安装hexo-cli,输入cnpm i
2021-05-22 19:52:05
296
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅