タグ

POSIXとreferenceに関するshigiryouのブックマーク (2)

  • SSH-KEYGEN (1)

    認証用の鍵を生成、管理、および変換する 書式 ssh-keygen [-q ] [-b ビット数 ] [-t dsa | ecdsa | ed25519 | rsa | rsa1] [-N 新しいパスフレーズ ] [-C コメント (訳注:SSH1のみ)] [-f 出力先identityファイル ] ssh-keygen -p [-P 古いパスフレーズ ] [-N 新しいパスフレーズ ] [-f パスフレーズを変更するidentityファイル ] ssh-keygen -i [-m 鍵の形式 ] [-f 変換するidentityファイル ] ssh-keygen -e [-m 鍵の形式 ] [-f 変換するidentityファイル ] ssh-keygen -y [-f identityファイル ] ssh-keygen -c [-P パスフレーズ ] [-C コメント ] [-f コメン

  • POSIX Threads Programming

    Author: Blaise Barney, Lawrence Livermore National Laboratory, UCRL-MI-133316 Note: This tutorial is no longer supported. It remains for archival purposes. Table of Contents Abstract Pthreads Overview What is a Thread? What are Pthreads? Why Pthreads? Designing Threaded Programs The Pthreads API Compiling Threaded Programs Thread Management Creating and Terminating Threads Passing Arguments to Thr

  • 1