Skip to content

Instantly share code, notes, and snippets.

@ogoregen
ogoregen / vscodium-settings.json
Last active January 28, 2026 05:43
My VSCodium Settings
{
"workbench.colorTheme": "Default Light Modern",
"workbench.activityBar.location": "hidden",
"workbench.navigationControl.enabled": false,
"window.commandCenter": false,
"window.menuBarVisibility": "toggle",
"security.workspace.trust.enabled": false,
"workbench.startupEditor": "none",
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
@ogoregen
ogoregen / ublock-origin-filters.txt
Last active February 16, 2026 17:03
My uBlock Origin Filters
! https://duckduckgo.com
duckduckgo.com##.WktWJWUFfihMbuzAEqk2.hUUdRtuaOUx7mcSwc56s.ffON2NH02oMAcqyoh2UU
duckduckgo.com##.hF7w5TROgutbYQwHzEf_.MQCbz04ET5EljRmK3YpQ.ffON2NH02oMAcqyoh2UU.TQFs9yvBgnOz3EeEI5OL
duckduckgo.com##.footer
! https://app.standardnotes.com
app.standardnotes.com##.lg\:text-xs.hover\:brightness-125.text-info-contrast.uppercase.font-bold.text-sm.py-0\.5.px-1\.5.bg-info.rounded
app.standardnotes.com##.gap-1.md\:flex-nowrap.justify-between.flex-wrap.w-full.flex
app.standardnotes.com##.pt-3.pb-0\.5.group
@ogoregen
ogoregen / django-mod_wsgi.md
Last active July 21, 2021 14:08
Django with Apache 2 and mod_wsgi on Ubuntu

Hosting Django with Apache 2 and mod_wsgi on Ubuntu

Project File Structure

project/
├── virtualenvironment/
└── djangoproject/
    ├── djangoapp/
    |   └── __init__.py
    └── static/