全文検索:
- 91 ZabbixのMySQLが遅い @01_linux:04_監視:zabbix
- .sock' port: 3306 Source distribution 140609 16:03:08 [ERROR] /usr/libexec/mysqld: Incorrect information in file: './zabbix/nodes.frm' 140609 16:03:08 [ERROR] /usr/libexec/mysqld: Incorrect information in file: './zabbix/nodes.frm' 140609 16:03:08 [ERROR] /usr/libexec/mysqld: Incorrect information in file: './zabbix/sessions.frm' 140609 16:03:08 [ERROR] /usr/libexec/mysqld: Incorrect informa
- VPNサーバ(PacketiX VPN -> SoftEther VPN)移行方法 @01_linux:01_net
- -download.com/files/softether/v1.00-9026-rc2-2013.03.10-tree/Linux/SoftEther%20VPN%20Server/32bit%20-%... tel%20x86/softether-vpnserver-v1.00-9026-rc2-2013.03.10-linux-x86-32bit.tar.gz # tar zxvf softether-vpnserver-v1.00-9026-rc2-2013.03.10-linux-x86-32bit.tar.gz # cd vpnserver # make D
- 19 Ceph OMAP META @01_linux:13_storage
- osd.2 </code> ===== bluefsサイズ確認 ===== [[50_dialy:2022:03:03:03#bluefsの容量確認方法]] {{tag>Ceph}}
- 29 TGT で thin provision @01_linux:01_net
- gets.conf> default-driver iscsi <target iqn.2014-03.storage-server:disk1> backing-store /mnt/... Mar 24 00:40 ip-192.168.10.16:3260-iscsi-iqn.2014-03.storage-server:disk1-lun-1 -> ../../sdc </code>
- 41 CentOS7 NIC名変更 @01_linux:01_net
- KERNEL=="eth*", SUBSYSTEMS=="pci", KERNELS=="0000:03:00.0", NAME="lan0" SUBSYSTEM=="net", ACTION=="add... KERNEL=="eth*", SUBSYSTEMS=="pci", KERNELS=="0000:03:00.1", NAME="lan1" SUBSYSTEM=="net", ACTION=="add
- 71 vsftpd @01_linux:01_net
- /code> 削除ログ <code> # tail vsftpd.log Fri Sep 6 03:20:47 2022 [pid 841836] [hoge@hogehoge.com] OK UP... ", "/test.txt", 5 bytes, 0.13Kbyte/sec Fri Sep 6 03:21:51 2022 [pid 841836] [hoge@hogehoge.com] FTP c
- rpm @01_linux:99_その他
- - 32:9.7.0-21.P2.4 - Fix CVE-2015-8000 * Thu Sep 03 2015 Tomas Hozza <thozza@redhat.com> - 32:9.7.0-2... - 32:9.7.0-21.P2.4 - Fix CVE-2015-8000 * Thu Sep 03 2015 Tomas Hozza <thozza@redhat.com> - 32:9.7.0-2
- 01 JuJu Maas Openstack @01_linux:08_仮想化:juju
- sudo snap install juju --classic </code> ===== 03. jujuにMaas登録 ===== ==== Yaml用意 ==== <code> $ vi... t/prefs/api-keys {{:01_linux:08_仮想化:juju:2022-02-03_14h58_47.png?400|}} ==== credential確認 ==== cred
- 03 udp通信のテスト @01_linux:01_net
- ====== 03 udp通信のテスト ====== telnetだとtcpしか、通信できないのでudpはncコマンドで実施する。 [主なオプション] |-e|コマンドを実行(コンパイル時の指定が必
- 32_CentOSでiSCSI環境構築 @01_linux:01_net
- p new --mode target --tid 0 --targetname iqn.2014-03.storage-server:sdb1 </code> === 物理デバイス登録 === <c
- 60 CentOS OpenVPN @01_linux:01_net
- 1,210.172.143.2:62974,888323,892928,Sun Mar 9 04:03:54 2014 ROUTING TABLE Virtual Address,Common Name
- 75 Proftpd @01_linux:01_net
- proftpd.pid PassivePorts 7000 7030 MasqueradeAddress hogehoge.com AuthOrder ... rocky ~]# tail /var/log/xferlog Wed Nov 27 06:44:03 2024 0 _gateway 19752808 /home/rocky/proftpd-1.3.
- VPNサーバ(PacketiX) @01_linux:01_net
- icense_ReadMeFirst.txt -rw------- 1 root root 20317 12月 8 16:14 License_ReadMeFirstSjis.txt -rw---... 2月 9 02:23 vpnserver* -rw------- 1 root root 1630304 12月 9 02:23 vpnserver.a </code> ===== 起動スクリプト ===== CentOS7の場合は、[[01_linux:21_centos7:03_centos7_autorun]] /etc/init.d/vpnserver <code c
- 03 SSL中間証明書確認 @01_linux:02_www
- ====== 03 SSL中間証明書確認 ====== <code> openssl s_client -connect flateight.com:443 -showcerts </code> ==... nect flateight.com:443 -showcerts CONNECTED(00000003) depth=2 /C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=G... nect flateight.com:443 -showcerts CONNECTED(00000003) depth=0 /C=JP/OU=Domain Control Validated/CN=log
- 02 Apache2で自己認証ssl @01_linux:02_www
- 65 </code> 中間証明書がちゃんと反映されている確認 [[01_linux:02_www:03_sslcertificatechainfile]] PKCS7形式証明書をpem形式へ変換 [