发布时间:2016-08-10 10:12:25
原文:http://www.usenix.org/events/bsdcon02/full_papers/baldwin/baldwin_html/index.htmlLocking in the Multithreaded FreeBSD KernelJohn H. BaldwinThe Weather Channeljhb@FreeBSD.org, http://people.FreeBSD.org/~jhbAbstractAbout a year ago, the FreeBSD Project embarked on the ambitious ta.........【阅读全文】
发布时间:2016-08-08 10:53:27
WebVirtMgr 是一个基于 libvirt 开发的用来管理虚拟机的Web接口。你可创建和配置新的域,并调整域的资源分配,可通过 SSH 隧道的 VNC 浏览器提供完整的图形控制台来访问 guest 域,支持 KVM。......【阅读全文】
发布时间:2016-08-04 10:03:05
1, 准备虚拟机 准备2个机器freebsd(10.1)的kvm虚拟机器(bsd0, bsd1), 其中bsd0为开发机(调试机), bsd1为测试机(目标机) bsd0开发机必须要装有freebsd的源码2, 在bsd0开发机器上编译内核2.1, 在bsd0上编译内核 #cp /usr/src/sys/amd64/conf/GENER.........【阅读全文】
发布时间:2016-08-04 09:08:53
vi /etc/ssh/sshd_config#PermitRootLogin no -->PermitRootLogin yes重新启动SSH服务:xxx# /etc/rc.d/sshd restartStopping sshd.Waiting for PIDS: 349.Starting sshd.xxx# 重新启动完成后,root即可登陆......【阅读全文】