2015年4月21日 星期二

在Windows中建立任意大小的檔案

要產生任意大小的檔案在 Linux 下面有 dd 可以用
如果在 Windows 下面則可以用 fsutil 這個程式達成
這個工具 Windows XP 本身就有附帶了
開始 -> 執行 -> cmd
到文字介面模式後就可以使用了
如果要在 C:\ 產生的一個 1MB 的檔案就使用下面這行指令
fsutil file createnew C:\aa.txx 1024000
from:http://www.minitw.com/archives/pcskill/in-windows-create-any-size-file.htm?variant=zh-tw

How to use simple speedtest in RaspberryPi CLI

  pi@ChunchaiRPI2:/tmp $  wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --2023-06-26 10:4...