私「びりある」は下記要領にて彼女を募集いたします。
ご興味のある方は、Twitter (@visvirial) でDMによりエントリーをお願いします。
【お相手の条件】
- 必須要件
- 生物学上の女性であること(男の娘不可)
- 年齢:32歳以下
私「びりある」は下記要領にて彼女を募集いたします。
ご興味のある方は、Twitter (@visvirial) でDMによりエントリーをお願いします。
【お相手の条件】
| #!/bin/bash | |
| # https://mtunn.wordpress.com/odroid-u2★セットアップ/radikoの録音・再生(archlinux)/ | |
| pid=$$ | |
| wkdir='/var/tmp' | |
| playerurl=http://radiko.jp/player/swf/player_3.0.0.01.swf | |
| playerfile="${wkdir}/player.swf" | |
| keyfile="${wkdir}/authkey.png" | |
| auth1_fms="${wkdir}/auth1_fms_${pid}" | |
| auth2_fms="${wkdir}/auth2_fms_${pid}" |
# Key considerations for algorithm "RSA" ≥ 2048-bit
openssl genrsa -out server.key 2048
# Key considerations for algorithm "ECDSA" ≥ secp384r1
# List ECDSA the supported curves (openssl ecparam -list_curves)| #!/bin/bash | |
| # Run as root | |
| set -e | |
| apt-get update | |
| apt-get install -y build-essential | |
| apt-get install -y libncurses5-dev | |
| useradd mysql |
本SDKは下記の機能を含めています。
| #!/bin/bash | |
| ########################################################### | |
| # | |
| # Clone repo: | |
| # git clone git://gist.github.com/973205.git attendance | |
| # | |
| # Create Database: | |
| # mysqladmin -u root atnd | |
| # mysql -u root atnd < attendance/ddl.sql |