qshinoの日記

Powershell関係と徒然なこと

2017-02-08から1日間の記事一覧

apache digest認証

下記から http://www.atmarkit.co.jp/flinux/rensai/linuxtips/699apachedigest.html Linux Tips Apacheでユーザー認証を行うには(Digest認証編) 北浦訓行2005/2/10 Apacheのユーザー認証には、「Basic認証」と「Digest認証」がある。Basic認証は一般的に…

git http

git

下記から http://tech.farend.jp/blog/2015/04/07/git-http-server/ AuthUserFileが気になる ApacheでgitリポジトリをHTTPで公開するための設定2015/04/07 10:29 PMgitリポジトリをHTTP経由でcloneやpushできるよう設定する手順です。Ubuntu 14.04上でApache…

powershell serialport

下記参照 https://blogs.msdn.microsoft.com/powershell/2006/08/31/writing-and-reading-info-from-serial-ports/ 上記は同期のみ。非同期はeventを使えとの事。 次回はpowershell event処理。

git準備

git

git-for-window install - 正常終了 SourceTree インストールの冒頭でインストーラーがサイレントに終了。諦め。 TortoiseGitに変更。 - putty ssh key作成を失敗無視して終了。sshプロトコルでリポジトリと通信。 いづれhttpに変更。

powershell passwd

powershellでのパスワードの扱い 案0. get-credentialでsecurestring作成 securestringを保管 securestringを復号して使用 案1. RSA公開鍵暗号 案2. RSA公開鍵暗号+コンテナ 案3. 証明書による暗号化 ホストにより異なる 暗号化: サーバの公開鍵で暗号化 復…

git on win

git

gitをwindowsで使う迄の色々 work directory: 各自で。 repository: 取り敢えず一箇所 directory tree: top - bin - etc/map.xml - etc/device.xml - etc/param.xml - etc/tests.xml - etc/suites.xml - etc/projects.xml - test/<testid>/description /<testid>.sh /<execid>/xx - t</execid></testid></testid>…