博文

目前显示的是 四月, 2024的博文

电脑如何全局翻墙/在网卡层面进行翻墙

图片
 好像v2rayN可以开TUN模式,就能电脑全局翻墙了,和接了一个翻墙路由器一样。TUN/TAP模式好像就是创建一个虚拟网卡,网络连接都通过那个虚拟网卡进行,在网卡层面翻墙。不用TUN模式的话只有浏览器和一些普通的程序的连接会被v2rayN接管,但是很多底层的程序比如git、游戏、pycharm、visual studio code一类的还是不能翻墙,开了TUN模式就可以完全电脑整体翻墙了,相当于创建了一个虚拟翻墙网卡,电脑的所有网络都要经过那个网卡,所以就可以做到电脑整体翻墙/所有应用程序都能进行翻墙了! 还有一个功能是参数设置里面的允许来自局域网的连接,好像可以让连接到同一个路由器的其他设备也可以翻墙!

Dota2 how to record a local bot game's replay

Dota2 how to record a local bot game (save replay): At the time of 2024/04/06 (version 7.35d): All you need to do is:      1. When starting the game, don't jump the intro into the game (Don't click SKIP AHEAD). So the game replay won't have bugs.     2. When finishing the game, don't click CONTINUE after 3-5 minutes. So the replay will be saved. You can see your replay folder for the info. The replay folder is located at  steamapps\common\dota 2 beta\game\dota\replays. After the game is over, there will be several seconds to minutes before the file "auto-date-time-start-_______________.dem" turned into "match_id.dem". For example "auto-20240405-2218-start-_______________.dem" will be automatically turned into "7672218672.dem" in 30 seconds after the game is finished. So you need to be patient after the game is finished, wait for several seconds or minutes. And the replay will be saved. If in the end the file name didn't change...