Skip to content

Instantly share code, notes, and snippets.

View jb-1980's full-sized avatar
🏠
Working from home

Joseph Gilgen jb-1980

🏠
Working from home
View GitHub Profile
@jb-1980
jb-1980 / seasons.sh
Last active December 17, 2018 22:16
Dynamic wallpaper directories for Ubuntu
#!/bin/bash
# NAME: season.sh
# PATH: ~/bin
# DATE: December 15, 2018
# NOTE: modified from script given at: https://askubuntu.com/questions/1100934/change-dynamic-wallpaper-directory-every-season/1102084#1102084
# User defined variables, change to suit your needs
# Our directory names, lines indented for cosmetic reasons only
SlideShowDir=$HOME/wallpapers/slideshow
@jb-1980
jb-1980 / moodle_on_do.md
Last active October 26, 2016 19:11 — forked from burningTyger/moodle_on_do.md
How To Install Moodle via git with Postgres, Nginx and PHP on an Ubuntu 16.04 VPS

How To Install Moodle via git with Postgres, Nginx and PHP on an Ubuntu 16.04 VPS

Introduction

Moodle is a common online learning platform used in many educational settings around the world. This tutorial aims at giving admins a solid and speedy foundation for serving moodle to a small to medium sized institution. The setup focuses on simple maintenance and fast updates.

Prerequisites

  • Create a small droplet with Ubuntu 16.04 (64Bit is great)
  • Follow the tutorial on setting up Ubuntu 16.04
  • git should be installed by default