Skip to content

Instantly share code, notes, and snippets.

View crivotz's full-sized avatar
🏠
Working from home

Mauro Locatelli crivotz

🏠
Working from home
View GitHub Profile
@crivotz
crivotz / firebird25.md
Last active February 4, 2022 14:53
Firebird 2.5.9 installation on Debian 11 Bullseye

General notes

Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Firebird version: 2.5.9

For Linux, Superserver download packages start with FirebirdSS, Classic/SuperClassic packages with FirebirdCS. The default run mode for Classic/SuperClassic installations is traditional, multiprocess Classic. To switch to SuperClassic, run the script changeMultiConnectMode.sh and answer “thread” at the prompt (for multithreaded). The script is located in the bin subdirectory of your Firebird installation.

@crivotz
crivotz / zhistory_merge.sh
Last active May 31, 2023 13:10
ZSH history merge
builtin fc -R -I .zhistory
builtin fc -R -I other_zhistory
# write the loaded history to HISTFILE
builtin fc -W "$HISTFILE"
@crivotz
crivotz / chosen-bootstrap-5.css
Created March 31, 2023 07:54
Chosen-js bootstrap 5.3 working with theme
.chosen-select,
.chosen-select-deselect {
width: 100%;
}
.chosen-container {
display: inline-block;
position: relative;
width: 100% !important;
font-size: 1rem;
text-align: left;
@crivotz
crivotz / neovim-default.toml
Created May 20, 2024 12:12
Wezterm theme based on Neovim 0.10 new default theme
[colors]
background = '#14161b'
cursor_bg = '#e0e2ea'
cursor_border = '#e0e2ea'
cursor_fg = '#14161b'
foreground = '#e0e2ea'
selection_bg = '#2c2e33'
selection_fg = '#14161b'
ansi = [
'#2c2e33',