Skip to content

Instantly share code, notes, and snippets.

View xolian's full-sized avatar
:octocat:
il y a qqun?

Brandon Spruth xolian

:octocat:
il y a qqun?
View GitHub Profile

ServiceNow UI Developer cheat sheet


Utility URLs

URL Purpose
/stats.do Quick stats
/cache.do Clear your instance cache
@xolian
xolian / s3-curl-upload.md
Created October 11, 2021 16:16
S3 Curl Uploads

Uploading to S3 in sh

file=/path/to/file/to/upload.tar.gz
bucket=your-bucket
resource="/${bucket}/${file}"
contentType="application/x-compressed-tar"
dateValue=`date -R`
stringToSign="PUT\n\n${contentType}\n${dateValue}\n${resource}"
s3Key=xxxxxxxxxxxxxxxxxxxx
s3Secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
@xolian
xolian / osx-setup.sh
Created June 8, 2021 18:51 — forked from somebox/osx-setup.sh
Set up an OSX machine from zero to awesome. Uses Homebrew (and cask, fonts, etc). Focused on Ruby/Rails development, includes rvm, xquartz, editor fonts, sublime text, and many tools.
#!/bin/bash
# A script to set up a new mac. Uses bash, homebrew, etc.
# Focused for ruby/rails development. Includes many utilities and apps:
# - homebrew, rvm, node
# - quicklook plugins, terminal fonts
# - browsers: chrome, firefox
# - dev: iterm2, sublime text, postgres, chrome devtools, etc.
# - team: slack, dropbox, google drive, skype, etc
@xolian
xolian / Anchore Container Scanning.md
Last active June 24, 2020 18:52
Docker image scanning
@xolian
xolian / gallery.html
Created July 30, 2012 02:53
gistblog-sitepage: Gallery
@xolian
xolian / About.html
Created July 4, 2012 16:39
gistblog-sitepage: About
<div class="page-header">
<h2>
<span class="title">Rhythm and Raag</span>
<small class="slogo">An Institute for Indian Performing Arts</small>
</h2>
</div>
<div class="content">
We are dedicated to empower the Indo-American community an awareness of their cultural heritage, through our fine arts programs. Our venues are designed to provide the students, artists, and audiences opportunities to be creative, inquisitive, confident, and compassionate in their daily interaction with the world.
Performances are hosted in the Greater Chicagoland area. The faculty includes distinguished professional artists from India offering a curriculum of Tabla, Sitar, Dance, and Vocals in the Spring and Fall.