Skip to content

Instantly share code, notes, and snippets.

View GeoffClements's full-sized avatar

Geoff Clements GeoffClements

View GitHub Profile
@GeoffClements
GeoffClements / tidy
Last active June 26, 2024 09:08
Monthly cleanup CRON task, place in /etc/cron.monthly
#!/bin/bash
#
# Tidy cron script
#
# This script attempts to tidy up by
# 1. Updating linux-purge and then running it
# 2. Autoremove uninstalled packages
# 3. Clearing out old apt packages
UDLP=/usr/bin/update-linux-purge
@GeoffClements
GeoffClements / ou-tma.cls
Last active September 12, 2023 15:37
Latex class file for writing Open University TMAs
\ProvidesClass{ou-tma}
\LoadClass{article}
\usepackage[a4paper, margin=1.4in]{geometry}
% Required packages
\usepackage[numbered]{bookmark}
\usepackage{fancyhdr}
\usepackage{xifthen}