# Resize the file system in UI, under VM -> Hardware -> Click on the disk to resize, click "Resize disk" button
# Confirm increase in disk space (1TB in my case)
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1T 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 1G 0 part /boot
└─sda3 8:3 0 1T 0 part
Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
Last updated March 13, 2024
This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.
Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.
For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.

* | |
yields: 4 BOWLS OF SOUP + EXTRA PORK serving size: | |
* | |
* preparation time: 25 MINUTES | |
* | |
* cook time: 7 HOURS | |
* | |
* total time: 7 HOURS 25 MINUTES |
From 1e7a929c1d44d7a368fbe379211183ac6c972920 Mon Sep 17 00:00:00 2001 | |
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | |
Date: Wed, 25 Dec 2013 01:42:09 +0000 | |
Subject: [PATCH] ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if defined | |
* ext/openssl/ossl_ssl.c (Init_ossl_ssl): Declare a constant | |
`OP_MSIE_SSLV2_RSA_PADDING` only if the macro is defined. The | |
`SSL_OP_MSIE_SSLV2_RSA_PADDING` has been removed from latest | |
snapshot of OpenSSL 1.0.1. [Fixes GH-488] |
# Dandelion, deploy on production | |
dandelion deploy | |
# Dandelion, deploy on staging | |
dandelion --config=dandelion_staging.yml deploy |