随笔分类 -  os

上一页 1 ··· 18 19 20 21 22 23 下一页

Authorization not available. Check if polkit service is running
摘要:yum install setroubleshoot setools systemctl start polkit 阅读全文

posted @ 2020-07-13 18:07 tycoon3 阅读(5328) 评论(0) 推荐(0)

git
摘要:[root@kunpeng82 mininet]# git branch -vv * master bfc42f6 [origin/master] Merge pull request #921 from timgates42/bugfix/typo_updates [root@kunpeng82 阅读全文

posted @ 2020-07-13 14:09 tycoon3 阅读(314) 评论(0) 推荐(0)

Quagga BGP and exabgp: work together for BGP blackhole implementation
摘要:Quagga BGP and exabgp: work together for BGP blackhole implementation In our test case we will deploy two machines: 10.0.3.114 for exabgp (it announce 阅读全文

posted @ 2020-07-12 11:37 tycoon3 阅读(352) 评论(0) 推荐(0)

ubuntu 配置dns
摘要: 阅读全文

posted @ 2020-07-10 09:55 tycoon3 阅读(161) 评论(0) 推荐(0)

ironic 裸金属 failed to mount sysroot
摘要:没生效 执行以下 然后,就修复了,再执行init 6 阅读全文

posted @ 2020-07-09 14:49 tycoon3 阅读(184) 评论(0) 推荐(0)

linux 内核内置模块
摘要:[root@kunpeng82 devuser]# cat /lib/modules/$(uname -r)/modules.builtin kernel/arch/arm64/crypto/aes-ce-cipher.ko kernel/arch/arm64/crypto/aes-ce-ccm.k 阅读全文

posted @ 2020-07-08 19:32 tycoon3 阅读(684) 评论(0) 推荐(0)

linux bridge 转发 ip
摘要:10.0.10.121/24 访问8.8.8.8 ,会经过 gw:10.0.10.254,网桥做了arp proxy,报文的目的mac是网桥的mac.由网桥走内核协议栈三层转发 192.168.116.121/24 访问8.8.8.8 ,会经过 网桥做二层转发,不会进行三层转发,由网关192.168 阅读全文

posted @ 2020-07-08 19:05 tycoon3 阅读(871) 评论(0) 推荐(0)

iptables nat&conntrack
摘要:规则的顺序很重要,一旦有一个规则匹配成功了,后面的规则将会被忽略 - -I: 指定一个链,表示要加入一条规则在链中,放在所有规则的首部 - -A:指定一个链,追加一条规则,放在所有规则尾部 10.10.28.18的网关是10.10.28.1 root@ubuntu:/home/devuser# pi 阅读全文

posted @ 2020-07-08 17:13 tycoon3 阅读(914) 评论(0) 推荐(0)

安装ubuntu自定义分区
摘要: 阅读全文

posted @ 2020-07-08 14:50 tycoon3 阅读(668) 评论(0) 推荐(0)

loopback
摘要:82节点 [root@kunpeng82 devuser]# ip a del 172.168.1.82/24 dev lo [root@kunpeng82 devuser]# ip a del 172.168.1.82/32 dev lo RTNETLINK answers: Cannot ass 阅读全文

posted @ 2020-07-08 11:29 tycoon3 阅读(799) 评论(0) 推荐(0)

修改CentOS7,修改默认语言环境
摘要:修改CentOS7,修改默认语言环境 1.临时修改: # export LANG=en_US.UTF-8 2.永久修改: # vim /etc/locale.conf or # localectl set-locale LANG=en_US.UTF-8 更改为 ,重启。 阅读全文

posted @ 2020-07-07 11:34 tycoon3 阅读(711) 评论(0) 推荐(0)

authentication token manipulation error
摘要:mount -o remount,rw / chattr -i /etc/passwd /etc/shadow 阅读全文

posted @ 2020-07-06 19:43 tycoon3 阅读(231) 评论(0) 推荐(0)

ironic 裸金属启动失败了
摘要:[centos@ boot]$ cat /etc/fstab LABEL=cloudimg-rootfs / ext4 defaults 0 1 LABEL=MKFS_ESP /boot/efi vfat defaults 0 1 [centos@ boot]$ swap swaplabel -L 阅读全文

posted @ 2020-07-06 16:43 tycoon3 阅读(521) 评论(0) 推荐(0)

NetMikoTimeoutException: Timed-out reading channel, data not available
摘要:[root@bogon good]# vi huawei.248.py 1 from netmiko import ConnectHandler 2 import logging 3 logging.basicConfig(filename="test.log", level=logging.DEB 阅读全文

posted @ 2020-06-29 11:52 tycoon3 阅读(2048) 评论(0) 推荐(0)

python2.7.5
摘要:./configure --prefix=/usr/local/python2.7.5 gcc -pthread -Xlinker -export-dynamic -o python \ Modules/python.o \ libpython2.7.a -lpthread -ldl -lutil 阅读全文

posted @ 2020-06-28 12:02 tycoon3 阅读(1318) 评论(0) 推荐(0)

ICMP redirect
摘要:ICMP redirect 192.168.117.165 to host 10.10.16.254, length 92 ping没有问题 引入策略路由可以解决 阅读全文

posted @ 2020-06-19 15:10 tycoon3 阅读(304) 评论(0) 推荐(0)

yum卸载软件以及依赖,回滚事务
摘要:yum卸载软件以及依赖,回滚事务 现在的 yum 带有历史记录功能,可以查看过往的事务,重做或回滚这些事务. 显示事务的命令是 “yum history”, 在历史中搜索某个软件包是“yum history list XXXX”, 显示某个事务的详细信息用 “yum history info N” 阅读全文

posted @ 2020-06-11 10:45 tycoon3 阅读(896) 评论(0) 推荐(0)

4种使用Yum命令禁用/锁定某些软件包更新的方法
摘要:转载 https://www.howtoing.com/yum-lock-disable-blacklist-certain-package-update-version 禁用使用Yum锁定某些软件包更新 每一个Linux发行版附带了其上述功能默认包管理器,但所有这些发现,大部分的人是: Yum在R 阅读全文

posted @ 2020-06-10 17:12 tycoon3 阅读(4640) 评论(0) 推荐(0)

(OK-HALF) To Find a Rogue DHCP Server—tcpdump/dhclient—nmap
摘要:转载 https://www.cnblogs.com/ztguang/p/12646990.html # . find_rogue_dhcp.sh & #! /bin/sh # tcpdump -i enp13s0 -nev udp port 68 >> /tmp/rogue 2>&1 & # to 阅读全文

posted @ 2020-06-06 16:03 tycoon3 阅读(153) 评论(0) 推荐(0)

鲲鹏920网卡中断过多导致cpu负载100%
摘要:[root@localhost ~]# ethtool -i enp6s0 driver: hinic version: firmware-version: expansion-rom-version: bus-info: 0000:06:00.0 supports-statistics: no s 阅读全文

posted @ 2020-06-05 11:35 tycoon3 阅读(1159) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22 23 下一页

导航