Skip to content

Instantly share code, notes, and snippets.

@ideadapt
ideadapt / fedora-setup.md
Last active January 27, 2025 18:00
fedora setup

Partitioning / Re-Install - preserve home

https://fedoraproject.org/wiki/QA:Testcase_partitioning_custom_btrfs_preserve_home

Tools

@ideadapt
ideadapt / css-js-morph-text-bits.html
Created January 13, 2023 19:18
Morph animation to blend / transform bit stream to characters using CSS, JavaScript and HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<style>
*,
@ideadapt
ideadapt / aws-console-account-name-label.js
Last active July 2, 2024 11:52
AWS Management Console signed in account name label - Tampermonkey / Greasemonkey Userscript
// ==UserScript==
// @name AWS account name label in AWS Console
// @namespace userscripts
// @version 0.2
// @description Adds AWS account name label to navigation bar in AWS Console
// @author [email protected]
// @match https://*.console.aws.amazon.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==