UPDATED FOR UBUNTU 22.04
Update all packages and install CRI-O container runtime
sudo apt update
sudo apt upgrade -y
| locals { | |
| sqs_queues = { | |
| usertrack = { | |
| topics = ["foo", "bar", "baz"] | |
| } | |
| another = { | |
| topics = ["asdf", "1234"] | |
| } | |
| } |
| // ==UserScript== | |
| // @name AWS SSO Display Account | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.6 | |
| // @description This will make the account switcher show the account name and role when using AWS SSO | |
| // @author josharrington | |
| // @include /^https?://([\-\d\w]+\.)?console\.aws\.amazon\.com/.*/ | |
| // @icon https://www.google.com/s2/favicons?domain=amazon.com | |
| // ==/UserScript== |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <includes> | |
| <include name="View-WideList-54"> | |
| <control type="group"> | |
| <visible>Control.IsVisible(54)</visible> | |
| <visible>IntegerGreaterThan(Container.NumItems,-1) | !Container.IsUpdating</visible> | |
| <include>views_animation</include> | |
| <control type="group"> | |
| <control type="multiimage"> | |
| <posx>0</posx> |