mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add command to fetch number of cpus to hh
This commit is contained in:
parent
1ce0fd48e4
commit
29e07a06ee
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
grep -c ^processor /proc/cpuinfo
|
||||||
|
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
|
||||||
dig +short myip.opendns.com AAAA @2620:0:ccc::2
|
dig +short myip.opendns.com AAAA @2620:0:ccc::2
|
||||||
dig +short myip.opendns.com A @resolver1.opendns.com
|
dig +short myip.opendns.com A @resolver1.opendns.com
|
||||||
dd if=/dev/zero status=progress bs=1M count=1024 | gzip -9 >bomb.gz
|
dd if=/dev/zero status=progress bs=1M count=1024 | gzip -9 >bomb.gz
|
||||||
|
@ -9,7 +11,6 @@ sudo apt update && sudo apt full-upgrade
|
||||||
gifsicle -O3 -o /tmp/anim.o.gif /tmp/anim.gif
|
gifsicle -O3 -o /tmp/anim.o.gif /tmp/anim.gif
|
||||||
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
|
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
|
||||||
gifsicle --loopcount=0 --delay 150 -o /tmp/anim.gif *.gif
|
gifsicle --loopcount=0 --delay 150 -o /tmp/anim.gif *.gif
|
||||||
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
|
|
||||||
mogrify -format jpg *.png
|
mogrify -format jpg *.png
|
||||||
openssl pkcs12 -in sbrl@starbeamrainbowlabs.com.pkcs12 -out sbrl@starbeamrainbowlabs.com.pem -nodes
|
openssl pkcs12 -in sbrl@starbeamrainbowlabs.com.pkcs12 -out sbrl@starbeamrainbowlabs.com.pem -nodes
|
||||||
tr '[:upper:]' '[:lower:]'
|
tr '[:upper:]' '[:lower:]'
|
||||||
|
@ -25,3 +26,4 @@ repren --from multi --to Myan\ Mask --rename multi/*.jpg
|
||||||
find . -mtime +30
|
find . -mtime +30
|
||||||
xargs -n 1 whatis
|
xargs -n 1 whatis
|
||||||
netstat -peanut
|
netstat -peanut
|
||||||
|
grep -c ^processor /proc/cpuinfo
|
||||||
|
|
Loading…
Reference in a new issue