All public logs

Jump to navigation Jump to search

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:49, 21 February 2023 Qljca talk contribs created page Create File Of Any Size (Created page with "<pre>$ dd if=/dev/zero of=test.img bs=1024 count=0 seek=1024 Example: Create a file of 10M: dd if=/dev/zero of=daygeek2.txt bs=10M count=1 Create a file of 100M: dd if=/dev/zero of=daygeek2.txt bs=100M count=1 Create a file of 1G: dd if=/dev/zero of=daygeek2.txt bs=1024M count=1 Create a file of 2G: dd if=/dev/zero of=daygeek2.txt bs=2048M count=1 create a file of 10G: dd if=/dev/zero of=daygeek2.txt bs=1024M count=10 </pre>")