1
0
Fork 0

Update hh favourites

This commit is contained in:
Starbeamrainbowlabs 2018-01-03 22:29:44 +00:00
parent 1a0eeb2daf
commit 1f0eb7213f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,6 @@
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
nuget pack -MsbuildPath /usr/lib/mono/msbuild/15.0/bin/
ffmpeg -framerate 0.5 -pattern_type sequence -s 1080x720 -start_number 1 -i frame%d.jpeg -vcodec mpeg4 out.mp4
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
mogrify -format jpg *.png
find . -type f -exec grep -Hin testing "{}" ';'
@ -8,9 +10,7 @@ youtube-dl -F "https://www.youtube.com/watch?v=Hp0cdTXv5Js&feature=youtu.be"
xinput --set-prop 12 "libinput Accel Speed" 0.6
find . -iname "*.md" -print0 | xargs -0 -I {} sh -c 'cat "{}" | wc -w' | awk '{s+=$1} END {printf "%.0f", s}'
find . -iname "*.JPG" -or -iname "*.png" | sed 's/^/\\"/g; s/$/\\"/g' | paste -d\ - - - - - - | xargs -I {} -n 1 bash -c 'echo montage -geometry 800x600+10+10 -tile 3x2 {} tiles/$RANDOM.jpeg' | sh
ffmpeg -framerate 0.5 -pattern_type sequence -s 1080x720 -start_number 1 -i frame%d.jpeg -vcodec mpeg4 out.mp4
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 A @resolver1.opendns.com
dd if=/dev/zero status=progress bs=1M count=1024 | gzip -9 >bomb.gz
@ -20,7 +20,6 @@ inotifywait --event CLOSE_WRITE --monitor Wikitle.css | xargs -I {} csstidy Wiki
letsencrypt certonly --webroot -w /srv/letsencrypt -d im.starbeamrainbowlabs.com -d starbeamrainbowlabs.com
sudo apt update && sudo apt full-upgrade
gifsicle -O3 -o /tmp/anim.o.gif /tmp/anim.gif
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
gifsicle --loopcount=0 --delay 150 -o /tmp/anim.gif *.gif
mogrify -format jpg *.png
openssl pkcs12 -in sbrl@starbeamrainbowlabs.com.pkcs12 -out sbrl@starbeamrainbowlabs.com.pem -nodes