Linux Tips: Difference between revisions

330 bytes added ,  16 December 2015
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
*Ubuntu unattended-upgrades サードパーティ レポジトリの扱い
Origin と Suite を指定してくれてないものをどうすればよいのか...
<syntaxhighlight lang="text" enclose="div">
Unattended-Upgrade::Allowed-Origins {
    "$*:*";
};
</syntaxhighlight>
大胆に *:* してテスト中。
*たんなるメモ
*たんなるメモ
  dpkg-reconfigure keyboard-configuration
  dpkg-reconfigure keyboard-configuration
Line 8: Line 18:


.bashrc に
.bashrc に
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash" enclose="div">
unset command_not_found_handle
unset command_not_found_handle
</syntaxhighlight>
</syntaxhighlight>