- 博客(8)
- 收藏
- 关注
原创 网络杂记
文章目录linux下查询网卡设备的类型搭建网桥linux下查询网卡设备的类型ethtool -i {interface}$ ethtool -i br-eth0driver: bridge...搭建网桥参考文献:linux 虚拟网络设备之网桥Tun/Tap interface tutorial## create bridge and set it upip link a...
2019-09-17 18:47:47
240
原创 各种其它工具杂记
文章目录usb镜像写入工具usb镜像写入工具开源跨平台的镜像写入工具balenaEtcherbalenaEtcher支持windows, mac, linux。
2019-09-17 10:21:51
152
原创 linux命令行使用,以及各种问题杂记
本文是对使用过的linux命令行的一些杂记文章目录find 正则表达式find 正则表达式$ find {path} -regextype {option} -regex {regex}$ find . -regextype "posix-egrep" -regex "*.log$" ##正则匹配所有log文件...
2019-08-28 10:34:43
216
原创 tmux & vim问题杂记
本文主要记录关于vim各种乱七八糟的细节问题这里提供一个重要的参考文献中心:Vim Tips Wiki文章目录显示tab及尾部多余空格,将tabs转化为空格显示tab及尾部多余空格,将tabs转化为空格在处理 python 的源码时经常需要用到它显示tab及尾部多余空格set list "显示tab及尾部空格set listchars=tab:>-,trail:- "将其显示为...
2019-08-12 11:30:24
270
原创 读neutron源码,各种细节杂记
主要记录在阅读neutron的源码时遇到的各种知识点目录oslo_conf 的全局配置oslo_conf 的全局配置关于oslo_conf模块的使用参考oslo.config Quick Start!代码如下service_opts = [ cfg.IntOpt('periodic_interval', default=40, ...
2019-07-30 18:49:37
411
原创 搭建局域网内的APT源
不定期更新… …目录需求搭建过程遇到的问题* pip install 时locale.Error: unsupported locale setting需求搭建过程…遇到的问题* pip install 时locale.Error: unsupported locale setting参考locale.Error: unsupported locale setting 的解决方案$...
2019-07-17 11:37:45
2811
原创 安装linux子系统, 使windows适用于linux开发
目录需求安装linux子系统调整linux子系统修改apt源需求公司里使用的是windows系统,而生产环境都是linux系统,中间一般都需要一个用于登陆管理用的机器,用ssh连接。如果终端机器也用linux的话,会比较方便。安装linux子系统参考Windows Subsystem for Linux,进行安装即可。我这里选择 kali linuxroot@xxx:~# uname ...
2019-07-01 17:57:40
462
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人