Skip to content

Instantly share code, notes, and snippets.

View vegerot's full-sized avatar
💭
Hey 👋

Max Coplan vegerot

💭
Hey 👋
View GitHub Profile
@vegerot
vegerot / original.sh
Created December 3, 2019 04:03
original filesystem
label: dos
label-id: 0x000efb19
device: /dev/sdc
unit: sectors
/dev/sdc1 : start= 2048, size= 4612096, type=e
/dev/sdc2 : start= 4615235, size= 25370624, type=5
/dev/sdc3 : start= 29986816, size= 62914560, type=83, bootable
/dev/sdc5 : start= 4620288, size= 65534, type=83
/dev/sdc6 : start= 4685824, size= 524286, type=c
I[12:49:03.309] clangd version 9.0.0 (tags/RELEASE_900/final)
I[12:49:03.309] Working directory: /usr/local/Cellar/llvm
I[12:49:03.309] argv[0]: /Users/maxcoplan/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/clangd/output/bin/clangd
I[12:49:03.309] argv[1]: -log=verbose
I[12:49:03.309] argv[2]: -pretty
I[12:49:03.309] argv[3]: -header-insertion-decorators=0
I[12:49:03.309] argv[4]: -resource-dir=/Users/maxcoplan/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/9.0.0
I[12:49:03.309] argv[5]: -limit-results=500
I[12:49:03.309] Starting LSP over stdin/stdout
V[12:49:03.310] <<< {
@vegerot
vegerot / git-deployment.md
Created April 4, 2019 00:46 — forked from noelboss/git-deployment.md
Simple automated GIT Deployment using Hooks

Simple automated GIT Deployment using GIT Hooks

Here are the simple steps needed to create a deployment from your local GIT repository to a server based on this in-depth tutorial.

How it works

You are developing in a working-copy on your local machine, lets say on the master branch. Most of the time, people would push code to a remote server like github.com or gitlab.com and pull or export it to a production server. Or you use a service like deepl.io to act upon a Web-Hook that's triggered that service.