Changes

How to forge a local file system server with IGEPv2 Board

1,418 bytes added, 10:46, 3 November 2011
Enabling Automatic Updates
<pre>sudo ln -s /usr/share/phpmyadmin /home/adminserver/web/phpmyadmin</pre>
= Enabling Automatic Updates =
Under constructionAutomatic updates can be used to automatically install updated packages. You can configure it to update all packages or just security packages. Install the following package:<br>  To configure <span class="application">unattended-upgrades</span>, edit:/etc/apt/apt.conf.d/50unattended-upgrades and adjust the following to fit your needs: <br>  The double “//” serve as comments, so whatever follows "//" will not be evaluated. Coment/uncoment the repositoris that you prefe, i recommend this configuration: <pre>Unattended-Upgrade::Allowed-Origins { "${distro_id} stable"; "${distro_id} ${distro_codename}-security";// "${distro_id} ${distro_codename}-updates";// "${distro_id} ${distro_codename}-proposed-updates";};</pre> You can blacklisted some packeges, you can enable automatic removes, autoremove orphans packages,etc.  To set everything first create a file: /etc/apt/apt.conf.d/10periodic and edit it with your favorite editor, my configuration is: <pre>APT::Periodic::Update-Package-Lists "1";APT::Periodic::Download-Upgradeable-Packages "1";APT::Periodic::AutocleanInterval "7";APT::Periodic::Unattended-Upgrade "1";</pre> The above configuration updates the package list, downloads, and installs available upgrades every day. The local download archive is cleaned every week.  For more information go to [https://help.ubuntu.com/10.10/serverguide/C/automatic-updates.html here.]
= Set up a External HD =
4,199
edits