Cute Kakao Ryan login prompt
By 김태견
See it in action below, source is available on JsFiddle
Requisite list.txt: list of hosts ~/.ssh/id_rsa.pub: keys to add Bash script copy.sh Explanation sshpass pass your password to the ssh prompt -o StrictHostKeyChecking=no ignores the “host identity not established” prompt, allowing sshpass to do its job How to execute Reference…
WS4D-gSOAP is a framework that assists development of web services on multiple platforms. These includes mobile phones, server, computers or embedded system. WS4D can run as a standalone application or based upon a server and has been used in many…
This post servers as kind of a note to myself 🙂 EAP stands for extensible authentication protocol. It may be used in 802.11x connections to provide a secure connection. My school currently uses this to provide internet access to various…
I was searching for a quick way to recognize license plates and stumbled upon EmguCV’s sample code. But this code requires Tesseract OCR (An open source OCR engine currently sponsored by Google) and its .NET wrapper. Unfortunately, this code was…
The subst help display this Associates a path with a drive letter. SUBST [drive1: [drive2:]path] SUBST drive1: /D drive1: Specifies a virtual drive to which you want to assign a path. [drive2:]path Specifies a physical drive and path you want…
Is the name of my latest school project in cryptography; possibly the fastest project ever: only 10 hours from concept to realization with all the functionality in place. It would be great if I were in the mood to document…