全文検索:
- UNIXBENCH @02_freebsd:08_benchmarks
- 117.7 lps (29.8 secs, 3 samples) File Read 1024 bufsize 2000 maxblocks 77817.0 KBps (30.0 secs, 3 samples) File Write 1024 bufsize 2000 maxblocks 15344.0 KBps (30.0 secs, 3 samples) File Copy 1024 bufsize 2000 maxblocks 15387.0 KBps (30.0 secs, 3 samples) File Read 256 bufsize 500 maxblocks 24471.0 KBps
- 05 rsync @02_freebsd:01_net
- 使う。 \\ 空行と、';' または '#' で始まる行は無視されます。 | |--exclude FILE|「--exclude」オプションと似ていますが、代わりに FILE に除外するファイルのリストを記述します。FILE の空行と、';' または '#' で始まる行は無視されます。 | |--stats|コピーの結果を表示する。指定しないといっさいのメッセージは表示されない ... ==== /usr/local/etc/rsyncd.conf ==== <code> pid file = /var/run/rsyncd.pid log file = /var/log/rsync.
- MySQL - レプリケーション @02_freebsd:04_database:01_mysql
- </code> ===== 更新ログの状態を取得する ===== 実行したら、画面に出力された「File」と「Position」カラムの内容をメモしておきます。\\ これは、現時点での更新ログファイル名と... D='<replication password>', MASTER_LOG_FILE='<recorded log file name>', MASTER_LOG_POS=<recorded log offset>; mysql> START SLAVE; </c... Connect_Retry: 60 Master_Log_File: mysql-bin.000007 Read_Master_Log_Pos:
- file @02_freebsd:80_unixコマンド
- ====== file ====== ===== 機能 ===== fileコマンドは、指定したファイルがどのような種類のファイルかを調べます。 テキストファイルか、ディレクトリか、データファイルか、シェ... プトか、 実行可能なバイナリファイルか、などを判別できます。 ===== 構文 ===== file ファイル名 ===== コマンド例 ===== <code console> > file /etc/hosts /etc/hostsを調べる /etc/hosts: ASCII text テキストファイルであることが分かる > file /etc /etcを調べる /etc: director
- tar @02_freebsd:80_unixコマンド
- をgzipで圧縮する(FreeBSD・Linux)| |j|bzip2を通して処理を行う | |X FILE|FILEに記述されたファイル(フォルダ)を除外する。| |C|指定したディレクトリにファイルを展開... ssh root@10.10.10.10 tar -C /mnt/ --sparse --one-file-system -zcp --numeric-owner --xattrs . | ssh root... tarで固めてバックアップ <code> tar -C /mnt/ --sparse --one-file-system -zcp --numeric-owner --xattrs . | ssh root
- FreeBSD - vim @02_freebsd:99_その他
- nting on "set backup " keep a backup file set viminfo='20,\"50 " read/write a .viminfo file, don't store more " than... tocmd BufRead *.txt set tw=78 " When editing a file, always jump to the last cursor position autoc
- Apache 2.0 + MySQL + PHP @02_freebsd:02_www
- /sh /usr/l ocal/bin/mysqld_safe --defaults-extra-file=/var/db/m mysql 22702 0.0 7.7 65468 24832 ... 0.96 /usr/local/l ibexec/mysqld --defaults-extra-file=/var/db/mysql/my.c </code> mysqlshowでデータベース名が表示で
- suPHP @02_freebsd:02_www
- t ;chroot=/mychroot ; Security options allow_file_group_writeable=false allow_file_others_writeable=false allow_directory_group_writeable=false allow_
- 03 Postfix + amavisd + clamav @02_freebsd:03_mail
- qr'^\.(exe-ms|dll)$', # banned file(1) types, rudimentary # qr'^\.(exe|lha|tnef|cab|dll)$', # banned file(1) types ・ ・ ・ ); </code> この部分を <code> $banned_fi
- chmod @02_freebsd:80_unixコマンド
- 変更する。 ===== 構文 ===== <code> chmod (オプション) [a+w] [file name] chmod (オプション) [644] [file name] </code> ===== オプション ===== <code> -R 指定されたディレクトリ以下のファイルのアクセス... |x|1|実行可能| ===== コマンド例 ===== <code> > chmod a+w file1 全てのユーザーに書き込み権限を付加&br; > chmod 644 file2 file2を644(rw-r--r--)に変更&br; > chmod 701 *.cgi 拡張子がc
- FreeBSD カーネル再構築 @02_freebsd:99_その他
- de> # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Co
- MySQL - クエリ全部ログ取得 @02_freebsd:04_database:01_mysql
- e> mysql> show global variables like 'general_log_file'; +------------------+---------------------------... -----+----------------------------+ | general_log_file | /var/run/mysqld/mysqld.log | +-----------------
- 03 inetd @02_freebsd:01_net
- r|TCPWrapper]]によるアクセス制御が可能です。 FreeBSDに標準で付いているFTP(File Transfer Protocol)サーバ wuftpdの起動方法。 個人的にはProFTPの方が
- Bonnie @02_freebsd:08_benchmarks
- code> ====== 実行 ====== <code console> $ bonnie File './Bonnie.6596', size: 104857600 Writing with pu
- find @02_freebsd:80_unixコマンド
- option) ===== オプション ===== ==== 条件 ==== |-name [file name]|指定した文字列を検索 | |-user [user name]|指定したユーザー名のフ