CentOS下# yum -y install OpenIPMI OpenIPMI-tools就安装好ipmi的工具了。# chkconfig impi on# service ipmi start设置iDRAC的ip信息及启用IPMI网络控制# ipmitool -I open lan set 1...
分类:
其他好文 时间:
2014-11-10 17:11:59
阅读次数:
577
Ubuntu 14.04 LTS is out, loads of new features have been added. Here are some procedures I followed to install CUDA 6.0 on my DELL Inspiron.First of a...
分类:
系统相关 时间:
2014-11-09 00:49:56
阅读次数:
300
# -*- coding: utf-8 -*-"""Created on Wed Nov 05 15:18:17 2014@author: dell"""import pandas as pdimport numpy as npimport datetimeimport matplotlib.pyp...
分类:
其他好文 时间:
2014-11-06 12:22:03
阅读次数:
295
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 21:22:29 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltx, y = np.meshgrid(np.li...
分类:
其他好文 时间:
2014-11-04 22:31:31
阅读次数:
422
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 15:46:32 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltif __name__ == '__main__...
分类:
其他好文 时间:
2014-11-04 19:36:46
阅读次数:
200
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceMobileSP{publicclassGMS{//codego.net初始化gsmmodem,并连接gsmmodem[DllImport("dllforvc.dll",EntryPoint="GSMModemInitNew",CharSet=CharSet.Ansi,CallingCon..
分类:
其他好文 时间:
2014-11-01 12:02:53
阅读次数:
187
鉴于每次重装系统都要重新安装软件,重新配置选项,而ubantu下的安装步骤往往比较麻烦,在此将具体的操作步骤记录下来,以便于后来的查看,从而省去重新查找安装步骤的麻烦.1.Android SDK中的adb程序是32位的,Ubuntu x64系统需要安装32位库文件,用于兼容32位的程序。我的系统是6...
分类:
移动开发 时间:
2014-10-31 20:38:25
阅读次数:
209
问题描述:1、机器:Linux主机,特别是主机为大内存,比如: 4G内存的使用pae内核的Ubuntu系统的dell电脑。2、情况:使用VirtualBox安装Linux系统时,比如:通过Virtalbox安装 ChromeOS、安装YLMF OS等。3、原因:需要安装的linux系统需要启动 pa...
# -*- coding: utf-8 -*-"""Created on Fri Oct 24 19:32:45 2014@author: dell"""# -*- coding: utf-8 -*-"""Created on Fri Oct 17 09:14:25 2014generate fig...
分类:
编程语言 时间:
2014-10-24 20:26:16
阅读次数:
307
注意细节:1、首次安装操作系统Dell服务器R720首次安装操作系统时,必须使用Dell提供的dellsystemtoolsanddocuments引导盘,然后选择相应的操作系统选项(不同出厂年份版本的引导盘所含操作系统列表可能不一样),然后按照提示的时机,插入自己相应的操作系统盘就可以自动安装..
分类:
其他好文 时间:
2014-10-24 19:08:26
阅读次数:
221