You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
こんにちは、技術部のfです。 サーバからメールを送信する時にはMTA(Mail Transfer Agent:メール転送エージェント)という機能を利用します。代表的なMTAとしてはPostfixやSendmail、qmailなどが挙げられます。 今回はPostfixのメールログを解析することができる「Pflogsumm」というツールについて少し触ってみたいと思います。 Pflogsummとは manコマンドでマニュアルを見てみると、NAMEのセクションに以下の記述があります。 (※マニュアルはインストール後に確認しています) # man pflogsumm NAME pflogsumm.pl – Produce Postfix MTA logfile summary Copyright (C) 1998-2010 by James S. Seymour, Release 1.1.5 Pfl
カーネルビルド時に、どういうコンパイルオプションでgccが実行されているかを確認する必要がありましたので、メモを残しておきます。 方法は、makeにV=1を付けるだけ。 % make V=1 uImage 2>&1 | tee build.log このVは、kernel.orgのREADMEによるとVerboseモードのことを指していて、V=0/1/2のいずれかを設定できるとのこと。 Verbose kernel compile/build output: Normally, the kernel build system runs in a fairly quiet mode (but not totally silent). However, sometimes you or other kernel developers need to see compile, link, or o
ApacheでPOSTデータをログに記録したい はじめに Apacheのデフォルトの設定ではaccessログにはPOSTデータの 内容は表示されません。 というか、ユーザの機密情報をログに残さないことが目的の一つで POSTメソッドを使っているので、それで正しい思います。 ただ、開発中の検証などで、POSTデータをログに記録したいことが あると思いますので、その方法を説明します。 もっとも、自分はPOSTするようなWEBアプリケーションを作るときはWEBフレームワークを 使っていて、だいたいのフレームワークはdebugモードにすると、POSTのデータを 見ることができるので、めったに使うことはないと思いますが、、、 環境について 下記の環境で設定をしました。 OS: CentOS6.4 x86_64 Apache: Apache 2.2.25 (ソースからインストールしたもの) mod_d
what rr does rr aspires to be your primary C/C++ debugging tool for Linux, replacing — well, enhancing — gdb. You record a failure once, then debug the recording, deterministically, as many times as you want. The same execution is replayed every time. rr also provides efficient reverse execution under gdb. Set breakpoints and data watchpoints and quickly reverse-execute to where they were hit. rr
と書いてやれば、バイナリログはデフォルトディレクトリに保存され、7日前より古いログは順次消去されます。これはこれで問題なし。 で、手動でバイナリログを削除したいとき。正式には、コマンドラインから root ユーザとして mysql を立ち上げて、
Hajime Morita さんをゲストに迎えて、Twitter, リモート、モニタリング、ベンチマークなどについて話しました。 Show Notes SpaceX Trump’s social media executive order and Twitter attacks, explained Twitter restricts new Trump tweet for ‘glorifying violence’ Facebook: The Inside Story Paying Remote Employees Fairly Wrote a little script to open Zoom URL in the current event Dogfooding 101: A Quick Guide to Internal Beta Testing 闘うプログラマー[新装版] ビル
Graylog v6.1: New Features Designed to Cut Complexity and Boost Efficiency Graylog v6.1 simplifies both security and IT operations, offering smarter ways to manage data and gain critical insights. With enhanced tools to reduce alert fatigue, cut storage costs, and streamline investigations, this release empowers teams to work more efficiently without sacrificing performance. Focus on high-risk thr
ストレージメモリの規格は現在、NVMe(Non-Volatile Memory Express)へと急速にシフトしており、Dell EMCやNetAppなど大手ストレージベンダの中にはNVMe SSDを実装したオールフラッシュストレージアレイを市場に投入するところもあらわれてきた。"オールフラッシュ"といいながらSAS/SATAがインタフェースの主流だった2、3年前とは異なり、現在のストレージメモリは3D XPointなどの高速ストレージデバイスをターゲットにしており、レイテンシの低減とパフォーマンスの最大化、つまりリアルタイム性を重視して開発が進められている。ただし、価格性能比からいえばまだNVMeは割高感が強く、しばらくはSAS/SATAも組み合わせたハイブリッドなシステムが取られる傾向が続くとみられる。 こうしたハード側の進化は、当然ながらOSやファイルシステムといったソフトウェアの
Skype chat history tool Index Using the program Attribution License Downloads Installation Screenshots FAQ Help Texts Changelog View the Project on GitHub suurjaak/Skyperious Download Setup Download 64bit Setup Download Source Important notice Around 2017, starting from Skype version 8, Skype moved away from its famous peer-to-peer architecture to a client-server system, and started to store conve
geffner@ubuntu:~$ # Make a local pipe for input to our openssl client geffner@ubuntu:~$ mkfifo pipe geffner@ubuntu:~$ # Create our openssl client, which will receive input from our pipe geffner@ubuntu:~$ openssl s_client -ign_eof -connect example.org:443 > /dev/null 2> /dev/null < pipe & [1] 98954 geffner@ubuntu:~$ # Begin writing the request to our pipe geffner@ubuntu:~$ printf "GET / HTTP/1.0\nH
#!/bin/sh # メール送信設定 _to="nekogeruge_987@gmail.com" _from="appname@gmail.com" # メール件名設定 _hostname=`hostname` _application="AppName" _subject="Fatal error!!" _title="[${_application}][${_hostname}]${_subject}" # エラー条件 _error_conditions="ERROR" # ログファイルをtailし、_error_conditionsの条件にヒットしたらメールを送信する mail_alert() { while read i do echo $i | grep -q ${_error_conditions} if [ $? = "0" ];then echo $i | /usr/s
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く