~ubuntu-branches/ubuntu/raring/ubuntu-docs/raring

« back to all changes in this revision

Viewing changes to serverguide/C/package-management.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East
  • Date: 2010-03-29 07:56:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100329075615-6j63m8ed1k2zxtdc
Tags: 10.04.2
* General:
  - Fixes to scripts/fix-url.sh (including LP: #482862)
  - Fix character encoding in contributors.xml (LP: #448618)
  - Updated version in browser-startpage html files, LP: #526320
  - Refresh pot files
* Add-applications:
  - Updates for UI changes, Phil Bull
* Config-desktop:
  - Added topic on changing window buttons from the left, Phil Bull
* Hardware:
  - Added mention of gsynaptics, Connor Imes, LP: #450567
* Internet:
  - Refresh list of plugins supplied by ubuntu-restricted-extras, branch 
    from Nathan Murray, LP: #504981
  - Updates to reflect that Ekiga no longer installed by default, Connor Imes,
    LP: #508572
  - Grammar fix from Alex Wardle, LP: #517776
  - Order adjustment for shares-admin usage, Alex Wardle, LP: #518119
  - Button name change for shares-admin app, Alex Wardle, LP: #518170
  - Use unlock icon in networking section, Alex Wardle, LP: #518117
  - Updated directions on changing text size and page zooming in firefox,
    Alison Rowland, LP: #512556
  - Fixed guilabel usage in modem section. Alex Wardle, LP: #521243
  - Updated button and tab names in Static Connections section,
    Alex Wardle, LP: #521508
  - Typo fix in adsl section. Alex Wardle, LP: #525349
  - Removed unused and empty basics.xml, LP: #525431
  - Minor wording update to directions for sharing folders via nautilus,
    Connor Imes, LP: #518175
  - Use 'NetworkManager' not 'Network Manager' for consistency, Connor Imes
    LP: #518107
  - Update to troubleshooting mobile devices, Connor Imes, LP: #453459
  - Adjusted description of NetworkManager applet icons, Connor Imes
    LP: #440826
  - Additions to VPN section of connecting guide, Alex Wardle, LP: #452647
  - Expanded on using config files for vpn connections, Connor Imes
  - Command line substitution for Services utility which is not in Karmic or
    Lucid, Connor Imes, LP: #518460
  - Structural and language changes + updates for UI changes, Phil Bull
* Musicvideophotos:
  - Added section for recording and editing video, Book 'em Dano, LP: #367569
* Newtoubuntu:
  - Complete rewrite, Matthew East
* Printing:
  - Simple Scan replaced xsane for scanning documents, Alex Wardle, LP: #546193
* Serverguide:
  - Rename link to serverguide in advanced-topics.xml, Gilbert 
    Mendoza, LP: #505708
  - Use distro-short-codename variable for vmbuilder documentation in 
    serverguide rather than static version example, Connor Imes,. LP: #509653
  - Small fixes to security chapter, Connor Imes, LP: #510703
  - Small fixes from Nathan Handler, LP: #507624
  - Configuration change for OpenLDAP, Connor Imes, LP: #511090
  - Refresh of network-config section, Gilbert Mendoza, LP: #506800
  - Update manpage links to use distro-short-codename, Connor Imes
  - Changed OpenLDAP replication to use single Provider/Consumer configuration,
    Adam Sommer
  - Removed grub-password-security section - it does not apply to Grub2,
    Gilbert Mendoza, LP: #384148
  - Reference Grub2 community doc page for advanced configuration directions,
    Connor Imes, LP: #437446
  - Added necessary configuration options for apt Periodic in automatic-updates
    section, Connor Imes, LP: #532661
  - Added subsections for consumer and provider configuration steps, Adam Sommer
  - Changed TLS Replication section to use Single-Master scheme, Adam Sommer
  - Clarified Postfix TLS/SSL using a CA configuration steps, Adam Sommer,
    LP: #518289
  - Changed Apache2 Subversion configuration to use VirtualHost file instead
    of apache2.conf, Adam Sommer, LP: #515298.
  - Adding Ubuntu Wiki links to each section's Resources subsection, Adam Sommer
  - Added note in mail section about some packages being in multiverse,
    Connor Imes, LP: #509355
  - Use default serverguide index.html file location for accessing serverguide
    in terminal, Connor Imes, LP: #537167#
  - Updated to use Grub2 directions, Connor Imes, LP: #533582
  - Updated MySQL information for mysql-server-5.1, Adam Sommer
  - Replaced screen-profiles with byobu project, Adam Sommer
  - Changed egrep command with kvm-ok script, Adam Sommer
  - Removed references to likewise-open5, Adam Sommer
  - Add reporting-bugs.xml - Steve Beattie
  - Replaced Eucalyptus section with information on UEC, Adam Sommer
  - Updated command and configuration mistakes in vpn.xml, Adam Sommer
    LP: #489819
  - Replaced update-motd section with newer pam_motd, Adam Sommer, LP: #496184
  - Updated LocalSettings.php command for new file path, and recommending upping
    the memory limit based on feedback from Cornelius Brümmer, Adam Sommer
  - Updated Installation section for Lucid, and added row seperator for UEC
    requirement tables, Adam Sommer
  - Changed OpenLDAP TLS/SSL options to use gnutls to create certificate instead 
    of OpenSSL, Adam Sommer
* Switching/Windows:
  - Updated dualboot section to use startupmanager for changing 
    boot options (valid for Grub and Grub2), Connor Imes
  - Fixed 'Ubuntu Ubuntu' typo, Alex Wardle, LP: #526083
  - Removed old string from Windows section and copied correct string to
    Switching guide, Connor Imes, LP: #527905
  - Split off directions for exporting favorites in IE8. Broke different
    IE versions down into subsections, Connor Imes, LP: #528808

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
    </note>
327
327
 
328
328
    <para>
 
329
    To enable automatic updates, edit <filename>/etc/apt/apt.conf.d/10periodic</filename> and set the appropriate <application>apt</application> configuration options:
 
330
    </para>
 
331
 
 
332
<programlisting>
 
333
APT::Periodic::Update-Package-Lists "1";
 
334
APT::Periodic::Download-Upgradeable-Packages "1";
 
335
APT::Periodic::AutocleanInterval "7";
 
336
APT::Periodic::Unattended-Upgrade "1";
 
337
</programlisting>
 
338
 
 
339
    <para>
 
340
    The above configuration updates the package list, downloads, and installs available upgrades every day.
 
341
    The local download archive is cleaned every week.
 
342
    </para>
 
343
 
 
344
    <note>
 
345
      <para>
 
346
      You can read more about <application>apt</application> Periodic configuration options in the <filename>/etc/cron.daily/apt</filename> script header.
 
347
     </para>
 
348
    </note>
 
349
 
 
350
    <para>
329
351
    The results of <application>unattended-upgrades</application> will be logged to <filename>/var/log/unattended-upgrades</filename>.
330
352
    </para>
331
353
 
439
461
    <itemizedlist>
440
462
      <listitem>
441
463
        <para>
 
464
        The <ulink url="https://help.ubuntu.com/community/InstallingSoftware">InstallingSoftware</ulink> Ubuntu wiki page has more information.
 
465
        </para>
 
466
      </listitem>
 
467
      <listitem>
 
468
        <para>
442
469
        For more <application>dpkg</application> details see the 
443
 
        <ulink url="http://manpages.ubuntu.com/manpages/jaunty/en/man1/dpkg.1.html">dpkg man page</ulink>.
 
470
        <ulink url="http://manpages.ubuntu.com/manpages/&distro-short-codename;/en/man1/dpkg.1.html">dpkg man page</ulink>.
444
471
        </para>
445
472
      </listitem>
446
473
      <listitem>
447
474
        <para>
448
475
        The <ulink url="http://www.debian.org/doc/manuals/apt-howto/">APT HOWTO</ulink> and 
449
 
        <ulink url="http://manpages.ubuntu.com/manpages/jaunty/en/man8/apt-get.8.html">apt-get man page</ulink>
 
476
        <ulink url="http://manpages.ubuntu.com/manpages/&distro-short-codename;/en/man8/apt-get.8.html">apt-get man page</ulink>
450
477
        contain useful information regarding <application>apt-get</application> usage.
451
478
        </para>
452
479
      </listitem>
453
480
      <listitem>
454
481
        <para>
455
 
        See the <ulink url="http://manpages.ubuntu.com/manpages/jaunty/man8/aptitude.8.html">aptitude man page</ulink> 
 
482
        See the <ulink url="http://manpages.ubuntu.com/manpages/&distro-short-codename;/man8/aptitude.8.html">aptitude man page</ulink> 
456
483
        for more <application>aptitude</application> options.
457
484
        </para>
458
485
      </listitem>