Skip to content

Instantly share code, notes, and snippets.

View KennyStier's full-sized avatar

Kenny Stier KennyStier

View GitHub Profile
#!/bin/bash
# Twitter PWS Status Bot
# Author: Kenny Stier <[email protected]>
#
# Gathers Personal Weather Station data from Weather Underground
# and sends tweets throughout the day
# Twitter Credentials
username="user"
password="password"
@KennyStier
KennyStier / openpgp.txt
Created April 19, 2016 10:22
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:97b0fc4286a315eef776fd00f2f94d4f45fafe62]
@KennyStier
KennyStier / apt-get-pkgs.sh
Created July 21, 2015 11:59
Download .deb packages from the repository with apt-get-pkgs
wget $(apt-get install --reinstall --print-uris -qq $1 | cut -d"'" -f2)
@KennyStier
KennyStier / lup.bash
Last active August 29, 2015 14:20
Linux Unplugged HD Feed Generator
#!/bin/bash
# SD JB RSS Feed URL
oldfeedurl="http://feeds.feedburner.com/linuxunvid.xml"
oldfeedname="sdfeed.xml"
newfeedname="hdfeed.xml"
# Download a JB Podcast
wget -O $oldfeedname $oldfeedurl
# Remove the string "-432p" from the video URLs (the HD URLs doesn't have that string)