月度归档:2021年10月

收集的测速链接地址 更新于2021-10-31

从网络收集到的一些测速链接的地址,酌情选用

波兰 http://waw.lg.webhorizon.in/50MB.test
英国OVH http://51.195.146.211/LookingGlass/25MB.test
英国OVH http://51.195.146.211/LookingGlass/50MB.test
英国OVHhttp://51.195.146.211/LookingGlass/100MB.test
荷兰 http://lg-nl.viridweb.com/25MB.test
荷兰 http://lg-nl.viridweb.com/50MB.test
荷兰 http://lg-nl.viridweb.com/100MB.test
荷兰 http://lg.hostslim.nl/LookingGlass/100M.test
美国-Spokane-WA  https://wa.hostodo.com/10MB.test
美国-Spokane-WA  https://wa.hostodo.com/100MB.test
美国-Las-Vegas-NV https://lv.hostodo.com/10MB.test
美国-Las-Vegas-NV https://lv.hostodo.com/100MB.test
美国-Miami-FL https://mia.hostodo.com/10MB.test
美国-Miami-FL https://mia.hostodo.com/50MB.test
美国-Miami-FL https://mia.hostodo.com/100MB.test
荷兰-Lelystad-The-Netherlands http://lg.hostslim.nl/LookingGlass/100M.test
日本-Equinix-TY8-Japan http://tyo.lg.webhorizon.in/50MB.test
荷兰-Naaldwijk https://lg-nl.incognet.io/10MB.test
荷兰-Naaldwijk https://lg-nl.incognet.io/100MB.test
芬兰-Helsinki https://lg-fin.incognet.io/10MB.test
芬兰-Helsinki https://lg-fin.incognet.io/100MB.test
英国-Kent https://looking-glass.cloudxtiny.co.uk/25MB.test
德国-Niederlande https://lg.nl.haendler.it/100MB.test
荷兰-Wormer-Netherlands http://ams-test.softshellhosting.com/25MB.test
澳大利亚-Sydney https://lg.quantumcore.com.au/15MB.test
澳大利亚-Sydney https://lg.quantumcore.com.au/25MB.test
澳大利亚-Sydney https://lg.quantumcore.com.au/50MB.test
罗马尼亚-Bacau http://proof.hazi.ro/100MB.test
Donate
云乞讨

在Ubuntu桌面环境下,通过dd给树莓派写入镜像到TF/SD卡 2021-10-10

需求

手头有一个上古时期的树莓派,型号是B+ V1.2,可以给它一个镜像,用来当作玩具。

镜像官网: https://www.raspberrypi.com/software/operating-systems/

一、我这里,只是需要最简单的服务器环境,故而,选择下载

https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-lite.zip

二、哈希校验

c5dad159a2775c687e9281b1a0e586f7471690ae28f2f2282c90e7d59f64273c

# sha256sum  2021-05-07-raspios-buster-armhf-lite.zip 
c5dad159a2775c687e9281b1a0e586f7471690ae28f2f2282c90e7d59f64273c  2021-05-07-raspios-buster-armhf-lite.zip

三、解压,文件大小约为1.8GB,所以至少需要容量为2GB的TF/SD存储卡

# unzip 2021-05-07-raspios-buster-armhf-lite.zip
# ls -lh 2021-05-07-raspios-buster-armhf-lite.img
-rw-r--r-- 1 fd fd 1.8G May  7 23:00 2021-05-07-raspios-buster-armhf-lite.img

四、写入,我这里选择的一个16GB的TF/SD卡

# fdisk -l
Disk /dev/sda: 15 GiB, 16110321664 bytes, 31465472 sectors
Disk model: STORAGE DEVICE  
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6c586e13

# dd bs=1M if=2021-05-07-raspios-buster-armhf-lite.img  of=/dev/sda
1788+0 records in
1788+0 records out
1874853888 bytes (1.9 GB, 1.7 GiB) copied, 203.858 s, 9.2 MB/s

五、在boot分区下,写入一个空白的名称为SSH文件

六、TF/SD卡插入树莓派,接上网线,接上电源