
CentOS Redhat
文章平均质量分 87
Lucifer10086
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7安装tensorflow-gpu1.8
前两天安装一台GPU工作站,P100的GPU的卡,系统是centos7,安装tensorflow-gpu 1.8,网上各种教程各种坑,最后还是自己找方法解决。1、GPU服务器,Tesla P1002、centso7.33、python3.6安装前是安装python3.6,tesorflow支持python2.7和3.5比较好,一、下载CUDA9.0安装显卡驱动再安装cuda...原创 2018-08-02 17:09:41 · 1824 阅读 · 1 评论 -
redhat6.8解决An error occured during the file system check.W10 Warning Changing a readonly file.
服务器新挂载一个存储,开机自动挂载mount写在了/etc/fstab存储断了之后服务器不能正常进入系统,报错如下,***An error occured during the file system check.***Dropping you to a shell; the system will reboot***when you leave shell.Give root...原创 2019-07-26 17:46:42 · 826 阅读 · 0 评论 -
Centos常用命令
网络配置IPcd /etc/sysconfig/network-scripts查看网卡,编辑vim ifcfg-ens33DEVICE=ens33 #网卡名称BOOTPROTO=static #dhcp改为staticONBOOT=yes #开机启用本配置IPADDR=10.0.10.112 #静态IPGATEWAY=10.0.10.254 #默...原创 2019-07-26 17:53:32 · 179 阅读 · 0 评论