- 博客(3)
- 收藏
- 关注
原创 Centos常用命令
网络 配置IP cd /etc/sysconfig/network-scripts 查看网卡,编辑vim ifcfg-ens33 DEVICE=ens33 #网卡名称 BOOTPROTO=static #dhcp改为static ONBOOT=yes #开机启用本配置 IPADDR=10.0.10.112 #静态IP GATEWAY=10.0.10.254 #默...
2019-07-26 17:53:32
177
原创 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
820
原创 centos7安装tensorflow-gpu1.8
前两天安装一台GPU工作站,P100的GPU的卡,系统是centos7,安装tensorflow-gpu 1.8,网上各种教程各种坑,最后还是自己找方法解决。 1、GPU服务器,Tesla P100 2、centso7.3 3、python3.6 安装前是安装python3.6,tesorflow支持python2.7和3.5比较好, 一、下载CUDA9.0 安装显卡驱动再安装cuda...
2018-08-02 17:09:41
1821
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人