Skip to content

Instantly share code, notes, and snippets.

View ericzinnikas's full-sized avatar

Eric Zinnikas ericzinnikas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ericzinnikas on github.
  • I am ericz (https://keybase.io/ericz) on keybase.
  • I have a public key ASC9FpykHzoo9w3jmCKJfB5C45a5gULfrfH9Q-S-MOllRgo

To claim this, I am signing this object:

@ericzinnikas
ericzinnikas / setup_notes
Created October 16, 2018 18:16
Turbinia Ubuntu 18.04 Setup
1. sudo add-apt-repository ppa:gift/stable
1. https://launchpad.net/~gift/+archive/ubuntu/stable
2. sudo apt update
3. wget https://github.com/log2timeline/plaso/releases/download/20180930/plaso-20180930.tar.gz
4. tar zxvf plaso-20180930.tar.gz
5. cd plaso-20180930
6. pip install .
8. sudo apt install redis libewf libewf-tools liblnk python-virtualenv build-essential liblzma-dev python-dev
9. sudo systemctl disable redis-server
10. sudo systemctl stop redis-server
@ericzinnikas
ericzinnikas / turbinia_redis.conf
Created October 15, 2018 04:20
osdfcon sample redis config
bind localhost
port 6379
timeout 0
loglevel verbose
@ericzinnikas
ericzinnikas / turbinia_config.py
Created October 15, 2018 04:20
osdfcon sample turbinia config
# -*- coding: utf-8 -*-
# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@ericzinnikas
ericzinnikas / keybase proof
Created February 11, 2015 18:56
keybase proof
### Keybase proof
I hereby claim:
* I am ericzinnikas on github.
* I am ericz (https://keybase.io/ericz) on keybase.
* I have a public key whose fingerprint is 3A0E E70B E55F D9E3 0789 46D6 882C AD20 1992 CD0C
To claim this, I am signing this object:
@ericzinnikas
ericzinnikas / vimrc
Last active August 29, 2015 14:10
current vimrc
execute pathogen#infect()
autocmd FileType tex setlocal spell spelllang=en_us
syntax on
filetype plugin indent on
colorscheme Tomorrow-Night
set modeline
set autoread