Skip to content

Instantly share code, notes, and snippets.

@mchubby
mchubby / _disable.cmd
Created January 5, 2022 12:44
Firefox win32 component disabling (batch file)
@echo off
goto :main
:rn
del %1-
ren %1 %1-
goto :eof
:main
call :rn Accessible.tlb
@mchubby
mchubby / Ansible-vault-id-script.md
Last active October 2, 2022 16:21
Trying to get Ansible --vault-id auto selection working
@mchubby
mchubby / ddc-ci-u2713hm.py
Last active July 7, 2023 04:12 — forked from Fr6jDJF/ddc-ci.py
Python script for adjusting the settings of my monitor, by using DDC/CI
#!/usr/bin/env python3
"""
Show and adjust display parameters on a Dell U2713HM monitor
Requirements:
- mentioned monitor (27' should also work) with DDC/CI setting on
- Windows Vista+ (dxva2.dll)
- Python 3