Skip to content

Instantly share code, notes, and snippets.

View simmessa's full-sized avatar
🎯
Focusing on NULL

Simone Messaggi simmessa

🎯
Focusing on NULL
View GitHub Profile
@simmessa
simmessa / formatsso-favs.js
Last active June 28, 2023 11:01 — forked from martinlindenberg/format-aws-sso.js
reformats AWS sso page with added favourites. (greasemonkey script)
// ==UserScript==
// @name format-sso
// @namespace signin.aws.amazon.com
// @description reformats that page, with favourites that persist in browser memory
// @include https://signin.aws.amazon.com/saml
// @version 1
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==
var storedObject = JSON.parse(GM_getValue("favourite", "{}"));
FROM oraclelinux:7.6
ENV container docker
RUN yum -y update; yum clean all
RUN yum -y swap -- remove systemd-container systemd-container-libs -- install systemd systemd-libs dbus fsck.ext4
RUN systemctl mask dev-mqueue.mount dev-hugepages.mount \
systemd-remount-fs.service sys-kernel-config.mount \
sys-kernel-debug.mount sys-fs-fuse-connections.mount \
0f8d2d53c08ffc7ad27fb9a295741155a9625c04