Skip to content

Instantly share code, notes, and snippets.

View kkumlien's full-sized avatar

Kamal Kumlien kkumlien

View GitHub Profile
@kkumlien
kkumlien / set-momentum-picture-desktop-background.sh
Last active March 12, 2022 22:32
Save Momentum Dash daily photo to local file and set it as the current Desktop Background / Wallpaper on macOS
# Based on photos from the "Momentum Dash" Chrome extension https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca
# PLEASE USE THIS AT YOU OWN RISK !!!
# IT RAN FINE ON MY OWN MACHINE, BUT I CANNOT GUARANTEE IT WILL NOT CAUSE ISSUES ON YOURS
# I DO NOT MAINTAIN leveldbutil, IT SHOULD ONLY READ FROM YOUR Chrome Profile, BUT
# NOTHING GUARANTEES IT WILL NOT CORRUPT IT. I STRONGLY RECOMMEND YOU BACK UP YOUR Chrome Profile FREQUENTLY
# Steps:
# 1. Run the `curl` one-liner below on the command line (Terminal or shell)
# 2. Manually set ~/Pictures/_MomentumDash.jpg as the Desktop Background / Wallpaper (on each screen, if you have > 1):
@kkumlien
kkumlien / How to disable cloud-init in Ubuntu.md
Last active October 13, 2025 15:21 — forked from zoilomora/README.md
How to disable cloud-init in Ubuntu

How to disable cloud-init in Ubuntu

Prevent start

  • Create an empty file to prevent the service from starting:
sudo touch /etc/cloud/cloud-init.disabled

Uninstall