• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Automatic Updates on Ubuntu Server : cloud init, Apt, dpkg

By Abhishek Ghosh September 13, 2015 5:09 pm Updated on September 13, 2015

Automatic Updates on Ubuntu Server : cloud init, Apt, dpkg

Advertisement

It May Not Be a Great Idea to Enable Auto Updates, However This Guide Shows Automatic Updates on Ubuntu Server via cloud init, Apt and dpkg. In other words, it was a public demand to publish this guide to enable automatic updates on Ubuntu Server. We dislike it for various reasons. The division of cloud init, apt, dkpg is not what is called grammatically correct, this division on this guide on automatic updates on Ubuntu Server is for new users, who can at least remember this webpage!

 

Automatic Updates on Ubuntu Server : cloud init

 

Oddly, cloud init is less talked about than it should get the attention. We can WordPress Installation via cloud init easily. That method is important to read as we are talking about either HP Cloud or own OpenStack setup.

Using cloud-init, we can ensure that this is done right from the first boot or spin up. When creating a new instance, using OpenStack user script, we can enter the following to activate it :

Advertisement

---

Vim
1
2
3
apt-get update
echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | debconf-set-selections
apt-get -y install  unattended-upgrades

Code is hijacked from Brightbox.

 

Automatic Updates on Ubuntu Server : Apt & dkpg

 

Regarding Apt, we are taking it granted that the reader is aware about package manager. There is a package named unattended-upgrades, like for trusty :

Vim
1
http://packages.ubuntu.com/trusty/unattended-upgrades

We can run these two commands :

Vim
1
2
sudo apt-get install unattended-upgrades
sudo dpkg-reconfigure unattended-upgrades

Automatic Updates on Ubuntu Server - cloud init, Apt, dpkg

 

Automatic Updates on Ubuntu Server : Using dkpg

 

A text based interface will help you :

Vim
1
sudo dpkg-reconfigure -plow unattended-upgrades

 

Automatic Updates on Ubuntu Server : Apt Only

 

We can run these one command to install the package :

Vim
1
sudo apt-get install unattended-upgrades

then Edit this file :

Vim
1
/etc/apt/apt.conf.d/50unattended-upgrades

suppose with nano :

Vim
1
nano /etc/apt/apt.conf.d/50unattended-upgrades

you may adjust precise what you want to update :

Vim
1
2
3
4
Unattended-Upgrade::Allowed-Origins {
        "Ubuntu trusty-security";
//      "Ubuntu trusty-updates";
};

then edit :

Vim
1
/etc/apt/apt.conf.d/10periodic

to example :

Vim
1
2
3
4
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgrade "1";

You can blacklist, you can set cron and do more works in this method. This is, indeed far better way and most importantly, this is the official method :

Vim
1
https://help.ubuntu.com/14.04/serverguide/automatic-updates.html

But – we do not want that you do this work instead login manually perform some works.

Tagged With automatic updates with cloud computing , cloud init apt , cloud init ubuntu upgrade , how to automatically update ubuntu using cloud init , install updates on boot ubuntu cloud init , sudo dpkg-reconfigure unattended-upgrades , unattended-upgrades cloud init
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Automatic Updates on Ubuntu Server : cloud init, Apt, dpkg

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

  • Bash Script to SSH and Update Ubuntu Server (HP Cloud)

    It is possible to do SSH by running a shebang script from Mac or Linux Localhost, Update the Server where the SSH process is Private Key based.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy