1:解除锁定 handlers modules 两个模块的锁定 %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/handlers %windir%\system32\inetsrv\appcmd unl ...
centos启动流程post--BIOS--bootloader---kernel---rootfs----switchroot---/sbin/init--/etc/inittab/etc/init/*.conf设定运行级别系统初始化脚本不昂比或启动对应级别下的服务e编辑模式c进入grub模式
分类:
系统相关 时间:
2017-10-17 12:40:35
阅读次数:
326
本文转载自:http://blog.csdn.net/u012719256/article/details/52304273 一、MTD分区: BOOT: boot.img,Linux kernel (within normal ramdisk)MISC: bootloader message st ...
分类:
其他好文 时间:
2017-10-14 21:18:04
阅读次数:
289
Linux开机过程: 1 开机自检(BIOS):初始化硬件,查找启动介质 2 MBR引导 3 GRUB引导菜单:GRUB程序安装在Bootloader 4 加载内核(kernel) 5 运行INIT进程 6 读取inittab配置文件,执行/etc/rc.d/rc.sysinit,/ect/rc.d ...
分类:
系统相关 时间:
2017-10-12 00:51:42
阅读次数:
211
任何程序员应该记住的性能指标 Numbers Everyone Should Know L1 cache reference 0.5 ns Branch mispredict 5 ns L2 cache reference 7 ns Mutex lock/unlock 25 ns Main memo ...
分类:
其他好文 时间:
2017-10-11 21:06:22
阅读次数:
229
如何在Linux环境中使用PAM锁定多次登录失败用户修改如下文件:/etc/pam.d/sshd(远程ssh)/etc/pam.d/login(终端)内容如下:#%PAM-1.0
authrequiredpam_tally2.sodeny=3unlock_time=120even_deny_rootroot_unlock_time=1200
authrequiredpam_faillock.sopreauthsilentauditdeny..
分类:
系统相关 时间:
2017-10-10 16:29:47
阅读次数:
268
PIC32MZ USB bootloader在线升级程序,也叫USB引导程序。通过USB口升级应用程序即简单又方便。USB是一种非常流行的接口,有了USB bootloader,你随时随地都可以更新你的应用程序。我的这个U盘 bootloader, 是USB bootloader的一种, 采用USB... ...
分类:
其他好文 时间:
2017-10-08 15:31:55
阅读次数:
208
PIC32MZ USB bootloader在线升级程序,也叫USB引导程序。通过USB口升级应用程序即简单又方便。USB是一种非常流行的接口,所有的电脑都有这个接口,有了USB bootloader,你随时随地都可以更新你的应用程序。我的这个USB bootloader 采用HID device ... ...
分类:
其他好文 时间:
2017-10-08 13:32:52
阅读次数:
250
题意:给你一个原串和n个子串,问你这n个子串任意组合起来能不能使原串出现,串的长度为2。 Examples Input ya4ahoytoha Input Output YES Output Input hp2http Input Output NO Output Input ah1ha Input ...
分类:
其他好文 时间:
2017-10-07 14:44:31
阅读次数:
144