タグ

GNUに関するNnwwwのブックマーク (4)

  • Argument Syntax (The GNU C Library)

    25.1.1 Program Argument Syntax Conventions POSIX recommends these conventions for command line arguments. getopt (see Parsing program options using getopt) and argp_parse (see Parsing Program Options with Argp) make it easy to implement them. Arguments are options if they begin with a hyphen delimiter (‘-’). Multiple options may follow a hyphen delimiter in a single token if the options do not tak

  • 1分でわかるPGP - 村川猛彦

    PGPとは PGP (Pretty Good Privacy, 「たいへんよいプライバシー」)は,Philip Zimmermannが開発した暗号ソフトウェアです. 主な用途は,ファイルやメールの暗号化です.また,署名やその検証も行えます.一方,SSL/TLSやSSHと異なり,通信の暗号化はしません. 公開鍵暗号を使用しますが,その鍵の管理のために,認証局を設置せず,各利用者の責任で鍵を管理し,取得した公開鍵をチェックします.そして,ハイブリッド暗号で暗号化されます.メッセージまたはファイルは,セッション鍵と呼ばれる乱数の値を鍵として,対称暗号により暗号化され,そのセッション鍵は,受信者の公開鍵で暗号化されます. PGPの別実装として,GnuPG (GNU Privacy Guard)があります.こちらはGPL (GNU General Public License)に基づき無料で利用でき

  • cpで大量のファイルをコピーした(4億3200万件、39TB)


    GNUcp使cp My experience with using cp to copy a lot of files (432 millions, 39 TB) UNIX20cp Dell22GB10GBUbuntu TrustyDell(MD 1200)124TBRAID 640TB使
  • 1