#Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% $Id: deChicago.bst 738 2009-10-12 13:52:35Z herbert $ | |
% | |
% "Chicago" BibTeX style, deChicago.bst for the DANTE Edition series | |
% ================================================================== | |
% supports field url and urldate | |
% | |
% BibTeX `chicago' style file for BibTeX version 0.99c, LaTeX version 2.09 | |
% Place it in a file called chicago.bst in the BibTeX search path. | |
% You need to include chicago.sty as a \documentstyle option. | |
% (Placing it in the same directory as the LaTeX document should also work.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Usage: bash uninstall_vmware.bash | |
remove() { | |
entry="$1" | |
echo -ne "Removing \e[1;34m$entry\e[0m... " | |
sudo rm -rf "$entry" &> /tmp/uninstall-vmware.log | |
if [[ ! -e "$entry" ]]; then | |
echo -e "\e[1;32mOK\e[0m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Base Windows Configuration ### | |
# Enable Windows Features... | |
Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online -NoRestart | |
Enable-WindowsOptionalFeature -FeatureName Containers -Online -NoRestart | |
Enable-WindowsOptionalFeature -FeatureName Microsoft-Windows-Subsystem-Linux -Online -NoRestart | |
### Chocolatey Installs ### | |
# Install Chocolatey: https://chocolatey.org/install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Human AWS Environment | |
// @namespace http://noidea.com/ | |
// @version 1 | |
// @description Replaces the account id with a human readable label. | |
// @author Benjamin Herzig | |
// @icon64 https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png | |
// @grant none | |
// @include /^https:\/\/.*console.aws.amazon.com.*$/ | |
// @run-at document-end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
workshop_download_item 255710 2040656402 | |
workshop_download_item 255710 1625704117 | |
workshop_download_item 255710 1562650024 | |
workshop_download_item 255710 2030755273 | |
workshop_download_item 255710 1619685021 | |
workshop_download_item 255710 1567569285 | |
workshop_download_item 255710 2862121823 | |
workshop_download_item 255710 2502526929 | |
workshop_download_item 255710 1721492498 | |
workshop_download_item 255710 1637663252 |