Skip to content

Instantly share code, notes, and snippets.

View ertborTek's full-sized avatar

ertborTek

  • AliveTek Inc.
  • Clearwater, FL
View GitHub Profile
@ertborTek
ertborTek / debian-maintenance
Last active December 10, 2015 22:29
Catalog of Debian maintenance tasks.
################################################################################
# Catalog of common tasks.
################################################################################
#
# Update packages.
#
apt-get update;apt-get upgrade
@ertborTek
ertborTek / git-reference
Last active October 13, 2015 05:27
Git Reference
Git Reference (from Code School's _Git Real_)
# Git Reference (from Code School's _Git Real_)
## Setup
Set up your identity for commits.
$ git config --global user.name "Name"