Skip to content

Instantly share code, notes, and snippets.

@IlCallo
IlCallo / shims-vue-formulate.d.ts
Last active August 9, 2023 13:00
Vue Formulate shim
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module '@braid/vue-formulate' {
import { PluginObject } from 'vue';
export interface Context {
/** The label to display inside "add more" button on group inputs. */
addLabel: string;
/** An object of non-prop attributes passed to the input like placeholder. */
attributes: any;
/** Function that must be called when an input blurs. */
@stefansundin
stefansundin / openssh-7.3.sh
Last active September 13, 2022 21:03
Install OpenSSH 7.3 in Ubuntu 16.04
# WARNING: Use this at your own risk. It will probably break your other packages and cause other havoc.
# These days you should just upgrade to Ubuntu 18.04.
$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016
wget https://launchpadlibrarian.net/277739251/openssh-client_7.3p1-1_amd64.deb
wget https://launchpadlibrarian.net/298453050/libgssapi-krb5-2_1.14.3+dfsg-2ubuntu1_amd64.deb
wget https://launchpadlibrarian.net/298453058/libkrb5-3_1.14.3+dfsg-2ubuntu1_amd64.deb
wget https://launchpadlibrarian.net/298453060/libkrb5support0_1.14.3+dfsg-2ubuntu1_amd64.deb