I hereby claim:
- I am williamjacksn on github.
- I am williamjackson (https://keybase.io/williamjackson) on keybase.
- I have a public key whose fingerprint is F968 C26E 41B9 8E4B D496 C8BA EAF6 DF7E F047 FB8B
To claim this, I am signing this object:
| # /etc/sudoers.d/william | |
| william ALL = NOPASSWD: ALL |
| # /etc/profile.d/prompt.sh | |
| PS1="\n\[\033[1;35m\]\u\[\033[0m\] at \[\033[1;33m\]\h\[\033[0m\] in \[\033[1;36m\]\w\[\033[0m\]\n» " |
| # /etc/profile.d/alias-resume.sh | |
| alias resume="tmux -u new-session -A -s default" |
| #!/bin/sh | |
| # Install a dictionary file on Ubuntu like so | |
| # sudo apt install wamerican | |
| # ignore words with an apostrophe, then choose 10 at random | |
| grep --fixed-strings --invert-match \' /usr/share/dict/words | shuf --head-count=10 |
| import socket | |
| # change these | |
| HOST = 'irc.undernet.org' | |
| PORT = 6667 | |
| NICK = 'rex' | |
| CHAN = '#dashin' | |
| ADMIN = 'Humphrey' |
| import socket | |
| # change these | |
| HOST = 'irc.undernet.org' | |
| PORT = 6667 | |
| NICK = 'rex' | |
| CHAN = '#dashin' | |
| # this is the function I will use when I want to send a message to the IRC server |
I hereby claim:
To claim this, I am signing this object:
| <head> | |
| <title>SCCM Operating System Deployment</title> | |
| <hta:application | |
| id="sccmosd" | |
| applicationname="SCCM Operating System Deployment" | |
| scroll="yes" | |
| singleinstance="yes"> | |
| <style type="text/css"> | |
| body { |
| . |
| .idea |