2018-01-01から1年間の記事一覧

edac-util

linux メモリhttp://fibrevillage.com/sysadmin/240-how-to-identify-defective-dimm-from-edac-error-on-linux-2

slack Incoming Webhooks

Webhook URL作成ページ https://slack.com/services/new/incoming-webhooktrocco_公開FAQサイト 2020SlackのIncoming Webhooksを使い倒す - QiitaIncoming Webhooksのエンドポイントを発行 → POST

sendmail ローカル配送

$ sendmail -bt > $=w > /quit$=w is a class that contains all the names sendmail considers local. These include those listed in /etc/mail/local-host-names and those in /etc/hosts that sendmail considers local after examining the machine's n…

ディレクトリ名

.d ディレクトリにまつわる etc. - 破棄されたブログ

ファイルサイズ(容量)の合計

ls -l /var/log/maillog* | awk '{ total += $5 }; END { print total/1024/1024 "M" }' http://blogcdn.rutake.com/techmemo/2017/04/19/linux-lsで特定ファイルサイズの合計値を出す/ find /usr/local/pgsql/archive/ -type f \ -newermt '2019/3/27 11:00…

aws cloudfront 証明書

It seems there's substantial delay, but it does eventually propagate. After almost 24h I'm now seeing the cert being served from both CDNs I was updating. It may be the case that doing invalidations on the / path helps as the other one tha…

Ansible Galaxy role 登録

role登録 (github.com) プロジェクト作成 https://github.com/kurita0/ansible-role-nagios_check_mficd ansible-role-nagios_check_mfiREADME.md meta/main.yml を追加git init git add . git commit -m "first commit" git remote add origin git@github.c…

ansible コーディング規約

ansibleのコーディング規約 https://gist.github.com/kkkw/ea55caf2fdaa38a965d7de6954f1fdda block ディレクティブ Ansible v2.0 からの "block" ディレクティブを使ってみる https://qiita.com/tksarah/items/5ec07acf9e7ee7814a04

WSL bash

echo "set bell-style none" >> ~/.inputrc echo "set visualbell t_vb=" >> ~/.vimrc Bash on Windowsでビープ音を消す方法 | Linux Fanhttps://github.com/mintty/wsltty/releasesWSLのコンソールを便利で高機能な「wsltty」に置き換える:Tech TIPS - @IT

AWS CLI

構成設定はどこに保存されていますか。 ... ~/.aws/credentials [default] aws_access_key_id=AKIAIOSFODNN7EXAMPLE aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY ~/.aws/config [default] region=us-west-2 output=json 設定ファイルと…

aws CloudFront S3 hosting

公式 静的ウェブサイトホスティング用に S3 バケットを設定する方法 - Amazon Simple Storage ServiceAWS S3で静的Webページをホスティングする - Qiita「アップロード」「アクセス許可を設定する」は 「このオブジェクトにパブリック読み取りアクセス権限を…

MegaCli Other Error Count

Other Error Count Regarding why it is happening, it appears that that version of the MegaCli software issues commands unsupported by SATA drives. ... Event Description: Unexpected sense: PD 07(e0x20/s7) Path 1221000007000000, CDB: 4d 00 4d…

megacli コマンド

Adapter parameter -aNThe parameter -aN (where N is a number starting with zero or the string ALL) specifies the PERC5/i adapter ID. If you have only one controller it is safe to use ALL instead of a specific ID, but you are encouraged to u…

Synology acl

https://www.reddit.com/r/synology/comments/8h6u9c/unix_permissions_synology_permissions/getfacl / setfacl のかわりに synoacltool を使う $ synoacltool -get /volume1/shared ACL version: 1 Archive: has_ACL,is_support_ACL Owner: [root(user)] -…

opcache

PHP: インストール手順 - Manual opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 opcache.fast_shutdown=1 opcache.enable_cli=1 opcacheは、opcache.revalidate_freqで…

PG-Strom

https://heterodb.github.io/pg-strom/ja/ CUDA Toolkit PG-Stromの実行にはCUDA Toolkit バージョン9.1以降が必要です。 PG-Stromが提供する半精度浮動小数点(float2)型は、内部的にCUDA Cのhalf_t型を使用しており、古いCUDA Toolkitではこれをビルドで…

megacli ubuntu debian

MegaRAIDコントローラを使っているのを確認 # lspci -nn | grep RAID 02:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic MegaRAID SAS 1078 [1000:0060] (rev 04) (参考) http://ironiccog.blogspot.jp/2015/08/checking-raid-level-with-mega…

freebsd unsupported vesion pkg error

old version 2018/10/04 10.3-RELEASE-p24 png-1.6.35 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20131226/gd.so' - /lib/libz.so.6: version ZLIB_1.2.9 required by /usr/local/lib/libpng16.so.16 not found in Unk…

Mac OSX Spotlight

Spotlight 検索時、検索窓にテキストを打ち込むと、たちまち検索窓が消えてしまい検索できない。Spotlight はお目当てのファイルを探すのに頻繁に使うので、これは困った!http://simasima.info/archives/3815

ノートPC SSD増設

→ WD BLUE 3D NAND / SATA 2.5インチ 500GBを増設した【2019年最新版】おすすめSSDの選び方 容量ごとに比較してメーカーランキング評価 | ITハンドブック【2019年最新版】M.2接続タイプのおすすめSSDの比較 メーカーをランキング評価 | ITハンドブック【最新…

sql distinct

SELECT * FROM buyList WHERE rowid in (SELECT max(rowid) FROM buyList GROUP BY 商品番号 ORDER BY 入荷日付); 重複行削除の際、重複判定に指定したキー列項目以外の列も取得するSQL - 一所懸命に手抜きする

Mac Emacs IME

EMP(Emacs Mac Port) で .emacs に以下を追加。Ctrl-o でIMEをトグル (defun mac-win-ime-toggle() (interactive) (when (fboundp 'mac-input-source) (mac-select-input-source (concat "com.google.inputmethod.Japanese" (if (string-match "\\.base$" (m…

yaml

null YAMLでのnullはnullもしくはチルダ(~)で表現されます。https://symfony.com/legacy/doc/reference/1_2/ja/02-yaml

さくらのレンタルサーバ

【さくらのレンタルサーバ】基本仕様 https://help.sakura.ad.jp/hc/ja/articles/206053142【独自ドメイン】さくらのレンタルサーバでの利用に関するよくある質問集 https://help.sakura.ad.jp/hc/ja/articles/206231101 cron ssh ログインして crontab -e o…

gitlab

[GitLab 8.11対応] GitLabで1ページあたりに表示されるIssueやMilestoneの数(pagination)を変更する - Web・IT うんたららhttps://fumiyas.github.io/gitlab/install-omnibus.htmlバックアップGitLabの定期バックアップ設定 - Technology Engineering ラベ…

Dell idrac kvm

仮想コンソール iDRAC6 Java7iDRAC6 Java8 → 証明書の問題iDRACに証明書をいれる https://nyacom.net/?p=486クライアント側で対応 対処 Javaのコントロールパネルからホスト名またはIPアドレスを例外追加する javaのセキュリティ設定ファイルの内容を更新す…

glusterfs split brain

https://docs.gluster.org/en/v3/Troubleshooting/resolving-splitbrain/http://www.nodoka.org/glusterfs-%E3%81%AE-split-brain-%E9%9A%9C%E5%AE%B3%E5%AF%BE%E5%BF%9C

aws アカウント

閉鎖後に AWS アカウントにアクセスする ... AWS アカウントを閉鎖した後は、AWS サービスにアクセスするために使用することはできませんが、アカウントが閉鎖された後 90 日間 (「閉鎖後期間」) は、AWS アカウントの過去の請求書情報を表示したり、AWS サ…

postgres WAL checkpoints

WAL格納ディレクトリが pg_xlog から pg_wal にリネームされました。 また、トランザクション状態格納ディレクトリも pg_clog から pg_xact にリネームされました。(Michael Paquier) (10) PostgreSQL 10 に関する技術情報 2017 postgres checkpoints チェッ…

postgres 9 チューニング

https://qiita.com/awakia/items/54503f309216c840765e