Ubuntu 10.04 LTS (Lucid Lynx) AMI: Difference between revisions

Line 464: Line 464:


== 定番パッケージ ==
== 定番パッケージ ==
=== cron-apt ===
=== cron-apt / unattended-upgrades ===
<syntaxhighlight>
<syntaxhighlight>
sudo aptitude install cron-apt
sudo aptitude install cron-apt
Line 511: Line 511:
APT::Periodic::Verbose "1";            (デバッグログを表示)
APT::Periodic::Verbose "1";            (デバッグログを表示)
</pre>
</pre>
unattended-upgrade --dry-run -d


=== いろいろ ===
=== いろいろ ===