「Debian活用/デバッグ」の版間の差分
< Debian活用
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
11行目: | 11行目: | ||
bash set -euxo pipefail |
bash set -euxo pipefail |
||
exec 2> >(tee -a /tmp/xxx.log) 1>&2 |
exec 2> >(tee -a /tmp/xxx.log) 1>&2 |
||
</nowiki> |
|||
<nowiki> |
|||
script |
|||
expect |
|||
screen |
|||
netstat |
|||
nmap |
|||
diff -ruNp |
|||
ccache |
|||
lrzsz |
|||
minicom runscript |
|||
rsyslog |
|||
</nowiki> |
</nowiki> |
2024年5月14日 (火) 13:47時点における版
/etc/systemd/system.conf
LogLevel=info LogTarget=kmsg
GDB, gdbserver
bash set -euxo pipefail exec 2> >(tee -a /tmp/xxx.log) 1>&2
script expect screen netstat nmap diff -ruNp ccache lrzsz minicom runscript rsyslog