bash_random

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bash_random [2011/12/16 11:30] brotbash_random [2021/01/31 18:24] (current) brot
Line 1: Line 1:
 ===== Anderer Konsolenbefehlkram ===== ===== Anderer Konsolenbefehlkram =====
 +  convert -verbose -trim  -sharpen 0x1.0 -density 150 *jpg otherfile.pdf output.pdf
 +jpgs und ein pdf zu einem PDF zusammenfügen, ohne dass die qualität den bach runter geht.  
 +  
  
   mdadm -As --auto=yes   mdadm -As --auto=yes
Line 6: Line 9:
   gcc -march=native -E -v - </dev/null 2>&1 | sed -n 's/.* -v - //p'   gcc -march=native -E -v - </dev/null 2>&1 | sed -n 's/.* -v - //p'
 zeigen was "-march=native" für optionen setzt :) zeigen was "-march=native" für optionen setzt :)
 +
 +  nas brot # dd if=/dev/zero of=brotscheibe_backup.btrfs.img bs=1M count=50k oflag=append conv=notrunc
 +append 50G to an existing imagefile. to be used to resize those :)
  
 <code> <code>
  • bash_random.1324035012.txt.gz
  • Last modified: 2011/12/16 11:30
  • by brot