• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » file
トレース: • 2014.05.30 DokuWikiの検索インデックスについて • Windowsの共有フォルダマウント • リモート接続のセッション • 60 adaptech_raidのledランプを付ける. • 34 UnboundでHA構成 • 19 vgextend • 23 Apache vhost一覧 • unzip • 01 JuJu Maas Openstack • ps

file

検索

以下に検索結果を表示します。

前方一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@01_linux
  • 全ての名前空間
  • 01_linux:01_net (22)
  • 01_linux:99_その他 (15)
  • 01_linux:08_仮想化 (13)
  • 01_linux:02_www (10)
  • 01_linux:11_データベース (10)
  • 01_linux:09_ベンチマーク (8)
  • 01_linux:13_storage (6)
  • 01_linux:03_mail (5)
  • 01_linux:12_ツール (5)
  • 01_linux:04_監視 (3)
  • 01_linux:20_エディタ (1)
  • 01_linux:21_centos7 (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

マッチした文書名:

  • 03 SSL中間証明書確認
  • popfile
  • 12 ファイルをすべてバックアップ
  • 03 Linux swapスペース追加
  • SonicWall があるとfile_get_contents,fsockopen が利用できない。
  • 09 qcow2 backing file

全文検索:

52 MySQLQ sysbench 1.0 @01_linux:11_データベース:01_mysql
23 ヒット, 最終更新: 3年前
ddev): 299.8689/0.00 </code> ===== CPU/Memory/Fileio ===== ==== CPU ==== <code> # sysbench cpu run ... on time (avg/stddev): 4.8033/0.00 </code> ==== Fileio ==== <code> sysbench fileio --file-total-size=1G --file-test-mode=rndrw --time=300 --max-requests=0 prepare sysbench fileio --fil
51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
18 ヒット, 最終更新: 9年前
ONS] Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cn... Don't read default options from any option file. --defaults-file=# Only read default options from the given file #. --defaults-extra-file=# Read this file after t
91 ZabbixのMySQLが遅い @01_linux:04_監視:zabbix
14 ヒット, 最終更新: 9年前
==== テーブル分割して、innodb_buffer_pool_sizeとinnodb_log_file_sizeを増やしてみる <code console> # vi /etc/my.cnf innodb_file_per_table innodb_buffer_pool_size=512M innodb_log_file_size=128M </code> innodb_buffer_pool_sizeは、DBのみ動作の場合物理メモリの70%~80%程度 innodb_log_files_in_group×innodb_log_file_size < innodb_buffer_po
83 PHP複数バージョンを共存 @01_linux:02_www
9 ヒット, 最終更新: 7年前
ode> ==== php7.1が利用したい場合 ==== <code|.htaccess> <FilesMatch "\.php$"> SetHandler x-httpd-php71 </FilesMatch> </code> ==== php5.6が利用したい場合 ==== <code|.htaccess> <FilesMatch "\.php$"> SetHandler x-httpd-php56 </FilesMatch> </code> ==== 何も指定しない場合 ==== .htaccessに何も設定
13 CentOS6メール設定 @01_linux:03_mail
9 ヒット, 最終更新: 5年前
----------------- (76行目に追加) Patch0: postfix-2.6.1-files.patch Patch1: postfix-alternatives.patch Patch2:... x-vda-v11-2.9.5.patch (152行目に追加) %patch0 -p1 -b .files %patch1 -p1 -b .alternatives %patch2 -p1 -b .lar... stname ## 証明書 smtpd_use_tls = yes smtpd_tls_cert_file = /etc/pki/tls/certs/mail.pem smtpd_tls_key_file = /etc/pki/tls/certs/mail.pem smtpd_tls_session_cache_
08 qcow2 バックアップ 外部へ取得する場合(online external) @01_linux:08_仮想化:kvm
9 ヒット, 最終更新: 2年前
ode> # virsh dumpxml testvm . . . <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/testvm.testsnap' index='3'/> <backingStore type='file' index='2'> <format type='qcow2'/> <source file='/var/lib/libvirt/images/testvm.qcow2'/>
BINDでキャッシュサーバ @01_linux:01_net
8 ヒット, 最終更新: 13年前
doc/bind*/sample/ for example named configuration files. // // DO NOT EDIT THIS FILE - use system-config-bind or an editor // to create named.conf - edits to this file will be lost on // caching-nameserver package ... directory "/var/named"; dump-file "/var/named/data/cache_dump.db";
32 CentOS5でTLS1.2 Apache PHP @01_linux:02_www
8 ヒット, 最終更新: 10カ月前
ode> xml/apr_xml.c:35:19: error: expat.h: No such file or directory xml/apr_xml.c:66: error: expected sp... enable-setenvif \ --enable-authn-alias \ --enable-file-cache \ --enable-disk-cache \ --enable-mem-cache ... xt \ --with-curl=/opt/curl-7.58.0 \ --with-config-file-path=/opt/php-5.6.13/etc/ \ --with-config-file-scan-dir=/opt/php-5.6.13/etc/php.d \ --with-mcrypt # wg
KVMでWindowsを動かし、virtio化 @01_linux:08_仮想化
8 ヒット, 最終更新: 6年前
oドライバ]]も一緒に定義しておく <code console> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/tmp/test.img'/> <target dev='vdb' bus='virtio'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/CDROM/virtio-win-0.1-30.iso'/> <target de
22 Ceph create-volume でエラー @01_linux:13_storage
8 ヒット, 最終更新: 5年前
/ceph/keyring,/etc/ceph/keyring.bin,: (2) No such file or directory 2020-09-02 18:30:09.744 7f8fd77c0700... /ceph/keyring,/etc/ceph/keyring.bin,: (2) No such file or directory 2020-09-02 18:30:10.730 7f4ea281a700... 32,min_write_buffer_number_to_merge=2,recycle_log_file_num=32,compaction_style=kCompactionStyleLevel,write_buffer_size=67108864,target_file_size_base=67108864,max_background_compactions=31,
14 MariaDB @01_linux:11_データベース:01_mysql
8 ヒット, 最終更新: 8年前
iaDB [(none)]> show global variables like 'innodb_file_per_table'; +-----------------------+-------+ | V... alue | +-----------------------+-------+ | innodb_file_per_table | ON | +-----------------------+----... [(none)]> show global variables like 'innodb_log_file_%'; +---------------------------+----------+ | Va... ------------------------+----------+ | innodb_log_file_size | 50331648 | | innodb_log_files_in_grou
16 unboundでキャッシュサーバ @01_linux:01_net
7 ヒット, 最終更新: 3年前
roundrobin: yes minimal-responses: yes dlv-anchor-file: "/etc/unbound/dlv.isc.org.key" trusted-keys-file: /etc/unbound/root.key val-clean-additional: yes val-... 16 remote-control: control-enable: yes server-key-file: "/etc/unbound/unbound_server.key" server-cert-file: "/etc/unbound/unbound_server.pem" control-key-file
75 Proftpd @01_linux:01_net
7 ヒット, 最終更新: 6カ月前
hoge.com AuthOrder mod_auth_file.c AuthUserFile /etc/proftpd.pa... od_core.html|参考資料]] <code> <Directory /> # Hide files/directories owned by root #HideUser root # Hide Unix dot files HideFiles ^\. <Limit DIRS READ> # Return "No such file or directory" for hidden files/directories Ig
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
7 ヒット, 最終更新: 7年前
min_uid=500 min_gid=100 ; Security options allow_file_group_writeable=false allow_file_others_writeable=false allow_directory_group_writeable=false allow_dir... <code> # This is the Apache server configuration file providing suPHP support. # It contains the config... ine off #</IfModule> # To use suPHP to parse PHP-Files AddHandler x-httpd-php .php AddHandler x-httpd-p
02 Postfix + amavisd + clamav @01_linux:03_mail
7 ヒット, 最終更新: 9年前
qr'^\.(exe-ms|dll)$', # banned file(1) types, rudimentary ↓ コメントアウト。exe,dllも送信できる... qr'^\.(exe-ms|dll)$', # banned file(1) types, rudimentary </code> === 添付ファイルがはじかれるので、この部分をコメントアウト === <code> $banned_filename_re = new_RE( ### BLOCKED ANYWHERE # qr'^UNDE... qr'^\.(exe-ms|dll)$', # banned file(1) types, rudimentary # qr'^\.(exe|lha|tnef|cab|d
bonnie++ @01_linux:09_ベンチマーク
7 ヒット, 最終更新: 7年前
fio @01_linux:09_ベンチマーク
6 ヒット, 最終更新: 4年前
28 Ceph ISCSI @01_linux:13_storage
6 ヒット, 最終更新: 4年前
09 qcow2 backing file @01_linux:08_仮想化:kvm
6 ヒット, 最終更新: 3年前
01 Galera構築 @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 7年前
33 PHP56 fsockopenでエラー @01_linux:02_www
5 ヒット, 最終更新: 6年前
03 pipのエラー「pkg_resources.DistributionNotFound: pip==1.5.4」 @01_linux:12_ツール
5 ヒット, 最終更新: 11年前
10 InnoDBパフォーマンス @01_linux:11_データベース:01_mysql
5 ヒット, 最終更新: 9カ月前
14 rsync @01_linux:01_net
4 ヒット, 最終更新: 8年前
04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
4 ヒット, 最終更新: 9年前
仮想化KVM @01_linux:08_仮想化
4 ヒット, 最終更新: 13年前
02_ネットワーク負荷試験iperf @01_linux:09_ベンチマーク
4 ヒット, 最終更新: 8年前
05 Linuxチューニング @01_linux:09_ベンチマーク
4 ヒット, 最終更新: 4年前
16 xfs_repair @01_linux:12_ツール
4 ヒット, 最終更新: 7年前
77 LVMのサイズ変更 @01_linux:99_その他
4 ヒット, 最終更新: 8年前
35 qcow2をマウント @01_linux:08_仮想化:kvm
4 ヒット, 最終更新: 8カ月前
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
4 ヒット, 最終更新: 9年前
15 ローカルにyumリポジトリ作成 @01_linux:01_net
3 ヒット, 最終更新: 10年前
29 TGT で thin provision @01_linux:01_net
3 ヒット, 最終更新: 6年前
71 vsftpd @01_linux:01_net
3 ヒット, 最終更新: 12カ月前
SonicWall があるとfile_get_contents,fsockopen が利用できない。 @01_linux:99_その他
3 ヒット, 最終更新: 13年前
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 6年前
03 udp通信のテスト @01_linux:01_net
2 ヒット, 最終更新: 11年前
19 CentOS7 自動起動の設定 @01_linux:01_net
2 ヒット, 最終更新: 9年前
26 vgcfgrestore VGが消えてしまった場合 @01_linux:01_net
2 ヒット, 最終更新: 4年前
50 du: WARNING: Circular directory structure. @01_linux:01_net
2 ヒット, 最終更新: 12年前
60 CentOS OpenVPN @01_linux:01_net
2 ヒット, 最終更新: 12年前
VPNサーバ(PacketiX VPN -> SoftEther VPN)移行方法 @01_linux:01_net
2 ヒット, 最終更新: 7年前
01 .htaccess @01_linux:02_www
2 ヒット, 最終更新: 7年前
04 .htaccess で制限時間設定 @01_linux:02_www
2 ヒット, 最終更新: 7年前
15 CentOS6 suPHP7.2 @01_linux:02_www
2 ヒット, 最終更新: 7年前
17 Nginx FastCGI Cache @01_linux:02_www
2 ヒット, 最終更新: 3年前
mod_rewrite @01_linux:02_www
2 ヒット, 最終更新: 8年前
Postfix DovecotでPOP before SMTP @01_linux:03_mail
2 ヒット, 最終更新: 13年前
03 KVM install @01_linux:08_仮想化
2 ヒット, 最終更新: 5年前
12 ファイルをすべてバックアップ @01_linux:08_仮想化
2 ヒット, 最終更新: 4年前
36 qcow2 シンプロ 圧縮 @01_linux:08_仮想化
2 ヒット, 最終更新: 4年前
03 iperf3 @01_linux:09_ベンチマーク
2 ヒット, 最終更新: 8カ月前
06 GitPrep @01_linux:12_ツール
2 ヒット, 最終更新: 10年前
07 GitPrep アップグレード @01_linux:12_ツール
2 ヒット, 最終更新: 8年前
19 HPE Insight Management Agents Trap Alarm @01_linux:12_ツール
2 ヒット, 最終更新: 6年前
28 Ceph Mon 追加 @01_linux:13_storage
2 ヒット, 最終更新: 4年前
03 Linux swapスペース追加 @01_linux:99_その他
2 ヒット, 最終更新: 10カ月前
05 umask @01_linux:99_その他
2 ヒット, 最終更新: 7年前
19 vgextend @01_linux:99_その他
2 ヒット, 最終更新: 6年前
35 GPT対応大容量ディスクにパーティションを追加(parted) @01_linux:99_その他
2 ヒット, 最終更新: 5年前
改行コードを変換(dos2unix) @01_linux:99_その他
2 ヒット, 最終更新: 12年前
07 qemuでserial接続 @01_linux:08_仮想化:kvm
2 ヒット, 最終更新: 5年前
33 qcow2 中身確認 @01_linux:08_仮想化:kvm
2 ヒット, 最終更新: 8カ月前
18 CentOS7 MariaDB @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 6年前
06 sshでパスワードなしにログインするには @01_linux:01_net
1 ヒット, 最終更新: 10年前
30 NFSサーバ @01_linux:01_net
1 ヒット, 最終更新: 13カ月前
32_1 SPDK(Storage Performance Development Kit) @01_linux:01_net
1 ヒット, 最終更新: 6年前
34 s3cmd @01_linux:01_net
1 ヒット, 最終更新: 12年前
42 CentOS7 シリアルコンソール @01_linux:01_net
1 ヒット, 最終更新: 5年前
52 Heartbeat + Pacemaker + DRBD @01_linux:01_net
1 ヒット, 最終更新: 10年前
61 CentOS OpenVPNトンネル接続 @01_linux:01_net
1 ヒット, 最終更新: 12年前
62 CentOS OpenVPNブリッジ接続 @01_linux:01_net
1 ヒット, 最終更新: 12年前
tftp @01_linux:01_net
1 ヒット, 最終更新: 13年前
84 PHP アクセラレータ @01_linux:02_www
1 ヒット, 最終更新: 7年前
Postfix Virtual Dovecot @01_linux:03_mail
1 ヒット, 最終更新: 11年前
02 Munin @01_linux:04_監視
1 ヒット, 最終更新: 8カ月前
nrpeで監視 @01_linux:04_監視
1 ヒット, 最終更新: 13年前
10 LVM 丸ごとバックアップ @01_linux:08_仮想化
1 ヒット, 最終更新: 5年前
14 redis-benchmark @01_linux:09_ベンチマーク
1 ヒット, 最終更新: 10カ月前
dbench @01_linux:09_ベンチマーク
1 ヒット, 最終更新: 4年前
unixbench @01_linux:09_ベンチマーク
1 ヒット, 最終更新: 4年前
02 GlusterFS @01_linux:13_storage
1 ヒット, 最終更新: 6年前
29 Ceph Dashboard @01_linux:13_storage
1 ヒット, 最終更新: 4年前
33 wipefs @01_linux:13_storage
1 ヒット, 最終更新: 4年前
01 vim @01_linux:20_エディタ
1 ヒット, 最終更新: 4年前
03 CentOS7 vpnclient起動スクリプト設定 @01_linux:21_centos7
1 ヒット, 最終更新: 6年前
09 Linux rescue ドライバあり @01_linux:99_その他
1 ヒット, 最終更新: 8年前
10 fsckでエラー @01_linux:99_その他
1 ヒット, 最終更新: 13年前
11 mountでエラー @01_linux:99_その他
1 ヒット, 最終更新: 12年前
25 LVM内のLVMをマウント @01_linux:99_その他
1 ヒット, 最終更新: 8年前
92 Gitコマンド @01_linux:99_その他
1 ヒット, 最終更新: 3年前
CentOS syslog-ng @01_linux:99_その他
1 ヒット, 最終更新: 12年前
GRUBで起動しない @01_linux:99_その他
1 ヒット, 最終更新: 6年前
ソフトウェアraid構築 @01_linux:99_その他
1 ヒット, 最終更新: 11年前
04 KVM cdrom attach @01_linux:08_仮想化:kvm
1 ヒット, 最終更新: 7年前
34 疑似NVMe Drive @01_linux:08_仮想化:kvm
1 ヒット, 最終更新: 4年前
03 InnoDBテーブル分割 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 12年前
19 MySQL ログローテート @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 5年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki