代码改变世界

随笔档案-2016年12月

Thinkstation center M8600t装RHEL7不能联网,网卡驱动没装问题

2016-12-21 20:53 by 丨o聽乄雨o丨, 2534 阅读, 收藏, 编辑
摘要: Thinkstation center M8600t装RHEL7时不能联网,配置ip也不可以,后来发现网卡驱动没有安装。可以通过装网卡驱动的方式解决问题,解决方法如下: root登录 lspci | grep 'Ethernet controller' #查看网卡型号 显示:Ethernet con 阅读全文

gedit 没有preference项,使preference回归,并用命令行设置行号,解决centos7下中文乱码,text wrapping等问题

2016-12-09 20:43 by 丨o聽乄雨o丨, 891 阅读, 收藏, 编辑
摘要: 1. 最简单的,使preference选项回来: 2. 设置行号: 3. 当前行高亮: 4. 解决centos7 gedit中文乱码的问题: 阅读全文

linux rhel7 dock6.7安装

2016-12-09 20:13 by 丨o聽乄雨o丨, 416 阅读, 收藏, 编辑
摘要: 1. 下载dock6.7 先申请license 在这个网址下载http://dock.compbio.ucsf.edu/Online_Licensing/index.htm 2. tar zxvf *.tar.gz 3. cd dock6/install 4. ./configure gnu 5. 阅读全文

rhel 7.0, windows10双系统grub2设置

2016-12-09 15:59 by 丨o聽乄雨o丨, 1573 阅读, 收藏, 编辑
摘要: 因为在win10基础上装了rhel7,但是启动时却没有win10的启动项,下面的方法解决此问题。 $ su #root登录 $ cd /boot/grub2 1. 简单执行grub2-mkconfig -o grub.cfg,自动检测磁盘中安装的系统截止 $ grub2-mkconfig -o gr 阅读全文

编译错误:/usr/bin/ld: cannot find -lz

2016-12-09 12:03 by 丨o聽乄雨o丨, 222 阅读, 收藏, 编辑
摘要: 编译时出现错误/usr/bin/ld: cannot find -lz,安装zlib和zlib-devel yum install zlib yum install zlib-devel 阅读全文

rhel 7.0 配置centos yum源(2016/12/8),成功!

2016-12-08 19:43 by 丨o聽乄雨o丨, 2359 阅读, 收藏, 编辑
摘要: 1.首先查看redhat 7.0系统本身所安装的那些yum 软件包: rpm -qa | grep yum #列出所有已安装的yum包 2.删除这些包: rpm -e *.rpm --nodeps #删除所有以前的yum包 3.下载新的yum rpm包:(2016/12/8 最新版本rpm,如果40 阅读全文

rosetta2014/2015安装时出现INCLUDE(keyerror)错误,解决。

2016-12-06 15:11 by 丨o聽乄雨o丨, 750 阅读, 收藏, 编辑
摘要: 错误: KeyError: 'INCLUDE' 使编译出错 解决方法: [usrname@host source]$ vim tools/build/site.settings 注释# "include_path" : os.environ["INCLUDE"].split(":"), 行 问题解决 阅读全文
点击右上角即可分享
微信分享提示