自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

原创 CCNA基础-OSI七层模型

OSI(open systems interconnection,开放系统互联)参考模型

2017-12-01 09:30:53 407

原创 笔记本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关注的人

提示
确定要删除当前文章?
取消 删除