摘要:
1.Rosetta uses SCons as a compile assistant. You will likely need to download and install this first. download website: http://www.scons.org/download. 阅读全文
随笔档案-2015年10月
redhat 6.7 安装nvidia显卡驱动时出现的问题
2015-10-20 15:23 by 丨o聽乄雨o丨, 3664 阅读, 收藏, 编辑
摘要:
一、给Redhat装Nvidia驱动时,出现类似ERROR: The Nouveau kernel driver is currently in use by your system. 的错误,这是应为系统已经安装了Nouveau的显卡驱动,解决办法:(1)编辑 /etc/modprobe.d/bl... 阅读全文
分子模拟软件Schrodinger Suites 2015安装
2015-10-13 10:05 by 丨o聽乄雨o丨, 2249 阅读, 收藏, 编辑
摘要:
安装平台:redhat 5.6 schrodinger 2015 先把schrodinger_2015.iso 挂载到/mnt >>>> mount -o loop schrodinger_2015.iso /mnt >>>> cd /mnt >>>> ./INSTALL 安装之后进行破解:返回到/ 阅读全文
redhat centos yum源的安装
2015-10-09 10:17 by 丨o聽乄雨o丨, 389 阅读, 收藏, 编辑
摘要:
redhat centos yum源的安装1.除旧#cd /etc/yum.repos.d #mv rhel-debuginfo.repo rhel-debuginfo.repo.bak 此处将其备份起来,供意外恢复时使用,如有其他的相关的源设置,都要删除,或是采用以上方法备份。删除RHEL5自带的... 阅读全文
redhat6.5 linux 安装mysql5.6.27
2015-10-09 10:11 by 丨o聽乄雨o丨, 460 阅读, 收藏, 编辑
摘要:
1.yum安装mysql(root身份),适用于红帽6.5 yum install mysql-server mysql-devel mysql -y 如没有配置yum,请参见博客:http://www.cnblogs.com/wq242424/p/4863103.html 2.启动mysqld服务 阅读全文