Skip to content

Instantly share code, notes, and snippets.

View razorness's full-sized avatar
🎯
Focusing

Volker Nauruhn razorness

🎯
Focusing
  • Cynatix GmbH
  • Berlin
View GitHub Profile
declare module "vue-instantsearch" {
import Vue from "vue";
import { InstantSearch, InstantSearchOptions } from "instantsearch.js/es/types/instantsearch";
import { SearchClient } from "instantsearch.js/es/types/algoliasearch";
export interface SearchItem {
value: string;
count: number;
label: string;
isRefined: boolean;
@jniltinho
jniltinho / install_samba4.sh
Last active November 23, 2020 11:10
Compile Samba4 for Debian/Ubuntu
#!/bin/bash
## Install Samba4 4.12.3
## On Ubuntu 18.04 64Bits
## Author: Nilton OS -- www.linuxpro.com.br
## Link: https://github.com/jniltinho/go-samba4
## https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba
## Version: 0.6
### Tested on Ubuntu 18.04 64Bits
apt-get update