2022-06-01から1ヶ月間の記事一覧

アカウントロック ssh

Linux ユーザーアカウントをロック・アンロックする Ubuntu (ロック) passwd -l hoge_user (アンロック) passwd -u hoge_user (確認) passwd -S hoge_user パスワードを設定していないユーザで ssh ログインしようとすると公開鍵認証でもログインに失敗する …

Phalcon php-fpm error log

To get PHP error logging on when using Nginx with PHP-FPM you need may need to set catch_workers_output = yes in your pool configuration, on Debian and Ubuntu this would be /etc/php5/fpm/pool.d/www.conf by default.https://forum.phalcon.io/…

pgpool munin plugin

https://github.com/vpetersson/munin_pgpoolWork around patch for munin/pgpool_connections | /var/log/azumakuniyuki 2013Python 3 対応https://github.com/kurita0/munin_pgpool/blob/python3-support/pgpool_connectionssubprocess.check_output のパ…

ports make install Error code 70

224969 – ports-mgmt/pkg Registering installation Error code 70224244 – make reinstall and FORCE_PKG_REGISTER does not work make deinstall make install

Pgpool-II

https://www.pgpool.net/mediawiki/index.php/Main_Page 動作モード設定の集約 Pgpool-II にはさまざまな動作モードがあります。動作モードはバージョンを重ねるたびに増えてきたこともあり、バージョン 4.1 以前では、replication_mode、master_slave_mode…

Dell 11G R610 firmware update

R610 PERC 6/i のファームウェアを更新する。https://www.dell.com/support/home/ja-jp/product-support/product/poweredge-r610/drivershttps://www.dell.com/support/home/ja-jp/drivers/driversdetails?driverid=f96nrこの方法Manually Updating the Firm…

PostgreSQL レプリケーション コンフリクト

ERROR: canceling statement due to conflict with recovery DETAIL: User query might have needed to see row versions that must be removed. PostgreSQLのレプリケーションのコンフリクトについて言いたい - Qiita 2017PostgreSQLのレプリケーションのコ…

pgroonga tuning

pgroonga.match_escalation_threshold https://pgroonga.github.io/ja/reference/parameters/match-escalation-threshold.html pgroonga.match_escalation_threshold いつマッチエスカレーションが実行されるかを制御します。 マッチエスカレーションとは自…

postgres インデックス断片化

https://goodbyegangster.hatenablog.com/entry/2019/05/16/223803:2019leaf_fragmentation の単位はパーセント?

nginx User-Agentで制限 UA

NGINX to block bad bots. (add Twenga|TwengaBot if you want to exclude them too) · GitHub 次に、拒否設定した User-Agent を使ってアクセスしてみます。 403 はアクセス拒否を示しています。 $ curl -H "User-Agent: Mozilla/5.0 Jorgee" -I http:/// H…

zfs

zfs swap 2010年4月16日 ZFSにスワップ領域を作成する方法:FreeBSD Daily Topics|gihyo.jp … 技術評論社 2010 # zfs create -V size \ -o org.freebsd:swap=on \ -o checksum=off \ -o compression=off \ -o dedup=off \ -o sync=disabled \ -o primarycac…