Skip to content

Instantly share code, notes, and snippets.

View tatac1's full-sized avatar

Toru Tomita tatac1

  • Cyber Defense Institute, Inc.
  • Japan
View GitHub Profile
module Transformers where
import Control.Monad.Identity
import Control.Monad.Error
import Control.Monad.Reader
import Control.Monad.State
import Control.Monad.Writer
import Data.Maybe
import qualified Data.Map as Map
@tatac1
tatac1 / sshpass.rb
Created January 9, 2019 14:47 — forked from M-Barnett/sshpass.rb
brew install sshpass
require 'formula'
class Sshpass < Formula
url 'http://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz'
homepage 'http://sourceforge.net/projects/sshpass'
sha256 'c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
@tatac1
tatac1 / gist:97506eacd38fb75593c02e4b0f2d4001
Last active January 4, 2020 14:37
tpm ek check operation

tpm2 ek check operation

env

debian buster + PICO-APL3 with tpm(infenion optiga SLB 9665)

installing tpm2-tools

$apt install tpm2-tools