• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » set
トレース:

set

検索

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

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

マッチした文書名:

  • 18 iLO自体を再起動
  • 63 Adaptech set priority 優先度変更
  • 16 MySQL auto_increment リセット

全文検索:

01 vim @01_linux:20_エディタ
13 ヒット, 最終更新: 4年前
rcを置けばOK <code> $ cat ~/.vimrc ""#####表示設定##### ""set number "行番号を表示する set title "編集中のファイル名を表示 set showmatch "括弧入力時の対応する括弧を表示 syntax on "コードの色分け set tabstop=4 "インデントをスペース4つ分に設定 set nosmartindent "
55 corosync pacemaker @01_linux:01_net
11 ヒット, 最終更新: 9年前
設定 ===== ==== フィルタの停止と、初期設定 ==== pcs property set stonith-enabled=false pcs property set no-quorum-policy=ignore pcs resource defaults resource-s... ocf:pacemaker:ping \ name=ping_set \ dampen=5s \ multi... ocf:pacemaker:ping \ name=ping_g_set \ dampen=5s \ multi
36 LINSTOR Bcache @01_linux:13_storage
9 ヒット, 最終更新: 3年前
ORでzfsthinを設定してもシンプロにならないので注意</color> <code> zfs set compress=lz4 DataPool ##zfs set compress=off DataPool zfs set sync=disabled DataPool zfs set atime=off DataPool zpool set autotrim=off DataPool </code> ==== プールの設定
01 NagiosQL @01_linux:04_監視
8 ヒット, 最終更新: 9年前
iosql_v3 > db_nagiosql_v3.dump </code> === 2.CHARSET=latin1 を CHARSET=utf8 に変更 === <code> # vi db_nagiosql_v3.dump :%s/CHARSET=latin1/CHARSET=utf8/g </code> === 3.dumpを戻す === <code> # cat db_nagiosql_v3.dump |mysql db_nagiosql_
14 MariaDB @01_linux:11_データベース:01_mysql
8 ヒット, 最終更新: 8年前
DB | +------------------------+--------+ 1 row in set (0.00 sec) MariaDB [(none)]> show global variabl... N | +-----------------------+-------+ 1 row in set (0.00 sec) MariaDB [(none)]> show global variabl... ---------------------------+----------+ 2 rows in set (0.00 sec) MariaDB [(none)]> show global variabl... +-------------------------+-----------+ 1 row in set (0.00 sec) MariaDB [(none)]> show global variabl
16 unboundでキャッシュサーバ @01_linux:01_net
7 ヒット, 最終更新: 3年前
g-cache-slabs: 16 num-queries-per-thread: 16384 rrset-cache-size: 1500m rrset-cache-slabs: 16 infra-cache-slabs: 16 do-ip6: no access-control: 127.0.0.0/8 a... shold: 10000000 prefetch: yes prefetch-key: yes rrset-roundrobin: yes minimal-responses: yes dlv-anchor... め スラブ数とワーカスレッド数を一致させるとロック回数が減る。 msg-cache-slabs rrset-cache-slabs: infra-cache-slabs key-cache-slabs
03 iperf3 @01_linux:09_ベンチマーク
7 ヒット, 最終更新: 8カ月前
cv the specified file -A, --affinity n/n,m set CPU affinity -V, --verbose more det... ulticast address -C, --linux-congestion <algo> set TCP congestion control algorithm (Linux only) -M, --set-mss # set TCP maximum segment size (MTU - 40 bytes) -N, --nodelay set TCP no d
15 InnoDB テーブルロック @01_linux:11_データベース:01_mysql
7 ヒット, 最終更新: 7年前
| sato | 40 | +----+--------+-----+ 3 rows in set (0.02 sec) </code> <code> create table lock_test... , age int not null ) engine=innoDB default charset=utf8; insert into lock_test (name, age) values ... rows affected (0.00 sec) mysql> UPDATE lock_test SET age = 21 WHERE name = 'tanaka'; Query OK, 1 row a... rows affected (0.00 sec) mysql> UPDATE lock_test SET age = 31 WHERE name = 'suzuki'; ERROR 1205 (HY000
20 Ceph PG数 @01_linux:13_storage
6 ヒット, 最終更新: 3年前
== 1.変更前の準備 ===== ==== scrub止める ==== ceph osd set noscrub ceph osd set nodeep-scrub ==== back_fillの値を下げておく ==== ceph tell 'osd.*' injectargs --osd-... ctive=3 ===== 2.PG_num変更 ===== ceph osd pool set TEST-pool pg_num 128 ceph osd pool set TEST-pool pgp_num 128 ===== 3.変更の確認 ===== <code> # ceph osd
01 Galera構築 @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 7年前
ertify_nonPK=1 # Maximum number of rows in write set wsrep_max_ws_rows=131072 # Maximum size of write set wsrep_max_ws_size=1073741824 # to enable debug level logging, set this to 1 wsrep_debug=0 # convert locking sessio... ge auto_increment_increment and auto_increment_offset automatically wsrep_auto_increment_control=1 # r
51 Heartbeat + Pacemaker + galera(3 server) @01_linux:01_net
5 ヒット, 最終更新: 10年前
(ocf::heartbeat:IPaddr2): Started galera-1 Clone Set: cl_mysql Started: [ galera-1 galera-2 galer... (ocf::heartbeat:IPaddr2): Started galera-2 Clone Set: cl_mysql Started: [ galera-2 galera-3 ] ... (ocf::heartbeat:IPaddr2): Started galera-2 Clone Set: cl_mysql Started: [ galera-1 galera-2 galer... (ocf::heartbeat:IPaddr2): Started galera-2 Clone Set: cl_mysql Started: [ galera-1 galera-2 galer
17 Nginx FastCGI Cache @01_linux:02_www
5 ヒット, 最終更新: 3年前
astcgi_params; ### 以下の設定を追加 ### set $do_not_cache 0; # -- POST or HEAD ? if ($request_method != "GET") { set $do_not_cache 1; } # -- Login or Comment... or_|wordpress_logged_in|wp-postpass_).*$) { set $do_not_cache 1; } fastcgi_cache cache-zo... ay 2021 13:52:56 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: keep
30 ZFS Linux @01_linux:13_storage
5 ヒット, 最終更新: 4年前
pool01 /dev/rbd0 ===== pool config ===== zfs set compress=lz4 pool01 zfs set sync=disabled pool01 zfs set dedup=on pool01 zpool set autotrim=on pool01 ===== export ===== pool のマウントを外す zpool export pool
76 dmraid リビルド @01_linux:99_その他
5 ヒット, 最終更新: 11年前
id -s ERROR: isw: wrong number of devices in RAID set "isw_jcjeadfeb_raid01" [1/2] on /dev/sdb *** Group superset isw_jcjeadfeb --> *Inconsistent* Active Subset name : isw_jcjeadfeb_raid01 size : 927985664 stride... v/sda ERROR: isw: wrong number of devices in RAID set "isw_jcjeadfeb_raid01" [1/2] on /dev/sdb isw: dri
92 Gitコマンド @01_linux:99_その他
5 ヒット, 最終更新: 3年前
--name-status git log --name-only ===== git reset ===== # 全ファイルをステージングから取り除く。ファイルの変更はそのまま残す $ git reset # 指定したファイルをステージングから取り除く。ファイルの変更はそのまま残す $ git reset ファイル名 # 全ファイルをステージングから取り除く。ファイルの変更した箇所も変更前に戻す $ git reset --hard === 特定のファイルのみを過去のある時点に戻す場合 === resetで--har
21 CentOS5でPacketix VPN Client @01_linux:01_net
4 ヒット, 最終更新: 6年前
ipmitool Server内から、IPMI IP確認 @01_linux:01_net
4 ヒット, 最終更新: 6年前
02_ネットワーク負荷試験iperf @01_linux:09_ベンチマーク
4 ヒット, 最終更新: 8年前
26 Ceph OSD reboot @01_linux:13_storage
4 ヒット, 最終更新: 4年前
09 Galera + innodb_flush_log_at_trx_commit @01_linux:11_データベース:01_mysql
4 ヒット, 最終更新: 9年前
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
4 ヒット, 最終更新: 3年前
tcで帯域制限(htb) @01_linux:01_net
3 ヒット, 最終更新: 6年前
Windowsの共有フォルダマウント @01_linux:01_net
3 ヒット, 最終更新: 13年前
21 グラフ描写(gnuplot) @01_linux:02_www
3 ヒット, 最終更新: 8年前
31 ZFS IOPS limit @01_linux:13_storage
3 ヒット, 最終更新: 4年前
33 wipefs @01_linux:13_storage
3 ヒット, 最終更新: 4年前
02 MySQL max_connections @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 3年前
02 Redis コマンド @01_linux:11_データベース:03_redis
3 ヒット, 最終更新: 10カ月前
56 PCS コマンド @01_linux:01_net
2 ヒット, 最終更新: 9年前
IPMIコマンド @01_linux:01_net
2 ヒット, 最終更新: 6年前
03 KVM install @01_linux:08_仮想化
2 ヒット, 最終更新: 5年前
05 KVM Multi-Queue @01_linux:10_network
2 ヒット, 最終更新: 3年前
19 HPE Insight Management Agents Trap Alarm @01_linux:12_ツール
2 ヒット, 最終更新: 6年前
13 ZFS logbias @01_linux:13_storage
2 ヒット, 最終更新: 3年前
29 Ceph Dashboard @01_linux:13_storage
2 ヒット, 最終更新: 4年前
01 ネットワーク設定nmcli @01_linux:21_centos7
2 ヒット, 最終更新: 6週間前
04 CentOS7 古いカーネルで起動 @01_linux:21_centos7
2 ヒット, 最終更新: 5年前
07 Ubuntu タイムゾーン設定とロケール設定 @01_linux:30_ubuntu
2 ヒット, 最終更新: 4年前
18 iLO自体を再起動 @01_linux:99_その他
2 ヒット, 最終更新: 10年前
35 GPT対応大容量ディスクにパーティションを追加(parted) @01_linux:99_その他
2 ヒット, 最終更新: 5年前
03 ダッシュボードの「最新20件の障害」件数を増やす @01_linux:04_監視:zabbix
2 ヒット, 最終更新: 9年前
20 CentOS7 MariDB Galera @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 6年前
51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 9年前
75 Proftpd @01_linux:01_net
1 ヒット, 最終更新: 6カ月前
10 Memchached @01_linux:02_www
1 ヒット, 最終更新: 6年前
15 CentOS6 suPHP7.2 @01_linux:02_www
1 ヒット, 最終更新: 7年前
70 WordPress + PostgreSQL @01_linux:02_www
1 ヒット, 最終更新: 9年前
Apache Indexページのエンコード @01_linux:02_www
1 ヒット, 最終更新: 13年前
12 memtier_benchmark redis @01_linux:09_ベンチマーク
1 ヒット, 最終更新: 10カ月前
14 redis-benchmark @01_linux:09_ベンチマーク
1 ヒット, 最終更新: 10カ月前
04 Strongswan IKEv2 EAP @01_linux:10_network
1 ヒット, 最終更新: 3年前
10 firewall-cmp @01_linux:10_network
1 ヒット, 最終更新: 6週間前
06 GitPrep @01_linux:12_ツール
1 ヒット, 最終更新: 10年前
28 Ceph ISCSI @01_linux:13_storage
1 ヒット, 最終更新: 4年前
32 Ceph 再同期 @01_linux:13_storage
1 ヒット, 最終更新: 4年前
35 pgs not deep-scrubbed in time @01_linux:13_storage
1 ヒット, 最終更新: 3年前
05 CentOS7 firewalld @01_linux:21_centos7
1 ヒット, 最終更新: 3年前
07 CentOS cgroupでリソースコントロール @01_linux:21_centos7
1 ヒット, 最終更新: 4年前
63 Adaptech set priority 優先度変更 @01_linux:99_その他
1 ヒット, 最終更新: 5年前
ソフトウェアRaid削除 @01_linux:99_その他
1 ヒット, 最終更新: 5年前
11_Zabbix自体の監視 @01_linux:04_監視:zabbix
1 ヒット, 最終更新: 12年前
93 Unknown column 'impi_errors_from' in 'field list' @01_linux:04_監視:zabbix
1 ヒット, 最終更新: 10年前
01 JuJu Maas Openstack @01_linux:08_仮想化:juju
1 ヒット, 最終更新: 4年前
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 6年前
11 Galera同期(複数台構成) @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 6年前
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 9年前
16 MySQL auto_increment リセット @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 7年前
18 CentOS7 MariaDB @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 6年前
50 MySQLベンチマーク(sysbench) @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 3年前
52 MySQLQ sysbench 1.0 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 3年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本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