Skip to content

Instantly share code, notes, and snippets.

View KMurphs's full-sized avatar

Stephan K. KMurphs

  • Pretoria, South Africa
View GitHub Profile
@kucho
kucho / install_bfg
Created March 30, 2022 04:37
Install bfg-repo-cleaner
#!/bin/bash
set -e
# Install Java and jq
sudo apt -y install default-jre-headless jq
# Get latest version
latestVersion=$(curl -s https://search.maven.org/solrsearch/select?q=a:bfg | jq -r '.response.docs[0].latestVersion')
# Fetch latest bfg.jar
@leonardofed
leonardofed / README.md
Last active May 3, 2024 01:24
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.