Skip to content

Instantly share code, notes, and snippets.

View gimpf's full-sized avatar
💭
mostly absently minded

Markus gimpf

💭
mostly absently minded
View GitHub Profile
@arisnew
arisnew / odoo-blank-after-restore.md
Created February 9, 2023 13:29
Regenerate asset bundle odoo 16 (atau versi lain) via shell (contoh odoo di docker)
docker exec -it --user=odoo odoo /bin/bash

cd /usr/bin/

odoo shell -d NAMA_DB -c /etc/odoo/odoo.conf --db_host NAMA_CONTAINER_DB --db_password PASSWORD_DB

domain = [('res_model', '=', 'ir.ui.view'), ('name', 'like', 'assets_')]

env['ir.attachment'].search(domain).unlink()
@john20xdoe
john20xdoe / launch.json
Created January 24, 2018 01:27
VS Code config for Atlassian SDK developers
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
/*
* This attaches the VSCode debugger to the JIRA instance created by a `atlas-debug` command.
* Before attaching the debugger, you need to run `atlas-debug` to spin up a JIRA instance.
* Default port is 5005.
* Reference: https://developer.atlassian.com/server/framework/atlassian-sdk/creating-a-remote-debug-target/
*/
"version": "0.2.0",
"configurations": [
@matthewjberger
matthewjberger / instructions.md
Last active November 2, 2025 12:12
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache

@adam-garcia
adam-garcia / README.md
Last active April 23, 2024 09:41
Viridis Color Palette Generator

Viridis Color Palette Generator

A simple tool for extracting discrete color palette values from the viridis collection of color palettes.