2019-04-01から1ヶ月間の記事一覧

gitlab upgrade 更新

https://docs.gitlab.com/omnibus/update/https://about.gitlab.com/update/#centos-7 sudo yum install gitlab-ce ... gitlab preinstall: It seems you are upgrading from 10.x version series gitlab preinstall: to 11.x series. It is recommended to …

postgres index インデックス メンテナンス

PostgreSQL12ではreindexコマンドをオンラインで実行することができるconcurrentlyオプションに対応しました。 以下のように実行します。 reindex index concurrently idx_testa01;PostgreSQLのインデックス再編成 #PostgreSQL - Qiita 12以下はpg_repackを…

postgresqltuner

https://github.com/jfcoz/postgresqltuner

https://squoosh.appグーグル、画像圧縮ウェブツール「Squoosh」公開 - ZDNet Japan

# emacs /usr/share/munin/plugins/mysql_ 修正前。 my %section_map = ( ~~~~ 'BACKGROUND THREAD' => \&skip, ); 修正後。 my %section_map = ( ~~~~ 'BACKGROUND THREAD' => \&skip, 'INDIVIDUAL BUFFER POOL INFO' => \&skip, ); MuninのMySQLプラグイン…

freebsd nrpe check_mpt

pkg install nrpe3 pkg install p5-Nagios-Plugin https://raw.githubusercontent.com/trombik/reallyenglish-nagios-plugins/master/src/check_mpt/check_mpt wget --no-check-certificate https://raw.githubusercontent.com/trombik/reallyenglish-nagios…

php preg_replace

【PHP】preg_match関数がうまく動かない – ysklogPHPを7.2にバージョンアップしたら正規表現でマッチしない現象に出くわした - Qiita