-
seems as the movie stream is sliced up in many .ts files with just a few seconds
-
m3u file found: index_0_av.m3u
#EXTM3U
#EXT-X-TARGETDURATION:10
# Extract first page of PDF as JPG image | |
# e.g. for creating thumbnails of pdf | |
# for use in OS X Terminal | |
# get the first page of a PDF as an image, e.g. its cover image | |
sips -s format jpeg /Users/<username>/Desktop/Python_for_Data_Analysis.pdf -o /Users/<username>/Desktop/cover.jpg | |
# Forgotten passphrase for private ssh key | |
# you need to remove your SSH public/private keys, recreate them, | |
# and then add your newly created public key to the servers | |
# and online services you use. | |
# Remove your SSH public/private keys: | |
rm ~/.ssh/id_rsa* | |
# Recreate the keypair, choosing a new passphrase: | |
ssh-keygen -t rsa -f ~/.ssh/id_rsa |
compgen -c # will list all the commands you could run. | |
compgen -a # will list all the aliases you could run. | |
compgen -b # will list all the built-ins you could run. | |
compgen -k # will list all the keywords you could run. | |
compgen -A function # will list all the functions you could run. | |
compgen -A function -abck # will list all the above in one go. | |
# WP-CLI - Commands | |
wp help <befehl> | |
# update wordpress installation and its database | |
wp core update | |
wp core update-db | |
# update plugins and themes | |
wp plugin update --all | |
wp theme update --all |
license: gpl-3.0 | |
height: 500 | |
scrolling: no | |
border: yes | |
To add a thumbnail | |
{ | |
"anytime": [ | |
"Nasta prieschta", | |
"Houdärä", | |
"Ä Fuchs isch ke Haas", | |
"Gönnjamin & Gönndula", | |
"CHUT!", | |
"Än Empälär", | |
"ul-dschima-go", | |
"PHP\nParty Hard Problem", |