Skip to content

Instantly share code, notes, and snippets.

View s-t-a-n's full-sized avatar

Stan Verschuuren s-t-a-n

View GitHub Profile
@s-t-a-n
s-t-a-n / .vimrc
Created March 21, 2020 16:17 — forked from rocarvaj/.vimrc
Minimal .vimrc for C/C++ developers
" VIM Configuration File
" Description: Optimized for C/C++ development, but useful also for other things.
" Author: Gerhard Gappmeier
"
" set UTF-8 encoding
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
" disable vi compatibility (emulation of old bugs)
@s-t-a-n
s-t-a-n / DebIsoInstaller.sh
Created November 13, 2017 02:26
DebIsoInstaller
#!/bin/bash
# released under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
# semantic: download iso from server node, than xzcat it unto the laptops harddrive
# constants
HOSTHDD=/dev/mmcblk1
APROXSIZE="3700M"
# initialize vars with empty value
IP=