- 博客(6)
- 收藏
- 关注
原创 Subime text3配置python3
1、打开sublime text 3,点击上部菜单栏Tools->Build System->new Build System 2、{ "cmd": ["C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe", "-u", "$file"], "file_regex": "^[
2018-01-28 17:46:30
450
1
原创 笔记本Linux系统,修改合盖不休眠
编辑下列文件: [root@BiJiBen ~]# vi /etc/systemd/logind.conf # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Le
2017-11-18 19:53:50
3837
原创 Linux配置本地yum源
1.配置yum源 备份一下比较好 [root@compute ~]#mv /etc/yum.repos.d/* /opt/ 编辑repo文件: [root@compute ~]#vi /etc/yum.repos.d [centos] #库名称 name=centos #名称 baseurl=file:///opt/centos #yum源目录源地址 gpgcheck=0 #检查
2017-11-08 16:51:19
566
原创 Linux网络配置
1.临时修改 [root@compute ~]# ipconfig eth0 192.168.100.0 #修改eth0网卡为192.168.100.0 1.2修改网卡地址 [root@compute ~]# route add default gw 192.168.100.1 dev eth0 route命令用来显示或修改ip的路由表。 route add [-net
2017-11-08 15:05:50
306
原创 Linux命令-parted命令
[root@compute ~]#parted /dev/md126 (parted) mkpart swift 702G-803G #创建swfit分区,从702G到803G [root@compute ~]#mkfs.xfs /dev/md126p5 #将磁盘格式化成xfs文件系统 注:这是我的实验环境 实例1: [root@compute ~]#parted /de
2017-11-08 14:42:48
2201
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅