- install wsl
- install a version of ubuntu 24+
- install all emacs deps as per doom documentation
- launch vanilla emacs (it will launch in the terminal this is fine use C-x C-c to exit)
- exit and stop wsl
- clone doom repo
- delete ~/.emacs.d (won't work if you do not do this you need to do this to ensure you can use an x11 session)
- re-run doom install
- should now work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| groups: | |
| - name: node_exporter_alerts | |
| rules: | |
| - alert: Node down | |
| expr: up{job="monitoring-pi"} == 0 | |
| for: 2m | |
| labels: | |
| severity: warning | |
| annotations: | |
| title: Node {{ $labels.instance }} is down |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| # PS : ChatGPT makes mistakes, consider "trust but verify" principle | |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| #Events to Monitor | |
| https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor | |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| #run | |
| eventvwr.msc Event viewer | |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| Event Viewer(Local)-Windows Logs (shutdown / restart ) |
This gist contains a custom .vimrc for Obsidian Vim mode, designed to mirror Doom Emacs / Evil style workflows as closely as possible.
The core idea is:
- Use
Spaceas a leader key - Group commands logically (
buffers,windows,notes,search,toggles) - Optimise for fast navigation, capture, and refactoring inside Obsidian
A Doom Emacs “Doom One”–inspired monochrome theme for Obsidian, designed for people who want their notes to feel like Org mode inside Doom.
This is not a flashy theme. It’s intentionally restrained, semantic, and editor-first.
- Monochrome-first UI with a single primary accent (Doom Blue)
- Semantic colour usage, not rainbow syntax