unit3##########1.man##########man- - ->manual  
原创
2016-09-29 21:13:59
385阅读
#############################unit3系统延迟及定时机制################################1.at延时at timeat> 动作at>ctrl+dat> <ETO>at -l ###查看任务atrm 任务号 ###结束任务当执行动作有输出时输出内容会以邮
原创
2016-11-02 22:55:00
565阅读
unit3DNSyum install bind -y ##安装软件 systemctl stop firewalld &nbs
原创
2017-05-11 15:44:01
631阅读
一.系统延迟及定时机制1.计划定期任务at命令 1)at 命令可以指定某一任务在将来的特定时间运行。该作业可能是一次备份、对您系统的检查或者 特定时间发送的通知。那些需要花费很长时间才可完成的作业正适合 at 命令。仅需使用 at 命令 &nb
原创
2017-04-17 17:23:21
359阅读
man命令man------查看命令的帮助man:即 manual,操作说明例如:man man ##查看man命令的帮助##man passwd ##查看passw
原创
2017-02-27 21:31:19
452阅读
Objectives Upon completion of this unit, you should be able to: - Understand the purpose and organization of the kernel - Understand how to load and configure kernel modules - Know how to confi
转载
精选
2009-05-12 22:31:47
1018阅读
BUAA UNIT3 社交关系模拟系统 一. 总结实现自己实现规格所采取的设计策略 在实现JML规格时,采取的策略为先大致读一遍JML规格,理解将要实现的类成员变量与方法的大致意义,之后去设计将要实现的类中的数据结构与算法,然后开始下手写代码。值得注意的是,这仅仅是第一步要进行的工作。 在之 ...
转载
2021-05-29 00:03:00
215阅读
2评论
book3 unit3 配置DNS高速缓存hostnamectl set-hostname dns-server.example.com /*修改服务器主机名hostnamectl set-hostname client.example.com /*修改客服端服务器yum install
原创
2016-11-25 00:46:25
782阅读
Objectives Upon completion of this unit, you should be able to: 1) Execute commands at the prompt 2) Explain the purpose and usage of some simple comands 3) Use the build-in help resources in Red
转载
精选
2009-03-17 22:18:59
890阅读
1.yum install bind -y ##安装软件 2.systemctl stop firewalld ##关闭防火墙 systemctl start named ##开启服务 3.vim /etc/named.conf ##修改配置文件 &n
原创
2017-05-09 18:22:55
799阅读
1.at命令 命令:at now +1 min ##一分钟后 at> touch /mnt/file ##建立文件 at><ETO> #
原创
2017-04-17 20:58:52
656阅读
man ---->> manual ##man是手册缩写man man ##查看man命令的帮助man pass
原创
2016-10-06 16:09:43
380阅读
#################### unit 3 #################### #################### 1. man #################### man->>manual###man是手册缩写man man#####查看man命令的帮助man passwd###查看passwd命令的帮助 man的
原创
2016-10-01 22:47:27
530阅读
######3.系统延时及定时机制##### ##1.at延时 at time at> 动作 at>ctrl +d &nb
原创
2016-11-02 11:20:41
349阅读
Unit 11)#1虚拟机的控制在真机模式下打开bash,[kiosk@foundation0 Desktop]$ rht-vmctl start desktop ###打开desktop虚拟机 Error: desktop not started (is already running) ###报错,desktop
原创
2017-03-30 18:56:33
602阅读
unit 3 1. man man ->>manual ###man是手册缩写man man &
原创
2017-04-06 23:42:56
405阅读
1.权限列表的读取 *)查看ACL权限:getfacl filename [kiosk@foundation30 Desktop]$ getfacl file # file: file 文件名称 # owner: kiosk 文件所有人 # group: kiosk&
原创
2017-04-20 19:41:06
487阅读
本单元是基于JML规格来实现对社交关系的模拟和查询,整体架构与设计都是官方给出。在实现过程中,我深感JML是一个非常适合开发的形式化规格语言。尤其对于团队项目的开发,用JML可以清晰规定每一部分的代码要求,程序员在实现时仅需思考在此基础上如何提升性能,而不用为架构设计发愁,体验极佳。 设计策略 由于 ...
转载
2021-05-28 23:09:00
74阅读
2评论
The IQN string format:
iqn.<date_code>.<reversed_domain>.<string>[:<substring>]
The IQN sub-fields:
Required type designator (iqn)
Date code (yyyy-mm)
Reversed domain name
原创
2012-04-18 13:05:22
656阅读
Unit 3 Graphical Reporting
(1)
Configuring MRTG
1. create an initial configuration
cfgmaker –global “workdir:/var/www/mrtg” \
--global &ldquo
翻译
精选
2012-11-21 15:56:17
350阅读