For all, replace $PASSWORD with your password, and Johannes.Filter with your name.
Host hpi
hostname 141.89.225.148
user johannes.filter
| #!/usr/bin/expect -f | |
| set timeout -1 | |
| spawn -ignore HUP ssh -N -f -L localhost:8888:localhost:8888 <some ssh connection> | |
| expect "<this depends on the promp> password:" | |
| send "mypassword\r" | |
| interact |
| # Taken from: https://gist.github.com/bittlingmayer/7139a6a75ba0dbbc3a06325394ae3a13 | |
| # See https://github.com/facebookresearch/fastText/blob/master/get-wikimedia.sh | |
| # | |
| # From https://github.com/facebookresearch/fastText/issues/161: | |
| # | |
| # We now have a script called 'get-wikimedia.sh', that you can use to download and | |
| # process a recent wikipedia dump of any language. This script applies the preprocessing | |
| # we used to create the published word vectors. | |
| # |
I hereby claim:
To claim this, I am signing this object:
| cat ../data/messages.json | jq '.objects[] | select(.id==81684)' |