This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_befehle [2015/04/11 17:23] – [APT: Pakete zurückhalten] admin | linux_befehle [2018/10/16 19:19] (current) – [Create md5 hash for each file] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux Befehle / Programme benutzen ====== | ====== Linux Befehle / Programme benutzen ====== | ||
| + | ===== Create md5 hash for each file ===== | ||
| + | |||
| + | find ./deploy/ -name ' | ||
| ===== grep ===== | ===== grep ===== | ||
| Line 120: | Line 123: | ||
| ===== DD Monitor ===== | ===== DD Monitor ===== | ||
| - | |||
| dd if=/ | dd if=/ | ||
| + | |||
| + | ===== 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=/ | ||
| + | |||
| + | |||