会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
helloweifa
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
25
下一页
2020年12月14日
防止vmware虚拟机被检测出是虚拟机,检测_程序是否运行在虚拟机
摘要: 1、VM虚拟机游戏多开防检测 游戏不能登录处理详解 https://jingyan.baidu.com/article/3ea51489dde7c352e61bba0d.html 2、检测_程序是否运行在虚拟机 https://www.cnblogs.com/debugskill/p/7395256
阅读全文
posted @ 2020-12-14 14:40 helloweifa
阅读(5732)
评论(0)
推荐(0)
2020年12月13日
openwrt opkg的使用、以及openwrt上使用telnet client的方法
摘要: 1、opkg 一般先opkg update,然后可以opkg list "apache" 或者opkg info "apache" (list和info都支持通配符) 来搜索在线apache相关的软件。注意opkg search应该是搜索本机已安装的软件 参考:https://blog.csdn.n
阅读全文
posted @ 2020-12-13 15:52 helloweifa
阅读(6656)
评论(2)
推荐(0)
2020年12月12日
qemu for windows版本上的tap网卡桥接妙用
摘要: qemu for windows版本也可以桥接物理网卡使用,如下操作: 1、安装tap网卡,重命名英文名称 2、将物理网卡和tap网卡桥接成 网桥(此时tap网卡和物理网卡的ip地址都会丢失,网桥的ip地址自动变为dhcp,除非有dhcp,否者网络会断开) 3、给桥接的网卡配置IP 4、qemu f
阅读全文
posted @ 2020-12-12 23:16 helloweifa
阅读(5631)
评论(0)
推荐(0)
2020年12月11日
github的fork和pull request操作
摘要: 1、GitHub 的 Fork 是什么意思? https://www.zhihu.com/question/20431718 2、GitHub 的 Pull Request 是指什么意思 https://www.zhihu.com/question/21682976
阅读全文
posted @ 2020-12-11 11:51 helloweifa
阅读(163)
评论(0)
推荐(0)
DNS域名解析中A、AAAA、CNAME、MX、NS、TXT、SRV、SOA、PTR各项记录的作用
摘要: DNS域名解析中A、AAAA、CNAME、MX、NS、TXT、SRV、SOA、PTR各项记录的作用 https://www.cnblogs.com/azhqiang/p/11024705.html soa和dns区别 https://blog.csdn.net/sinat_29173167/arti
阅读全文
posted @ 2020-12-11 11:44 helloweifa
阅读(994)
评论(0)
推荐(0)
iptables、ipset、dnsmasq的组合使用
摘要: 1、ipset和dnsmasq结合 Dnsmasq+ipset+iptables基于域名的流量管理 https://blog.csdn.net/lvshaorong/article/details/52981169 Dnsmasq / ipset / iptables 基于域名的智能路由 https
阅读全文
posted @ 2020-12-11 10:20 helloweifa
阅读(1839)
评论(0)
推荐(0)
shell中&&和||的使用方法
摘要: https://www.cnblogs.com/xd502djj/p/5959288.html
阅读全文
posted @ 2020-12-11 10:15 helloweifa
阅读(130)
评论(0)
推荐(0)
iptables的drop和return处理的不同、netmap处理
摘要: NETMAP This target allows you to statically map a whole network of addresses onto another network of addresses. It can only be used from rules in the
阅读全文
posted @ 2020-12-11 10:01 helloweifa
阅读(1713)
评论(0)
推荐(0)
iptables --map-set netmap
摘要: 1、--map-set ?? 2、-j netmap iptables -t nat -A PREROUTING -i eth0 -d 10.0.0.0/24 -j NETMAP --to 192.168.1.0.24 iptables -t nat -A POSTROUTING -o eth1 -
阅读全文
posted @ 2020-12-11 09:07 helloweifa
阅读(429)
评论(0)
推荐(0)
一次kvm嵌套虚拟化踩坑经历
摘要: https://www.mdeditor.tw/pl/pF9w
阅读全文
posted @ 2020-12-11 09:05 helloweifa
阅读(197)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
25
下一页
公告