Skip to content

Instantly share code, notes, and snippets.

View andrewfinnell's full-sized avatar

Andrew T. Finnell andrewfinnell

View GitHub Profile
@andrewfinnell
andrewfinnell / gcloud-setup-centos.sh
Last active June 18, 2017 18:48
GCloud :: RedHat / CentOS :: Setup
#/bin/sh
# Update YUM with Cloud SDK repo information:
sudo tee -a /etc/yum.repos.d/google-cloud-sdk.repo << EOM
[google-cloud-sdk]
name=Google Cloud SDK
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
@andrewfinnell
andrewfinnell / gcloud-setup-ubuntu.sh
Created June 18, 2017 18:47
GCloud :: Ubuntu / Bash on Ubuntu for Windows :: Setup
# Create an environment variable for the correct distribution
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
# Add the Cloud SDK distribution URI as a package source
echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
# Import the Google Cloud Platform public key
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
# Update the package list and install the Cloud SDK
@andrewfinnell
andrewfinnell / OutInterceptor.java
Created June 29, 2018 12:11
Apache CXF Interceptors and Filters
public class OutInterceptor extends AbstractPhaseInterceptor<Message> {
public OutInterceptor() {
super(Phase.POST_MARSHAL);
}
@Override
public void handleMessage(final Message aMessage) throws Fault {
}
}
@Krispywafers
Krispywafers / Skins.json
Last active July 29, 2025 06:31 — forked from TheDevMinerTV/Skins.json
All Rust skin ID's for Umod Skins plugin
{
"Command": "skin, skins, skinbox",
"Skins": [
{
"Item Shortname": "fun.guitar",
"Skins": [
0,
809801196,
826914904,
809938266,