Skip to content

Instantly share code, notes, and snippets.

View mdeinum's full-sized avatar

Marten Deinum mdeinum

View GitHub Profile
curl -svo dev/null http://repo2.maven.org/maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom
* Trying 151.101.36.209...
* TCP_NODELAY set
* Connected to repo2.maven.org (151.101.36.209) port 80 (#0)
> GET /maven2/org/springframework/boot/spring-boot-starters/1.5.7.RELEASE/spring-boot-starters-1.5.7.RELEASE.pom HTTP/1.1
> Host: repo2.maven.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
@mdeinum
mdeinum / .bash_profile
Created January 17, 2017 09:23 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management