摘要: 1. 重启路由器在30s内(看到“memory”参数的时候)按住,ctrl+break. 2. 在monitor模式下: rommon1>confreg 0x2142 更改寄存器的值 rommon1>boot 重启 3. Router#copy startup-config running-conf 阅读全文
posted @ 2016-01-04 16:23 emmac 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1. 首先我们来配置一下192.168.1.2这台机器。1.1 操作系统: windows server 2003 R21.2 IP: 192.168.1.2/24 GW: 1922.168.1.1 DNS: 192.168.1.2注意:这台机器需要自己配置DNS, 然后指向自己,不然当使用wi... 阅读全文
posted @ 2015-08-04 15:52 emmac 阅读(856) 评论(0) 推荐(0) 编辑
摘要: windows漫游用户配置文件,大概意思是用户在本地的配置文件可以在每次注销后保存到服务器端,然后每次开机后,从服务器端拿到上次的文件。如果你固定使用一台计算机,那么这个功能也许不见得那么有用,但是如果你经常换计算机使用,那么,这个功能看起来是很美好的。不要使用这个功能在于以下4点:1. 开机风暴。... 阅读全文
posted @ 2015-06-26 14:43 emmac 阅读(693) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32\Sysprep\sysprep.exe (1)"Enter System Out-of-Box Experience(OOBE)"(2) check "Generalize"(3) Shutdown 阅读全文
posted @ 2015-05-25 13:21 emmac 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1、如何修改还原模式的密码cmd -> ntdsutil -> ?(help) -> set dsrm password -> ? -> reset password on server xx.xx.xx -> (input password)2、 ... 阅读全文
posted @ 2015-05-22 18:01 emmac 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 做测试的时候记得关掉防火墙。1、A: 172.16.4.20/16 B: 172.16.50.6/8问题: A能ping通B吗?2、A:172.16.4.20/16 B: 172.16.50.6/24问题: A能ping通B吗?若ping不通,A ping B返回什么信息? B ping A返回... 阅读全文
posted @ 2015-05-20 17:47 emmac 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 用户操作系统网络配置MAC地址其他模拟内部防火墙windows server 2008 R2对内网卡:10.0.0.1/4对外网卡:61.100.100.100/4F5-241、安装角色:Network Policy and Access Services-> 勾选 Routing and Remo... 阅读全文
posted @ 2015-05-20 17:13 emmac 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: 以下试题来自:http://www.certdepot.net/rhel7-rhcsa-sample-exam-1/1.Create axfsfile system on a new logical volume of100MBcalledlv_xfs. Mount it permanently w... 阅读全文
posted @ 2015-03-13 14:08 emmac 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 以下试题来自:http://www.certdepot.net/rhel7-rhcsa-sample-exam-1/1.Create two users:johnwith uid/gid equal to2000, password12345678anddaviswith uid/gid equal... 阅读全文
posted @ 2015-03-10 15:53 emmac 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1. 在光驱中加载你的安装光盘或者iso镜像2. mkdir /mnt/cdrom3. mount /dev/cdrom /mnt/cdrom4. mkdir /home/rhel65. cp -Rf /mnt/cdrom/* /home/rhel6/6. vim /etc/yum.repos.d/... 阅读全文
posted @ 2014-10-31 09:12 emmac 阅读(220) 评论(0) 推荐(0) 编辑