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
# Rake output customization example | |
# | |
# Rake has two sources of output: | |
# * Rake::FileUtilsExt::rake_output_message | |
# * FileUtils::fu_output_message | |
# | |
# We can customize Rake output by monkey patching these methods. This example | |
# monkey patches these methods to pass the message to our transform_message | |
# method then passing the output to the original output method. |
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
# act like screen | |
set -g prefix C-a | |
unbind C-b | |
bind a send-prefix # allow 'C-a a' to send C-a to application | |
bind C-a last-window # allow 'C-a C-a' to switch to last window | |
# vi key bindings | |
set-window-option -g mode-keys vi | |
set-option -g status-keys vi |
Table of Contents
Notes on creating a Docker image for asciidoctor-web-pdf.
Table of Contents
This section is useful for establishing a baseline and for solving the [workaround-too-many-authentication-failures] problem. Otherwise, this section is optional.
-
Install OpenSC (win64)
OlderNewer