Skip to content

Instantly share code, notes, and snippets.

View cleygraf's full-sized avatar

Christoph Leygraf cleygraf

  • Schwaikheim, Germany
  • 02:18 (UTC +02:00)
View GitHub Profile
@cleygraf
cleygraf / boxstarter.ps1
Last active June 21, 2020 07:25
boxstarter-test
# Description: Boxstarter Script
# Author: christoph@leygraf.de (Original by Jess Frazelle <jess@linux.com>)
# Last Updated: 2020-06-10
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
@cleygraf
cleygraf / dropbox-setup.sh
Created May 16, 2012 07:24 — forked from datfaf/dropbox-setup.sh
Dropbox setup on a headless Ubuntu Server (modilied for use with TurnKey LINUX)
#!/bin/sh
# Dropbox setup on a headless Ubuntu Server
# Script written by Jesse B. Hannah (http://jbhannah.net) <jesse@jbhannah.net>
#
# modified by chris@leygraf.de 2012-05-16
###
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights