Skip to content

Instantly share code, notes, and snippets.

@datacorder
datacorder / gist:906ec14c5d8251b7513dd55b7c0e7962
Created May 8, 2019 18:25
Run docker containers in Proxmox LXC
# Add these at end of /etc/lxc/<id>.conf
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
@datacorder
datacorder / .vimrc
Last active May 8, 2019 18:27
Vim config
"""""""""""""""""""""""""""""""""""""
" GENERAL CONFIG "
"""""""""""""""""""""""""""""""""""""
set nocompatible
filetype off
syntax on
set number
set ruler
set hlsearch
set encoding=utf-8