• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » var
Trace: • ip_contrack • 01 JuJu Maas Openstack • 2019.11.21 Nginx エラー • 2018.06.14 70-persistent-net.rulesを手動で作成 • 02 Mac - 初回起動時のムービー • 13 CentOS Meltdown CPU • 51 Heartbeat + Pacemaker + galera(3 server) • 02 Silex • 04 大量ファイル ls • Rebuilding the FreeBSD Kernel

var

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux
  • Any namespace
  • 01_linux:01_net (21)
  • 01_linux:11_データベース (12)
  • 01_linux:02_www (11)
  • 01_linux:03_mail (10)
  • 01_linux:13_storage (9)
  • 01_linux:08_仮想化 (8)
  • 01_linux:04_監視 (5)
  • 01_linux:99_その他 (4)
  • 01_linux:10_network (3)
  • 01_linux:12_ツール (3)
  • 01_linux:09_ベンチマーク (1)
  • 01_linux:30_ubuntu (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 08 MySQLシステム変数

Fulltext results:

22 Ceph create-volume でエラー @01_linux:13_storage
20 Hits, Last modified: 5 years ago
uster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new ... y Running command: /usr/bin/mount -t tmpfs tmpfs /var/lib/ceph/osd/ceph-0 Running command: /usr/bin/cho... -2 Running command: /usr/bin/ln -s /dev/ssd/data /var/lib/ceph/osd/ceph-0/block Running command: /usr/b... uster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring mon getmap -o
14 MariaDB @01_linux:11_データベース:01_mysql
16 Hits, Last modified: 8 years ago
er-10.2.7-1 <code> MariaDB [(none)]> show global variables like 'default_storage_engine'; +------------------------+--------+ | Variable_name | Value | +------------------... in set (0.00 sec) MariaDB [(none)]> show global variables like 'innodb_file_per_table'; +-----------------------+-------+ | Variable_name | Value | +--------------------
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
14 Hits, Last modified: 6 years ago
ると、エラーになるので移動するか、削除する。 <code console> # rm -rvf /var/lib/mysql/* </code> 元に戻す <code console> # innoba... /backup/xtrabackup/base/ # chown -R mysql:mysql /var/lib/mysql/ </code> ==== 4.起動 ==== **<color red... <code console> # rsync -av -e ssh 192.168.20.248:/var/lib/mysql/ /var/lib/mysql/ </code> 両方のDBを起動後、同期 <code console> mysql> SET GLOBAL wsrep_cluster_addres
08 qcow2 バックアップ 外部へ取得する場合(online external) @01_linux:08_仮想化:kvm
13 Hits, Last modified: 2 years ago
-------------------------------------- vda /var/lib/libvirt/images/testvm.qcow2 sda - </cod... -------------------------------------- vda /var/lib/libvirt/images/testvm.testsnap sda - </... r name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/testvm.testsnap' index='3'/> ... <format type='qcow2'/> <source file='/var/lib/libvirt/images/testvm.qcow2'/> <backi
01 サーバに負荷をかける @01_linux:09_ベンチマーク
11 Hits, Last modified: 8 years ago
mper @c; </code> <code console> # perl test.pl $VAR1 = undef; $VAR2 = 'a'; $VAR3 = 'aa'; $VAR4 = 'aaa'; $VAR5 = 'aaaa'; $VAR6 = 'aaaaa'; $VAR7 = 'aaaaaa'; $VAR8 = 'aaaaaaa'; $VAR9 =
16 unboundでキャッシュサーバ @01_linux:01_net
9 Hits, Last modified: 3 years ago
e: "unbound" directory: "/etc/unbound" logfile: "/var/log/unbound.log" use-syslog: no log-queries: no log-time-ascii: yes pidfile: "/var/run/unbound/unbound.pid" root-hints: "/etc/unboun... ache </code> ==== ログファイル作成 ==== <code> # touch /var/log/unbound.log # chown unbound:unbound /var/log/unbound.log # chmod 644 /var/log/unbound.log </code>
BINDでキャッシュサーバ @01_linux:01_net
9 Hits, Last modified: 13 years ago
conf用意 ===== <box orange round left 90%> # cp -p /var/named/chroot/etc/named.caching-nameserver.conf /var/named/chroot/etc/named.conf </box> ===== named.co... on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named
32 CentOS5でTLS1.2 Apache PHP @01_linux:02_www
7 Hits, Last modified: 10 months ago
tpd=${HTTPD-/usr/sbin/httpd} < pidfile=${PIDFILE-/var/log/httpd/${prog}.pid} < lockfile=${LOCKFILE-/var/lock/subsys/${prog}} --- > httpd=${HTTPD-/opt/httpd/httpd-2.2.24/bin/httpd} > pidfile=${PIDFILE-/var/run/httpd-2.2.24.pid} > lockfile=${LOCKFILE-/var/lock/subsys/httpd-2.2.24} 67c67 < CONFFILE=/etc/http
39 💻logrotateのテスト @01_linux:99_その他
7 Hits, Last modified: 5 years ago
===== 確認 ===== /etc/cron.daily/logrotate を見ると、「/var/lib/logrotate/logrotate.status」のステートファイルを確認してローテー... ily/logrotate #!/bin/sh /usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status /etc/logrotate.con... 前とかテストしたいログのローテートのスパンによって変える。 一部抜粋 <code> # cat /var/lib/logrotate/logrotate.status logrotate state -- version 2 "/var/log/yum.log" 2021-3-23-9:20:30 "/var/log/maillog"
70 WordPress + PostgreSQL @01_linux:02_www
6 Hits, Last modified: 9 years ago
ress/]] ===== インストール ===== ==== 1.ファイル設置 ==== /var/www/html/ がDocumentRootとして http://[[Domain]]/wp/ ... 定 ・wordpress <code> $ cp wordpress-3.1.4-ja.zip /var/www/html/ $ unzip wordpress-3.1.4-ja.zip $ mv wor... p <code> $ cp postgresql-for-wordpress.1.3.1.zip /var/www/html/ $ unzip postgresql-for-wordpress.1.3.1.zip $ mv postgresql-for-wordpress/pg4wp/db.php var/www/html/wp/wp-content/ $ mv postgresql-for-wordp
04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
6 Hits, Last modified: 9 years ago
LAIN connect = dbname=postfix user=postfix host=/var/lib/mysql/mysql.sock password=xxpostfix password... # vi /etc/dovecot.conf listen = [::] log_path = /var/log/dovecot.log ssl_disable = no ssl_cert_file = ... conf } socket listen { client { path = /var/spool/postfix/private/auth mode = 0660 user... f postfixadmin_2.3.tar.gz # mv postfixadmin_2.3 /var/www/html/postfixadmin # cd /var/www/html/postfix
13 CentOS6メール設定 @01_linux:03_mail
6 Hits, Last modified: 5 years ago
CRYPT connect = dbname=postfix user=postfix host=/var/lib/mysql/mysql.sock password=xxpostfix password_... uid = 10000 #listen = [::] listen = * log_path = /var/log/dovecot.log mail_location = maildir:/home/mai... ocols = imap pop3 service auth { unix_listener /var/spool/postfix/private/auth { group = postfix ... f postfixadmin_2.3.tar.gz # mv postfixadmin_2.3 /var/www/html/postfixadmin # cd /var/www/html/postfix
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
6 Hits, Last modified: 3 years ago
/system/postgresql-13.service Environment=PGDATA=/var/lib/pgsql/13/data/ ↓ Environment=PGDATA=/data/ </... ===== PATH追加 ===== <code> cat << __EOM__ | tee /var/lib/pgsql/.pgsql_profile PATH=/usr/pgsql-13/bin:$PATH export PATH __EOM__ source /var/lib/pgsql/.pgsql_profile </code> ===== PGDATA変更 ===== <code> # vi /var/lib/pgsql/.bash_profile #PGDATA=/var/lib/pgsql/12
60 CentOS OpenVPN @01_linux:01_net
5 Hits, Last modified: 12 years ago
=== <code console> # vi /etc/logrotate.d/openvpn /var/log/openvpn.log { missingok notifempty ... n-2.2.2/easy-rsa/2.0/ easy-rsa # cd easy-rsa # vi vars export KEY_COUNTRY="JP" export KEY_PROVINCE="ToK... 加してコメントアウト 証明書/鍵作成用環境変数設定ファイル内容をシステムに反映 # source vars 証明書/鍵作成先ディレクトリ初期化※OpenVPNインストール後最初の1回のみ # ./clea... ode console> # cd /etc/openvpn/easy-rsa/ # source vars </code> === パスフレーズ認証あり証明書 === <code console> #
75 Proftpd @01_linux:01_net
5 Hits, Last modified: 6 months ago
red </IfModule> SystemLog /var/log/proftpd.log SyslogLevel i... idFile /usr/local/proftpd/var/proftpd.pid PassivePorts 7000 ... --name ftp_user \ --uid=1000 --gid=1000 \ --home=/var/www/vhost/hogehoge \ --shell=/sbin/nologin </code... ==== 6.ログ ==== <code> [root@vm-rocky ~]# tail /var/log/xferlog Wed Nov 27 06:44:03 2024 0 _gateway
02 Munin @01_linux:04_監視
5 Hits, Last modified: 8 months ago
17 mon HEALTH_WARN mon xxx is using a lot of disk space @01_linux:13_storage
5 Hits, Last modified: 4 years ago
01 Galera構築 @01_linux:11_データベース:01_mysql
5 Hits, Last modified: 7 years ago
02 MySQL max_connections @01_linux:11_データベース:01_mysql
5 Hits, Last modified: 3 years ago
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
5 Hits, Last modified: 9 years ago
15 ローカルにyumリポジトリ作成 @01_linux:01_net
4 Hits, Last modified: 10 years ago
25 snmptrapd syslogで受け取る @01_linux:01_net
4 Hits, Last modified: 6 years ago
01 .htaccess @01_linux:02_www
4 Hits, Last modified: 7 years ago
15 CentOS6 suPHP7.2 @01_linux:02_www
4 Hits, Last modified: 7 years ago
02 Postfix + amavisd + clamav @01_linux:03_mail
4 Hits, Last modified: 9 years ago
17 メールログのログローテート @01_linux:03_mail
4 Hits, Last modified: 6 years ago
05 subversion @01_linux:12_ツール
4 Hits, Last modified: 10 years ago
36 git Server @01_linux:01_net
3 Hits, Last modified: 10 years ago
51 Heartbeat + Pacemaker + galera(3 server) @01_linux:01_net
3 Hits, Last modified: 10 years ago
18 Let's Encrypt Certbot @01_linux:02_www
3 Hits, Last modified: 2 years ago
03 Postfix + Postgrey @01_linux:03_mail
3 Hits, Last modified: 9 years ago
02 Linux IPsec Client @01_linux:10_network
3 Hits, Last modified: 8 years ago
03 Strongswan IKEv2 with PSK @01_linux:10_network
3 Hits, Last modified: 3 years ago
34 疑似NVMe Drive @01_linux:08_仮想化:kvm
3 Hits, Last modified: 4 years ago
15 InnoDB テーブルロック @01_linux:11_データベース:01_mysql
3 Hits, Last modified: 7 years ago
09 Heartbeat @01_linux:01_net
2 Hits, Last modified: 13 years ago
14 rsync @01_linux:01_net
2 Hits, Last modified: 8 years ago
50 du: WARNING: Circular directory structure. @01_linux:01_net
2 Hits, Last modified: 12 years ago
61 CentOS OpenVPNトンネル接続 @01_linux:01_net
2 Hits, Last modified: 12 years ago
62 CentOS OpenVPNブリッジ接続 @01_linux:01_net
2 Hits, Last modified: 12 years ago
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
2 Hits, Last modified: 7 years ago
mod_suphp @01_linux:02_www
2 Hits, Last modified: 13 years ago
15 Spamassassin 学習 @01_linux:03_mail
2 Hits, Last modified: 7 years ago
Postfix DovecotでPOP before SMTP @01_linux:03_mail
2 Hits, Last modified: 13 years ago
Postfix Virtual Dovecot @01_linux:03_mail
2 Hits, Last modified: 11 years ago
01 NagiosQL @01_linux:04_監視
2 Hits, Last modified: 9 years ago
Nagios外部コマンド @01_linux:04_監視
2 Hits, Last modified: 13 years ago
03 KVM install @01_linux:08_仮想化
2 Hits, Last modified: 5 years ago
KVMでWindowsを動かし、virtio化 @01_linux:08_仮想化
2 Hits, Last modified: 6 years ago
14 IMA の情報 @01_linux:12_ツール
2 Hits, Last modified: 9 years ago
19 Ceph OMAP META @01_linux:13_storage
2 Hits, Last modified: 4 years ago
24 Ceph OSD 追加 @01_linux:13_storage
2 Hits, Last modified: 4 years ago
28 Ceph Mon 追加 @01_linux:13_storage
2 Hits, Last modified: 4 years ago
13 Ubuntu 古いzabbix @01_linux:30_ubuntu
2 Hits, Last modified: 3 years ago
71 kdump @01_linux:99_その他
2 Hits, Last modified: 11 years ago
91 ZabbixのMySQLが遅い @01_linux:04_監視:zabbix
2 Hits, Last modified: 9 years ago
07 qemuでserial接続 @01_linux:08_仮想化:kvm
2 Hits, Last modified: 5 years ago
03 InnoDBテーブル分割 @01_linux:11_データベース:01_mysql
2 Hits, Last modified: 12 years ago
11 Galera同期(複数台構成) @01_linux:11_データベース:01_mysql
2 Hits, Last modified: 6 years ago
21 CentOS5でPacketix VPN Client @01_linux:01_net
1 Hits, Last modified: 6 years ago
38 multipath logout @01_linux:01_net
1 Hits, Last modified: 9 years ago
43 reposync リポジトリコピー @01_linux:01_net
1 Hits, Last modified: 4 years ago
52 Heartbeat + Pacemaker + DRBD @01_linux:01_net
1 Hits, Last modified: 10 years ago
54 DRBD @01_linux:01_net
1 Hits, Last modified: 9 years ago
VPNサーバ(PacketiX) @01_linux:01_net
1 Hits, Last modified: 7 years ago
Windowsの共有フォルダマウント @01_linux:01_net
1 Hits, Last modified: 13 years ago
yumのDBが壊れた @01_linux:01_net
1 Hits, Last modified: 13 years ago
02 Basic認証 httpd.conf @01_linux:02_www
1 Hits, Last modified: 6 years ago
17 Nginx FastCGI Cache @01_linux:02_www
1 Hits, Last modified: 3 years ago
23 Apache vhost一覧 @01_linux:02_www
1 Hits, Last modified: 16 months ago
CentOS5.2でApache2.2インストール @01_linux:02_www
1 Hits, Last modified: 13 years ago
05 Postfix log解析 @01_linux:03_mail
1 Hits, Last modified: 8 years ago
Dovecot 2.2 upgrade @01_linux:03_mail
1 Hits, Last modified: 7 years ago
01 Linux ipsec Server @01_linux:10_network
1 Hits, Last modified: 8 years ago
04 sar(sysstat) steal @01_linux:12_ツール
1 Hits, Last modified: 4 years ago
20 Ceph PG数 @01_linux:13_storage
1 Hits, Last modified: 3 years ago
29 Ceph Dashboard @01_linux:13_storage
1 Hits, Last modified: 4 years ago
32 Ceph 再同期 @01_linux:13_storage
1 Hits, Last modified: 4 years ago
34 ZFS trim @01_linux:13_storage
1 Hits, Last modified: 4 years ago
11 mountでエラー @01_linux:99_その他
1 Hits, Last modified: 12 years ago
50 CentOS5.7 ドライバ組み込み @01_linux:99_その他
1 Hits, Last modified: 12 years ago
13 Zabbixでsnmptrapを受信(Zabbix2系) @01_linux:04_監視:zabbix
1 Hits, Last modified: 6 years ago
01 JuJu Maas Openstack @01_linux:08_仮想化:juju
1 Hits, Last modified: 4 years ago
02 OpenStack base Console @01_linux:08_仮想化:juju
1 Hits, Last modified: 4 years ago
33 qcow2 中身確認 @01_linux:08_仮想化:kvm
1 Hits, Last modified: 8 months ago
10 InnoDBパフォーマンス @01_linux:11_データベース:01_mysql
1 Hits, Last modified: 9 months ago
19 MySQL ログローテート @01_linux:11_データベース:01_mysql
1 Hits, Last modified: 5 years ago
51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
1 Hits, Last modified: 9 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: 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