<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Ref2ed</title>
    <subtitle>Ref2ed</subtitle>
    <link rel="self" type="application/atom+xml" href="https://www.netfilter.cc/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://www.netfilter.cc"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2024-05-22T00:00:00+00:00</updated>
    <id>https://www.netfilter.cc/atom.xml</id>
    <entry xml:lang="en">
        <title>可移动的 Linux-To-Go 实现方案</title>
        <published>2024-05-22T00:00:00+00:00</published>
        <updated>2024-05-22T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/ke-yi-dong-de-linux-to-go-shi-xian-fang-an/"/>
        <id>https://www.netfilter.cc/ke-yi-dong-de-linux-to-go-shi-xian-fang-an/</id>
        
        <summary type="html">&lt;p&gt;Linux-To-Go顾名思义就是类似windows-to-go的一个把系统环境带着走的系统。如果是IT打工人，应该想要一个能自由带着走的笔记本吧，更进一步，笔记本可以换成现在性能满足要求的PSSD(Portable SSD)&lt;&#x2F;p&gt;
&lt;p&gt;我会从系统引导到日常使用说明我是如何解决一些实现上的细节，假设有多台电脑，公司，家里。系统也就是Linux在PSSD上，PSSD跟着人走，你人只有一个，所以当前最新的系统时间线也只有一个。系统有快照，并且会跟另一个位置的镜像系统快照同步，你可以通过快照回退到旧的时间线的系统。快照同步可以解决PSSD丢失问题，当然了需要勤快照或者设置成自动快照备份并同步。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>waydroid 日常使用中的一些记录 1</title>
        <published>2024-04-02T00:00:00+00:00</published>
        <updated>2024-04-02T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/waydroid-for-daily-usage-1/"/>
        <id>https://www.netfilter.cc/waydroid-for-daily-usage-1/</id>
        
        <summary type="html">&lt;p&gt;明日方舟的：&lt;&#x2F;p&gt;
&lt;p&gt;明日方舟部分界面无法触摸屏操作，这是因为明日方舟有些场景unity不支持相对路径操作的设备，包括鼠标mice，触控笔。只能用绝对定位点的设备比如触控屏幕。解决办法可以在waydroid里面把 模拟触控开起来 在 &lt;code&gt;&#x2F;var&#x2F;lib&#x2F;waydroid&#x2F;waydroid_base.prop&lt;&#x2F;code&gt; 添加&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;persist.waydroid.fake_touch=com.hypergryph.arknights
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;当然也可以用这个&lt;a href=&quot;https:&#x2F;&#x2F;gitlab.com&#x2F;atmouse&#x2F;touchscreen-transform&quot;&gt;工具&lt;&#x2F;a&gt; 用鼠标设备变换触控事件&lt;&#x2F;p&gt;
&lt;p&gt;明日方舟x86 也就是32位版本开久了一段时间后会malloc失败的崩溃，但是内存足够。这个问题之前分析了很久，最后定位到是 waydroid 的bionic里面关了scudo，重新&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;waydroid&#x2F;android_device_waydroid_waydroid&#x2F;pull&#x2F;4&quot;&gt;配置&lt;&#x2F;a&gt;并编译ROM，开起来就再也没出现过崩溃了。 当然如果有可能其他崩溃问题只需要清除app data就可以解决。&lt;&#x2F;p&gt;
&lt;p&gt;并且largeHeap也不要调太大，默认384m，感觉128m就可以了。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>刷新磁盘的冷数据使SSD保持活力</title>
        <published>2024-04-01T00:00:00+00:00</published>
        <updated>2024-04-01T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/refresh-chipfancier-ssd-block-after-long-term-alive/"/>
        <id>https://www.netfilter.cc/refresh-chipfancier-ssd-block-after-long-term-alive/</id>
        
        <summary type="html">&lt;p&gt;众所周知，SSD也就是NAND的颗粒，是有P&#x2F;E次数，寿命随着写入次数的增加而减少。而我在使用我的CHIPFANCIER UME NANO这个usb ssd的过程中，碰到一个问题，就是当我这个ssd使用一段时间（可能是2到3个月）之后，部分区块页的读取延迟变得很高，已经没有刚买来的时候700MB&#x2F;s那个速度了。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>在中国普遍差的宽带下电脑应该如何正确的使用IPv6</title>
        <published>2024-03-06T00:00:00+00:00</published>
        <updated>2024-03-06T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/zai-zhong-guo-pu-bian-chai-de-kuan-dai-xia-dian-nao-ying-gai-ru-he-zheng-que-de-shi-yong-ipv6/"/>
        <id>https://www.netfilter.cc/zai-zhong-guo-pu-bian-chai-de-kuan-dai-xia-dian-nao-ying-gai-ru-he-zheng-que-de-shi-yong-ipv6/</id>
        
        <summary type="html">&lt;p&gt;目前我在用的系统是Linux，家里是移动宽带，到2024年头几乎到处都有ip6地址。然后有个问题困扰我，就是移动的ip6宽带出国非常慢。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>修复VGN蜻蜓F1pro编程器</title>
        <published>2023-12-25T00:00:00+00:00</published>
        <updated>2023-12-25T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/xiu-fu-vgnqing-ting-f1probian-cheng-qi/"/>
        <id>https://www.netfilter.cc/xiu-fu-vgnqing-ting-f1probian-cheng-qi/</id>
        
        <summary type="html">&lt;p&gt;VGN F1 pro 今年6月才刚买的，一直没有无线鼠标看到评测就上头买了。买来用了俩月感觉体验OK，因为平时不想反复充电，所以一直接着type-c线当有线使用。&lt;&#x2F;p&gt;
&lt;p&gt;从上个月开始，滚轮开始出现偶尔回弹的问题。以前用过其他便宜的鼠标，出现过该问题扔掉過一个。问了客服，客服让我用吹风机吹一吹滚轮，这一看就没用吧，我是先网络上搜索过这个型号的评价，发现大量说这款鼠标滚轮有设计缺陷。不加犹豫地我到taobao购买了 TTC金轮跟银轮开始替换。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>Waydroid ready to go</title>
        <published>2022-12-30T00:00:00+00:00</published>
        <updated>2022-12-30T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/waydroid-ready-to-go/"/>
        <id>https://www.netfilter.cc/waydroid-ready-to-go/</id>
        
        <summary type="html">&lt;p&gt;终于有时间停下来写一写Android x86 的最新方法。其实我在去年也就是2021年6月份就开始注意到&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;waydroid&#x2F;waydroid&#x2F;issues&#x2F;13#issuecomment-896958045&quot;&gt;Waydroid&lt;&#x2F;a&gt;, 刚开始的版本还很不稳定，Waydroid也经历各种修复以及Maintainer的更换。差不多在今年Base on Lineageos 18.1 正式推出以来就已经很稳定了，用黑话说就是GA啦。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>我是如何在PC电脑上使用Android应用的</title>
        <published>2020-09-17T00:00:00+00:00</published>
        <updated>2020-09-17T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/wo-shi-ru-he-zai-pcdian-nao-shang-shi-yong-androidying-yong-de/"/>
        <id>https://www.netfilter.cc/wo-shi-ru-he-zai-pcdian-nao-shang-shi-yong-androidying-yong-de/</id>
        
        <summary type="html">&lt;p&gt;我所在的公司是使用内部自己开发的聊天工具来办公的，而这个聊天工具是研发同志开发出来，但是仅支持Windows，Android，IOS，MacOS四个平台（我感觉腾讯非常赞同）。对于使用Archlinux我这边平时办公沟通变得极不方便。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>用CHA341拯救USB3-SATA转接线</title>
        <published>2019-10-18T00:00:00+00:00</published>
        <updated>2019-10-18T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/yong-cha341zheng-jiu-usb3-satazhuan-jie-xian/"/>
        <id>https://www.netfilter.cc/yong-cha341zheng-jiu-usb3-satazhuan-jie-xian/</id>
        
        <summary type="html">&lt;p&gt;2019-10-18&lt;&#x2F;p&gt;
&lt;p&gt;之前用树莓派4搭建了一个Nas系统，并且是把以前pc正在使用的raid系统直接换成Mdadm raid1，由树莓派所用的Archlinux Samba软件提供内网挂载。挺完美的，不过在平时使用中会有读写卡顿的现象，在游戏的时候很明显，毕竟我把整个游戏都安装在Nas上，windows直接挂载运行。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>如何理解DNSSEC，域名系统安全扩展</title>
        <published>2019-08-29T00:00:00+00:00</published>
        <updated>2019-08-29T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/ru-he-li-jie-dnssec-yu-ming-xi-tong-an-quan-kuo-zhan/"/>
        <id>https://www.netfilter.cc/ru-he-li-jie-dnssec-yu-ming-xi-tong-an-quan-kuo-zhan/</id>
        
        <summary type="html">&lt;p&gt;2019-08-29&lt;&#x2F;p&gt;
&lt;p&gt;目前 dnssec 已经开始进入普及状态
icann也发布了DNSSEC的重要性说明 https:&#x2F;&#x2F;www.icann.org&#x2F;resources&#x2F;pages&#x2F;dnssec-what-is-it-why-important-2019-03-20-zh
目前 dnssec的三个执行标准分别是:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc4033&quot;&gt;RFC 4033&lt;&#x2F;a&gt;  – DNS Security Introduction and Requirements&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a href=&quot;http:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc4034&quot;&gt;RFC 4034&lt;&#x2F;a&gt;  – Resource Records for the DNS Security Extensions&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a href=&quot;http:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc4035&quot;&gt;RFC 4035&lt;&#x2F;a&gt;  – Protocol Modifications for the DNS Security Extensions&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>记录缩小luks2加密分区</title>
        <published>2019-08-27T00:00:00+00:00</published>
        <updated>2019-08-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/ji-lu-suo-xiao-luks2jia-mi-fen-qu/"/>
        <id>https://www.netfilter.cc/ji-lu-suo-xiao-luks2jia-mi-fen-qu/</id>
        
        <summary type="html">&lt;p&gt;2019-08-27&lt;&#x2F;p&gt;
&lt;p&gt;Ideapad 720s 13arr是去年买来的。当时就已经删掉自带Windows操作系统，把整块SSD盘分给了Archlinux系统。然而想玩Steam游戏的时候，又想起了手上能用的也就这台能安装Windows。安装windows又需要磁盘空间，ssd没有空余空间了。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>ASUS AC68U路由器打开ipv6 passthrough出现故障</title>
        <published>2019-03-04T00:00:00+00:00</published>
        <updated>2019-03-04T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/asus-ac68ulu-you-qi-da-kai-ipv6-passthroughchu-xian-gu-zhang/"/>
        <id>https://www.netfilter.cc/asus-ac68ulu-you-qi-da-kai-ipv6-passthroughchu-xian-gu-zhang/</id>
        
        <summary type="html">&lt;p&gt;2019-02-12&lt;&#x2F;p&gt;
&lt;p&gt;家里的ac68u是从去年就发现打开ipv6 passthrough有问题的。
ac68u前面还有个光猫，之前光猫也是很早就已经获取到ipv6 block地址，ipv6很自然的必须用起来吧。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>ideapad 720s-13arr的bios不好升级</title>
        <published>2019-01-08T00:00:00+00:00</published>
        <updated>2019-01-08T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/ideapad-720s-13arrde-biosbu-hao-sheng-ji/"/>
        <id>https://www.netfilter.cc/ideapad-720s-13arrde-biosbu-hao-sheng-ji/</id>
        
        <summary type="html">&lt;p&gt;2019-01-06&lt;&#x2F;p&gt;
&lt;p&gt;这两天总在考虑，该怎么解决720s-13arr每天早上八点自动开机的问题呢？&lt;&#x2F;p&gt;
</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>用SF_Genisis 开卡软件拯救ADATA SP900固态硬盘</title>
        <published>2019-01-06T00:00:00+00:00</published>
        <updated>2019-01-06T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.netfilter.cc/yong-sf-genisiskai-qia-ruan-jian-zheng-jiu-adata-sp900gu-tai-ying-pan/"/>
        <id>https://www.netfilter.cc/yong-sf-genisiskai-qia-ruan-jian-zheng-jiu-adata-sp900gu-tai-ying-pan/</id>
        
        <summary type="html">&lt;p&gt;2019年1月1日&lt;&#x2F;p&gt;
&lt;p&gt;一开始，是在翻箱倒柜整理电子垃圾的时候发现的这块威刚 SP900固态硬盘，才想起来之前掉盘的。怎么折腾也弄不起来后，于是就随便丢了。想到这，于是便有了救活他的想法。&lt;&#x2F;p&gt;
</summary>
        
    </entry>
</feed>
