andymarden

Results 6 comments of andymarden

Ok, so I have imgpaste installed. On Chrome/Android, I find that I can paste an image under 2.5mb in size when editing a page although when you click paste, rather...

Thanks - that's good but obviously if you stop plotting you may forget so better if added to the flow itself!

Similar - I would like a plugin for thunderbird - when you try and email an attachment over a given size, it automatically puts in in fileshelter and replaces the...

Looking at this ecript, I need to have sshpass installed: apt install sshpass needs to be added to instructions (unless I missed it) and the error should be better since...

OK - found the problem - the ssh call looks like this: ${SSHPASS_OPTIONS} ssh ${SSH_PORT} ${VERBOSE_SSH} ${HE_RSA_SSH_KEY_OPTIONS} ${BATCH_MODE} -o ConnectTimeout=5 -o StrictHostKeyChecking=accept-new ${PRIVKEY_OPTION} "${USER}@${TARGET_DEVICE}" "$command" When I removed ${BATCH_MODE} from...