Linux target framework (tgt) aims to simplify various SCSI target driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance. The key goals are ...
分类:
系统相关 时间:
2014-07-07 12:21:36
阅读次数:
738
安装步骤1.在VirtualBox主页上面下载VirtualBox-4.3-4.3.6_91406_el6-1.x86_64.rpm2.双击安装3.安装完成后选择镜像后安装系统后将出现错误对话框并提示你运行/etc/init.d/vboxdrv setup来解决问题4.运行/etc/init.d/v...
分类:
其他好文 时间:
2014-07-07 10:01:49
阅读次数:
172
接触到了向左右滑动的手势,上代码。以下实现了,向左滑动时,提出向左滑动的提示,当向右滑动时,提出向右滑动的提示。- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the v...
分类:
其他好文 时间:
2014-07-07 08:25:17
阅读次数:
245
今天启动virtualbox,竟然报错, 并提示运行/etc/init.d/vboxdrv setup , 但运行完了报错: * Stopping VirtualBox kernel modules [ OK ] * Uninstalling old VirtualBox DKMS kernel ....
分类:
其他好文 时间:
2014-07-07 00:45:27
阅读次数:
251
snat:iptables -t nat -A POSTROUTING -s 192.168.1.14 -j SNAT --to-source 10.32.15.34其中,-s 192.168.1.14是想要访问外网的内网主机的ip,--to-source 10.32.15.34为做nat的serv...
分类:
其他好文 时间:
2014-07-05 20:16:40
阅读次数:
265
bootsect部分已经执行完成,程序也跳转到setup部分:
start:
! ok, the read went well so we get current cursor position and save it for
! posterity.
mov ax,#INITSEG ! this is done in bootsect already, but...
mov...
分类:
系统相关 时间:
2014-07-03 18:38:19
阅读次数:
329
这是英文版:Setup Orchard CRM portal website on Azure
分类:
Web程序 时间:
2014-07-03 12:44:54
阅读次数:
307
http://networkx.github.io/documentation/networkx-1.9/install.html1. 安装setuptoolswget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python2. 安装netw...
分类:
Web程序 时间:
2014-07-02 17:10:16
阅读次数:
337
1.配置网卡IP地址#ifconfigeth0192.168.186.1882.关闭防火墙#iptables-F3.安装软件所需要的软件:bind和caching-name#rpm-ivhbind-9.3.6-4.P1.el5#rpm-ivhcaching-nameserver-9.3.6-4.P1.el54.修改named.conf配置文件修改named.caching-nameserver.conf#cp/etc/named.caching-n..
分类:
其他好文 时间:
2014-07-02 15:52:02
阅读次数:
209
git clone https://bitbucket.org/pypy/numpy.gitcd numpypypy setup.py install...
分类:
编程语言 时间:
2014-07-02 10:43:25
阅读次数:
222