2024年4月28日 星期日

Eazy way to install OpenWrt

這個方法網路要通,直接抓 image 寫入硬碟
隨便找一片 Linux ISO 開到 rescue 模式
fdisk -l 看一下硬碟位置,如果是 /dev/sda

curl https://repo.jing.rocks/openwrt/releases/23.05.3/targets/x86/generic/openwrt-23.05.3-x86-generic-generic-ext4-combined.img.gz | zcat > /dev/sda

一行解決,然後重開就可以了
上面的網址是 Japan Mirror 的網址,其他可參考 OpenWrt Downloads

沒有留言:

10 minutes file sharing service

https://tmp.pank.org 這個服務方便臨時交換檔案,檔案存活時間 10 分鐘,檔案大小上限 25MB 可以經由 curl 上傳或 Web 上傳 curl 上傳範例,上傳完會顯示下載網址 # curl -sT 10mb.zip tmp.pank.org 103901...