User Tools

Site Tools


linux_befehle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux_befehle [2015/04/11 19:23] – [APT: Pakete zurückhalten] adminlinux_befehle [2015/04/15 10:23] – [Create empty files with specific size] admin
Line 120: Line 120:
  
 ===== DD Monitor ===== ===== DD Monitor =====
- 
  
   dd if=/dev/zero | pv | dd of=/dev/disk1 bs=10m   dd if=/dev/zero | pv | dd of=/dev/disk1 bs=10m
 +
 +===== Create empty files with specific size =====
 +
 +Sometimes its useful to have different files with a certain size to test uploading to the web
 +
 +  dd if=/dev/zero of=output.dat  bs=1024  count=10240
 +
 +
linux_befehle.txt · Last modified: 2018/10/16 21:19 by admin