摘要: backport的解释:Backports are packages taken from the next Debian release (called “testing”) 意思就是配上backport源就可以使用下一个debian版本上比较新的软件了。目的就是让现在使用中的old版本来 使用新 阅读全文
posted @ 2020-09-28 23:55 helloweifa 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 1、-i 输入接口 -i 代表输入接口,-i 指定了要处理来自哪个接口的数据包,这些包即将进入 INPUT,FORWARD,PREROUTE 链。 比如 -i eth0 指定了要处理通过 eth0 进入的数据包,如果不指定 -i 参数那么将处理所有接口的数据包。 ! -i eth0 处理所有经由 e 阅读全文
posted @ 2020-09-28 23:20 helloweifa 阅读(458) 评论(0) 推荐(0) 编辑
摘要: proxmox网络较为复杂: 1、bridge模式 传统的linux bridge模式 ovs模式 2、routered路由模式 proxy—arp 放个图: 例子1: 3、masquerade 4、vlan模式 vlan觉醒 5、bond模式 这里还涉及到一个问题,网络如何在不重启的情况下生效,p 阅读全文
posted @ 2020-09-28 21:49 helloweifa 阅读(2504) 评论(0) 推荐(0) 编辑
摘要: 查询已经安装的软件包: dpkg-query -l apt list --installed 查询没有安装的软件包(或者说查询仓库中的软件包): apt-cache search upnp 查看软件包 包含有哪些文件,有以下3种方式: 1) dpkg -L miniupnpd 2) dpkg-deb 阅读全文
posted @ 2020-09-28 19:25 helloweifa 阅读(3116) 评论(0) 推荐(0) 编辑
摘要: tets 阅读全文
posted @ 2020-09-28 17:36 helloweifa 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 参考:wiki VM Templates and Clones :https://pve.proxmox.com/wiki/VM_Templates_and_Clones#Linked_Clone 其中提到: Linked Clones works for theses storages: file 阅读全文
posted @ 2020-09-28 17:32 helloweifa 阅读(2268) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2020-09-28 17:13 helloweifa 阅读(316) 评论(0) 推荐(0) 编辑
摘要: proxmox是开源virtualization的扛鼎之作,一直在持续更新中,如果想查询新版本的新功能和特性,可以翻阅wiki:https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_6.2 我来摘录下6.2的更新内容: Proxmox VE 6.2 Rele 阅读全文
posted @ 2020-09-28 16:57 helloweifa 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: nginx可以像http 80 443端口那样复用tcp端口吗 这是一个很有趣的topic 参考: 1、github上开源端口复用方案 https://uknowsec.cn/posts/notes/frsocks+protoplex+%E6%B5%81%E9%87%8F%E9%87%8D%E5%A 阅读全文
posted @ 2020-09-28 16:41 helloweifa 阅读(1153) 评论(1) 推荐(0) 编辑
摘要: ###目标: 将virtualbox 虚拟机迁徙到 proxmox中 将vmware 虚拟机迁徙到 proxmox ####virtualbox转proxmox步骤: 1). virtualbox一般都是导出为ovf或者ova(注意导出前网卡的mac地址,必要的时候记住) 2). 如果是ovf文件, 阅读全文
posted @ 2020-09-28 16:05 helloweifa 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: 前提:在cnblog后台选项中,设置默认的编辑器为markdown #首先以及标题 上标和下标 x10 y-1 上面要有空行才算是换段 这个是换行不换段落 段落的缩进,建议采用一个全角空格比较好 头部有一个全角空格符号(注意输入法要切换成全角模式),当然行首缩进还有其他的方法,参考:https:// 阅读全文
posted @ 2020-09-28 00:01 helloweifa 阅读(157) 评论(0) 推荐(0) 编辑