Skip to content

Instantly share code, notes, and snippets.

View illotum's full-sized avatar

Alex Valiushko illotum

  • Menlo Security
  • 02:03 (UTC -07:00)
View GitHub Profile
@illotum
illotum / foundry-0.8.json
Last active October 10, 2021 20:37
Foundry 0.8 Synology Docker Config
{
"cmd" : "resources/app/main.js --port\\=30000 --headless --noupdate --dataPath\\=/data",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
@illotum
illotum / init.vim
Last active August 1, 2018 20:41
go#complete#GetInfo()
scriptencoding utf-8
call plug#begin('~/.config/nvim/plugged')
Plug 'fatih/vim-go', { 'for': 'go', 'do': ':GoUpdateBinaries'}
call plug#end()
set laststatus=2
set statusline=
set statusline+=\ %{go#statusline#Show()}
set statusline+=\ %{go#complete#GetInfo()}
" set statusline+=\ %{GoStatus()}
@illotum
illotum / first run
Last active December 15, 2015 07:29
vagrant@precise64:~/devstack$ cd /opt/stack/nova
vagrant@precise64:/opt/stack/nova$ tox
GLOB sdist-make: /opt/stack/nova/setup.py
py26 create: /opt/stack/nova/.tox/py26
ERROR: InterpreterNotFound: python2.6
py27 create: /opt/stack/nova/.tox/py27
py27 installdeps: -r/opt/stack/nova/tools/pip-requires, -r/opt/stack/nova/tools/test-requires
py27 inst: /opt/stack/nova/.tox/dist/nova-2013.2.a28.ga92b7c8.zip
py27 runtests: commands[0]
py27 runtests: commands[1]