/images/profile.jpg

欢迎来到我的博客

openwrt-x86-compile

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-x86-menuconfig

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

unixbench成绩比较

unixbench成绩比较 之前的sysbench之前搞了个sysbench,但这次的unixbench更权威。 安装 1 2 3 wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && \ chmod +x unixbench.sh && \