在Windows Server 2019安装Windows Store Why其实只是为了安装 Snip & Sketch (截图和草图),在Windows下面目前还没有找到能取代它的工具:
通过zerotier转发dns解析到openwrt 原因家里的dhcp中已经有了各个设备的静态地址和名称,但在公司没法使用,都要用IP地址。 因
神州网信政府版WIN10设置 不错的系统精简掉了很多平时用不到的服务,我是安装在PVE中用迅雷的,在闲置状态下CPU仅仅占用2%左右,内存仅仅
openwrt-compile 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 #!/bin/bash proj=immortalwrt home=/home/henry ver=openwrt-23.05 nasdir=henry@10.8.0.2:/volume1/pve/images system=x86 target=64 profile=generic bindir=$home/$proj/bin/targets/$system/$target combined=$proj-$system-$target-$profile-squashfs-combined-efi timestamp=$(date +"%Y%m%d") ## For the first time compile #git clone -b $ver --single-branch --filter=blob:none
openwrt-menuconfig 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
zfs-mirror更换损坏的硬盘 救命的参考文章 终于打算要换了自从用上zfs之后就开始关心硬盘坏掉之后如何更换,今天终止有机会了。 我在zfs
Oracle-XMLQuery-使用教程与实例 2023-6-1更新 更全面的文档可以看 Oracle XMLDB Query综合示例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
unixbench成绩比较 之前的sysbench之前搞了个sysbench,但这次的unixbench更权威。 安装 1 2 3 wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && \ chmod +x unixbench.sh && \