This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.
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
unmapAll | |
map ? showHelp | |
# Scrolling: | |
map j scrollDown | |
map k scrollUp | |
map gg scrollToTop | |
map G scrollToBottom | |
map gl scrollToLeft |
$ git bundle create /tmp/foo-all --all
(http://stackoverflow.com/a/2545784/893211)
Andreas Lindhé, [03.03.17 20:08]
- Ladda ned repo.git filen.
git clone repo.git git_is_cool
- Redan detta är coolt. Jag skickade just en komprimerad variant av ett git-repo, och du klonade från det repot.
- Ladda ned patch.diff filen.
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. | |
*/ |
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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "resizePane", | |
"direction": "left" |
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.