Source: http://stackoverflow.com/questions/29447692/whats-the-meaning-of-color0-15-in-urxvt-settings
| Normal | Bright |
|---|---|
| 0 Black #000000 | 8 Black #0a0a0a |
| 1 Red #d75f5f | 9 Red #d787af |
| 2 Yellow #00af87 | 10 Yellow #5faf5f |
Source: http://stackoverflow.com/questions/29447692/whats-the-meaning-of-color0-15-in-urxvt-settings
| Normal | Bright |
|---|---|
| 0 Black #000000 | 8 Black #0a0a0a |
| 1 Red #d75f5f | 9 Red #d787af |
| 2 Yellow #00af87 | 10 Yellow #5faf5f |
| #!/bin/bash | |
| # depends=('aria2' 'curl' 'git' 'gnupg') | |
| # https://www.qubes-os.org/doc/installation-guide/ | |
| _qubes_download_dir="$HOME/Downloads/qubes-dl" | |
| _qubes_download_url=https://mirrors.kernel.org/qubes/iso | |
| _qubes_download_name=Qubes-R3.0-x86_64-DVD.iso | |
| # https://www.qubes-os.org/doc/verifying-signatures/ | |
| # fetch qubes gpg sigs {{{ |
| #!/bin/bash | |
| # depends=('aria2' 'curl' 'gnupg') | |
| _version=2.2 | |
| _tails_download_dir="$HOME/Downloads/tails-dl" | |
| _tails_download_url=http://dl.amnesia.boum.org/tails/stable/tails-i386-$_version | |
| _tails_download_name=tails-i386-$_version.iso | |
| # https://tails.boum.org/doc/about/openpgp_keys/index.en.html | |
| # fetch tails gpg sigs {{{ |
| /* vim: ft=journal */ | |
| Ada Tutorial | |
| ============ | |
| Variables and Types | |
| ------------------- | |
| - Variables must be declared between a procedure/function's `is` and `begin` | |
| statements |
| /* vim: ft=journal */ | |
| Enabling Nvidia Dedicated Graphics Support | |
| ========================================== | |
| - “nvidia 364.16 adds support for DRM kernel mode setting. To | |
| enable this feature, add the `nvidia-drm.modeset=1` kernel parameter, | |
| and add `nvidia`, `nvidia_modeset`, `nvidia_uvm` and `nvidia_drm` | |
| to your initramfs#MODULES.” [1] |
| use v6; | |
| # p6doc {{{ | |
| =begin pod | |
| =head NAME | |
| Telescope | |
| =head SYNOPSIS |