Skip to content

Instantly share code, notes, and snippets.

View bsdlp's full-sized avatar

jon bsdlp

View GitHub Profile
@bsdlp
bsdlp / gist:5112954
Last active December 14, 2015 16:09
server {
listen 80;
server_name www.myserver.com myserver.com;
root /home/public_html/Prosper202;
index index.php index.html index.htm;
access_log /home/public_html/Prosper202/log/access.log;
error_log /home/public_html/Prosper202/log/error.log;
}
@bsdlp
bsdlp / imgurAlbumDownload.sh
Created May 28, 2012 00:36
A script for downloading entire imgur albums
#!/bin/bash
# Dependencies: fdupes
#
# This is a script I made to download all images in
# an imgur album. May need to be changed in the future.
# Example: ./imgurAlbumDownload.sh 3BBMp j6dac AZHdc
INPUT="$@"
REMOVEDUPES=true