修改前 修改后 6.0 Recovery 模式横屏修改方法 修改相关文件 bootable\recovery\minui\Android.mk bootable\recovery\minui\mt_graphic_rotate.cpp bootable\recovery\minui\mt_graph ...
分类:
其他好文 时间:
2019-09-16 19:12:01
阅读次数:
100
ip命令功能:配置网络属性 一、ip link 系列 ip link ip [-s] link show # 查看默认信息 ip link show eth0 ip link show up ip link show up # 查看启用的端口 ip link show lo # 查看某一端口 ip ...
分类:
系统相关 时间:
2019-09-16 16:41:31
阅读次数:
125
#config netcard nmcli connection modify eth0 ipv4.method manual ipv4.addresses 192.168.4.114/24 ipv4.dns 8.8.8.8 ipv4.gateway 192.168.4.1 connection.a ...
分类:
其他好文 时间:
2019-09-14 22:36:26
阅读次数:
105
报错为Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization 错误原因,是因为linux网卡绑定了原mac地址导致 解决方法为 1.使用ifconfig -a 查看当前主机 ...
分类:
系统相关 时间:
2019-09-14 16:20:41
阅读次数:
124
四台克隆机均进行相同操作 1.配置ip地址 2.配置主机名 3.配置hosts 4.关机,拍摄快照备用 ...
分类:
系统相关 时间:
2019-09-14 00:43:29
阅读次数:
111
今天有1台服务器修改了 /etc/sysconfig/network-scripts/ifcfg-eth0 配置文件中的一个参数: NM_CONTROLLED=“yes” 修改成 NM_CONTROLLED=“no” 悲剧发生了,服务器直接就连不上了,慌的一B。 百度了一下,网上说NM_CONTRO ...
分类:
其他好文 时间:
2019-09-11 18:01:24
阅读次数:
243
环境 两个节点:ceph1、ceph2 ceph1: mon、mds、osd.0、osd.1 ceph2: osd.2、osd.3 网络配置: ceph1: 管理网络,eth0,10.0.0.20 存储网络,eth1, 10.0.1.20 ceph2: 管理网络,eth0,10.0.0.21 存储网 ...
分类:
其他好文 时间:
2019-09-10 13:31:58
阅读次数:
102
1.查看网卡信息 2.在docker的centos7命令行中进行eth0设置 3.新建网桥br0的配置(ip自定义的,不必纠结.网关是docker的网关) 4.在宿主机上重启容器,使网桥配置生效 5.重新进入容器 6.查看网络 7.网桥br0添加eth0端口 8.Ping网络是否畅通 ...
分类:
其他好文 时间:
2019-09-09 19:44:39
阅读次数:
116
package com.rj.bd.new_one; import java.util.GregorianCalendar; /** * @desc 闰年的判断 * @time 2019-09-08 * @author yhx * */ public class RunNina { public s... ...
分类:
编程语言 时间:
2019-09-08 18:21:39
阅读次数:
89
第一阶段:确定攻击目标IP,且是活着的,显示在线IP 二层发现: 1、arping 不知此ping一个网段 #!/bin/bashif [ "$#" -ne 1 ]; then echo "Example - ./arping.sh eth0" exit fiinterface=$1prefix=$ ...
分类:
其他好文 时间:
2019-09-05 23:48:09
阅读次数:
202