Different applications have different requirements when it comes to being backed up. Some applications works perfectly fine if a disk snapshot is taken, while others may require to first enter some sort of maintenance mode first to ensure data consistency. These are my personal notes on what requirements different software stacks has. I make no promises that any of this is true. What I do promise you is that this is not an exhaustive list.
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
[user] | |
email = [email protected] | |
[includeIf "gitdir:~/git/foo/"] | |
path = foo.gitconfig | |
[includeIf "hasconfig:remote.*.url:https://foo.example.com/**"] | |
path = foo.gitconfig | |
[includeIf "hasconfig:remote.*.url:[email protected]:*/*"] | |
path = foo.gitconfig |
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
apiVersion: apiextensions.k8s.io/v1 | |
kind: CustomResourceDefinition | |
metadata: | |
name: foos.example.lindhe.io | |
spec: | |
group: example.lindhe.io | |
versions: | |
- name: v1 | |
served: true | |
storage: true |
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
[START][2023-08-11 11:04:33] LSP logging initiated | |
[INFO][2023-08-11 11:04:33] .../vim/lsp/rpc.lua:634 "Starting RPC client" { args = {}, cmd = "/home/andreas/.local/share/nvim/mason/bin/rust-analyzer", extra = { cwd = "/home/andreas/tmp/foo" }} | |
[DEBUG][2023-08-11 11:04:33] .../vim/lsp/rpc.lua:261 "rpc.send" { id = 1, jsonrpc = "2.0", method = "initialize", params = { capabilities = { experimental = { serverStatusNotification = true }, general = { positionEncodings = { "utf-16" } }, textDocument = { callHierarchy = { dynamicRegistration = false }, codeAction = { codeActionLiteralSupport = { codeActionKind = { valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } } }, dataSupport = true, dynamicRegistration = true, isPreferredSupport = true, resolveSupport = { |
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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "resizePane", | |
"direction": "left" |
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
[boot] | |
command = "mount --make-rshared /" | |
command = "ntpdate ntp.ubuntu.com" | |
[network] | |
hostname = wsl | |
generateResolvConf = false |
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
; Place me in %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
#Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
; Map touchpad gestures to custom keybindings (Ctrl+F1, ...) | |
^F1:: Run wt | |
^F2:: Run Code |
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
$ curl -vvv https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/microsoft/209/negative-squared-latin-capital-letter-b_1f171.png --output - > /dev/null | |
* Expire in 0 ms for 6 (transfer 0x55a5970caf50) | |
* Expire in 1 ms for 1 (transfer 0x55a5970caf50) | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Expire in 0 ms for 1 (transfer 0x55a5970caf50) | |
* Expire in 1 ms for 1 (transfer 0x55a5970caf50) | |
* Expire in 0 ms for 1 (transfer 0x55a5970caf50) | |
* Expire in 0 ms for 1 (transfer 0x55a5970caf50) | |
* Expire in 1 ms for 1 (transfer 0x55a5970caf50) |
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
/* | |
* PUT THIS IN ~/.thudnerbird/[profile_name]/chrome/userChrome.css | |
* | |
* And remember to set layout.css.devPixelsPerPx to 1.2 in about:config | |
* | |
*/ | |
/* | |
* Do not remove the @namespace line -- it's required. | |
*/ |
NewerOlder