はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『Linux Documentation』

  • 人気
  • 新着
  • すべて
  • throttle(1): bandwidth limiting pipe - Linux man page

    13 users

    linux.die.net

    throttle(1) - Linux man page Name throttle - bandwidth limiting pipe Synopsis throttle [-l fifo | -t fifo ] [-s blocksize ] [-w window ] [-bkmBKM] limit Description throttle copies the standard input to the standard output while limiting bandwidth to the specified maximum. Options limit The bandwidth limit in bits, kilobits, megabits, bytes, kilobytes or megabytes per second depending on the optio

    • テクノロジー
    • 2015/08/17 22:21
    • linux
    • あとで読む
    • siege(1): HTTP/HTTPS stress tester - Linux man page

      3 users

      linux.die.net

      siege(1) - Linux man page Name siege - An HTTP/HTTPS stress tester Introduction Siege is a multi-threaded http load testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress. It allows one to hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege." Performance measures

      • テクノロジー
      • 2013/05/17 15:22
      • benchmark
      • siege
      • ssh_config(5): OpenSSH SSH client config files - Linux man page

        3 users

        linux.die.net

        ssh_config(5) - Linux man page Name ssh_config - OpenSSH SSH client configuration files Synopsis ~/.ssh/config /etc/ssh/ssh_config Description ssh(1) obtains configuration data from the following sources in the following order: 1. command-line options 2. user's configuration file (~/.ssh/config) 3. system-wide configuration file (/etc/ssh/ssh_config) For each parameter, the first obtained value wi

        • テクノロジー
        • 2013/01/21 23:09
        • fio(1): flexible I/O tester - Linux man page

          3 users

          linux.die.net

          fio(1) - Linux man page Name fio - flexible I/O tester Synopsis fio [options] [jobfile]... Description fio is a tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user. The typical use of fio is to write a job file matching the I/O load one wants to simulate. Options --debug=type Enable verbose tracing of various fio actions. May be 'all

          • テクノロジー
          • 2012/10/25 13:56
          • logrotate(8) - Linux man page

            8 users

            linux.die.net

            logrotate(8) - Linux man page Name logrotate - rotates, compresses, and mails system logs Synopsis logrotate [-dv] [-f|--force] [-s|--state file] config_file .. Description logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and mailing of log files. Each log file may be handled daily, weekly, monthly

            • テクノロジー
            • 2012/05/31 00:41
            • logrotate
            • Linux
            • flock(1): Manage locks from shell scripts - Linux man page

              3 users

              linux.die.net

              flock(1) - Linux man page Name flock - Manage locks from shell scripts Synopsis flock [ -sxon ] [ -w timeout ] lockfile [ -c ] command... flock [-sxon] [-w timeout] lockdir [-c] command... flock [-sxun] [-w timeout] fd Description This utility manages flock(2) locks from within shell scripts or the command line. The first and second forms wraps the lock around the executing a command, in a manner

              • テクノロジー
              • 2012/05/18 00:34
              • linux
              • 開発
              • web
              • sockd.conf(5): Dante server config file syntax - Linux man page

                3 users

                linux.die.net

                sockd.conf(5) - Linux man page Name sockd.conf - Dante server configuration file syntax Description The configuration file for the Dante server controls both access controls and logging. It is divided into three parts; server settings, rules, and routes. Note that server settings must come before rules and routes. A line can be commented using the standard comment character #. Server Settings The

                • テクノロジー
                • 2011/09/16 20:58
                • rsync(1) - Linux man page

                  4 users

                  linux.die.net

                  rsync(1) - Linux man page Name rsync -- a fast, versatile, remote (and local) file-copying tool Synopsis Local: rsync [OPTION...] SRC... [DEST] Access via remote shell: Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST:DEST Access via rsync daemon: Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST] rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST

                  • テクノロジー
                  • 2011/08/08 11:16
                  • ubuntu
                  • Linux
                  • proc(5): process info pseudo-file system - Linux man page

                    3 users

                    linux.die.net

                    proc(5) - Linux man page Name proc - process information pseudo-file system Description The proc file system is a pseudo-file system which is used as an interface to kernel data structures. It is commonly mounted at /proc. Most of it is read-only, but some files allow kernel variables to be changed. The following outline gives a quick tour through the /proc hierarchy. /proc/[pid] There is a numeri

                    • テクノロジー
                    • 2011/08/05 18:18
                    • linux
                    • monit(1) - Linux man page

                      4 users

                      linux.die.net

                      monit(1) - Linux man page Name Monit - utility for monitoring services on a Unix system Synopsis monit [options] {arguments} Description monit is a utility for managing and monitoring processes, files, directories and filesystems on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. E.g. Monit can start a process if it does

                      • テクノロジー
                      • 2011/06/09 09:29
                      • monit
                      • Linux
                      • blktrace(8) - Linux man page

                        3 users

                        linux.die.net

                        blktrace(8) - Linux man page Name blktrace - generate traces of the i/o traffic on block devices Synopsis blktrace -d dev [ -r debugfs_path ] [ -o output ] [-k ] [ -w time ] [ -a action ] [ -A action_mask ] [ -v ] Description blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations up to user space. There are three major components: a kernel

                        • テクノロジー
                        • 2010/06/22 16:07
                        • Tools
                        • Linux
                        • *あとで
                        • ionice(1) - Linux man page

                          4 users

                          linux.die.net

                          ionice(1) - Linux man page Name ionice - get/set program io scheduling class and priority Synopsis ionice [[ -c class ] [ -n classdata ] [ -t ]] -p PID [ PID ]... ionice [ -c class ] [ -n classdata ] [ -t ] COMMAND [ ARG ]... Description This program sets or gets the io scheduling class and priority for a program. If no arguments or just -p is given, ionice will query the current io scheduling cla

                          • テクノロジー
                          • 2010/06/17 19:26
                          • linux
                          • mon(8) - Linux man page

                            4 users

                            linux.die.net

                            mon(8) - Linux man page Name mon - monitor services for availability, sending alarms upon failures. Synopsis mon [ -dfhlMSv ] [ -a dir ] [ -A authfile ] [ -b dir ] [ -B dir ] [ -c config ] [ -D dir ] [ -i secs ] [ -k num ] [ -l [ statetype ] ] [ -L dir ] [ -m num ] [ -p num ] [ -P pidfile ] [ -r delay ] [ -s dir ] Description mon is a general-purpose scheduler for monitoring service availability a

                            • テクノロジー
                            • 2010/05/25 11:05
                            • perl
                            • linux
                            • mon
                            • bash(1): GNU Bourne-Again SHell - Linux man page

                              3 users

                              linux.die.net

                              bash(1) - Linux man page Name bash - GNU Bourne-Again SHell Synopsis bash [options] [file] Copyright Bash is Copyright © 1989-2009 by the Free Software Foundation, Inc. Description Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended

                              • テクノロジー
                              • 2010/04/26 08:26
                              • プログラミング
                              • web
                              • urxvtperl(3) - Linux man page

                                3 users

                                linux.die.net

                                urxvtperl(3) - Linux man page Name urxvtperl - rxvt-unicode's embedded perl interpreter Synopsis # create a file grab_test in $HOME: sub on_sel_grab { warn "you selected ", $_[0]->selection; () } # start a urxvt using it: urxvt --perl-lib $HOME -pe grab_test Description Every time a terminal object gets created, extension scripts specified via the "perl" resource are loaded and associated with it.

                                • テクノロジー
                                • 2009/09/09 16:13
                                • ipsec.conf(5): IPsec config/connections - Linux man page

                                  3 users

                                  linux.die.net

                                  ipsec.conf(5) - Linux man page Name ipsec.conf - IPsec configuration and connections Description The optional ipsec.conf file specifies most configuration and control information for the Openswan IPsec subsystem. (The major exception is secrets for authentication; see ipsec.secrets(5).) Its contents are not security-sensitive unless manual keying is being done for more than just testing, in which

                                  • テクノロジー
                                  • 2009/05/31 22:52
                                  • urxvt(1) - Linux man page

                                    3 users

                                    linux.die.net

                                    urxvt(1) - Linux man page Name rxvt-unicode (ouR XVT, unicode) - (a VT102 emulator for the X window system) Synopsis urxvt [options] [-e command [ args ]] Description rxvt-unicode, version 9.16, is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode u

                                    • テクノロジー
                                    • 2009/03/18 00:12
                                    • Linux
                                    • amt-howto(7): Intel AMT with mini howto - Linux man page

                                      3 users

                                      linux.die.net

                                      amt-howto(7) - Linux man page Name amt-howto - Intel AMT with linux mini howto Description What is AMT and why I should care? AMT stands for "Active Management Technology". It provides some remote management facilities. They are handled by the hardware and firmware, thus they work independant from the operation system. Means: It works before Linux bootet up to the point where it activated the netw

                                      • テクノロジー
                                      • 2009/01/01 13:05
                                      • Linux
                                      • qemu-kvm(1): QEMU Emulator User Documentation - Linux man page

                                        3 users

                                        linux.die.net

                                        qemu-kvm(1) - Linux man page Name qemu-doc - QEMU Emulator User Documentation Synopsis usage: qemu [options] [disk_image] Description The QEMU PC System emulator simulates the following peripherals: - i440FX host PCI bridge and PIIX3 PCI to ISA bridge - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA extensions (hardware level, including all non standard modes). - PS/2 mouse and ke

                                        • テクノロジー
                                        • 2008/12/08 18:54
                                        • zshtcpsys(1): zsh tcp system - Linux man page

                                          3 users

                                          linux.die.net

                                          zshtcpsys(1) - Linux man page Name zshtcpsys - zsh tcp system Description A module zsh/net/tcp is provided to provide network I/O over TCP/IP from within the shell; see its description in zshmodules(1) . This manual page describes a function suite based on the module. If the module is installed, the functions are usually installed at the same time, in which case they will be available for autoload

                                          • テクノロジー
                                          • 2008/11/16 00:52
                                          • sendip(1): Send arbitrary IP packets - Linux man page

                                            3 users

                                            linux.die.net

                                            sendip(1) - Linux man page Name sendip - Send arbitrary IP packets Synopsis sendip [ -v ] [ -d data ] [ -h ] [ -f datafile ] [ -p module ] [ module options ] hostname Options -d data add this data as a string to the end of the packet Data can be: rN to generate N random(ish) data bytes; 0x or 0X followed by hex digits; 0 followed by octal digits; any other stream of bytes -f datafile read packet d

                                            • テクノロジー
                                            • 2008/07/15 11:32
                                            • network
                                            • linux
                                            • sctp(7): SCTP protocol - Linux man page

                                              4 users

                                              linux.die.net

                                              sctp(7) - Linux man page Name sctp - SCTP protocol. Synopsis #include <sys/socket.h>#include <netinet/in.h>#include <netinet/sctp.h> sctp_socket = socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP); sctp_socket = socket(PF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); Description This is an implementation of the SCTP protocol as defined in RFC2960 and RFC3309. It is a message oriented, reliable transport protocol

                                              • テクノロジー
                                              • 2007/07/22 07:27
                                              • SCTP
                                              • Linux
                                              • programming
                                              • あとで読む
                                              • Linux man pages

                                                11 users

                                                linux.die.net

                                                If you know the name of the Linux command, function, or file you are interested in, type it in: Sections Man pages are grouped into sections. To see the full list of Linux man pages for a section, pick one of: Section 1user commands (introduction) Section 2system calls (introduction) Section 3library functions (introduction) Section 4special files (introduction) Section 5file formats (introduction

                                                • テクノロジー
                                                • 2006/10/27 12:40
                                                • linux
                                                • xcscope(1): xemacs cscope lisp support package - Linux man page

                                                  4 users

                                                  linux.die.net

                                                  xcscope(1) - Linux man page Name xcscope.el - xemacs cscope lisp support package Description xcscope is a lisp package for use in integrating cscope functionality into xemacs Installation Installation steps: 0. (It is, of course, assumed that cscope is already properly installed on the current system.) 1. Ensure that the location of cscope-indexer is located in your path 2. Ensure that the locatio

                                                  • テクノロジー
                                                  • 2006/10/26 18:58
                                                  • Emacs
                                                  • プログラミング
                                                  • xcscope

                                                  このページはまだ
                                                  ブックマークされていません

                                                  このページを最初にブックマークしてみませんか?

                                                  『Linux Documentation』の新着エントリーを見る

                                                  キーボードショートカット一覧

                                                  j次のブックマーク

                                                  k前のブックマーク

                                                  lあとで読む

                                                  eコメント一覧を開く

                                                  oページを開く

                                                  はてなブックマーク

                                                  • 総合
                                                  • 一般
                                                  • 世の中
                                                  • 政治と経済
                                                  • 暮らし
                                                  • 学び
                                                  • テクノロジー
                                                  • エンタメ
                                                  • アニメとゲーム
                                                  • おもしろ
                                                  • アプリ・拡張機能
                                                  • 開発ブログ
                                                  • ヘルプ
                                                  • お問い合わせ
                                                  • ガイドライン
                                                  • 利用規約
                                                  • プライバシーポリシー
                                                  • 利用者情報の外部送信について
                                                  • ガイドライン
                                                  • 利用規約
                                                  • プライバシーポリシー
                                                  • 利用者情報の外部送信について

                                                  公式Twitter

                                                  • 公式アカウント
                                                  • ホットエントリー

                                                  はてなのサービス

                                                  • はてなブログ
                                                  • はてなブログPro
                                                  • 人力検索はてな
                                                  • はてなブログ タグ
                                                  • はてなニュース
                                                  • ソレドコ
                                                  • App Storeからダウンロード
                                                  • Google Playで手に入れよう
                                                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                  設定を変更しましたx