These flash updates are the bane of my life. I have to update the three physical machinesin the house, and with two of them used by family members, I can't ignore updating any of them.
The workflow for flash updates is
- Open Settings manager, find the flash panel, start that, get it to check for an update.
- If there is one, it brings up the "a new update is available, would you like to install it"? dialog.
- Flash Control Panel opens up firefox with a download page: start that download.
- Close down Firefox
- Close down Chrome
- Close down the Flash Control Panel (if still present)
- Close down the settings manager
- Find the flash .dmg file in ~/Downloads
- open it
- click on the installer
- follow its dialog
- eject the mounted .dmg image
- restart your browsers. This is always a good time to look for Firefox updates too, then check if it recommends any other browser updates.
- For all gmail logins, the two-level auth.
Then comes the VMs. Two windows boxes stripped down to the minimum: no flash, no MSOffice, or Firefox, but Chrome and IE. IE setup to only trust adobe.com, microsoft.com and the windows update, where trust is "allow installed AX controls".
Manual updates there too, with the MS patch also potentially forcing restarts.
This show the price of VMs: every VM needs to be kept up to date. The no. of VMs I have to update is not O(PCs), it is O(PCs)*(1+O(VMs/PC)
Most of the VMs are on my machine, one Linux VM for native code builds, other VMs for openstack, more for a local LinuxHA cluster
There it is simpler, "yum -y update && shutdown -h0" or the same for "apt-get -update".
Which shows why Linux makes the best OS for my VMs. It's not so much the cost, or the experience, but the near-zero-effort update-everything operation.
It also show's where Apples "app-store" mind view is limited. Because new App-store apps must be sandboxed and save all state to their (mediocre) Cloud, there's no way for the Appstore to update browsers or the plugins integrated with them. Which leaves two outcomes
- Someone needs to go to each mac and go through steps 1-14 above.
- They don't get updated, and end up being 0wned.
No comments:
Post a Comment
Comments are usually moderated -sorry.