Write
dd if=/dev/zero of=./largefile bs=1M count=1024Clear memory cache
sudo sh -c "sync && echo 3 > /proc/sys/vm/drop_caches"| # Python 2.7 | |
| import os | |
| import sys | |
| import time | |
| import platform | |
| import subprocess | |
| import urllib2 | |
| import logging |
| # Python 2.7 | |
| import re | |
| import xmlrpclib | |
| import httplib, urllib | |
| # rTorrent URL | |
| server_url = 'http://localhost:6000' | |
| rtorrent = xmlrpclib.Server(server_url) |
| #!/bin/sh | |
| # | |
| # INFO | |
| # | |
| # This works if sonarr and radarr are set up to have a Category of sonarr and radarr respectively | |
| # If you are using other Categories to save your automated downloads, update the script where you see: | |
| # "radarr"|"sonarr") | |
| # This script will not touch anything outside those Categories |
| homeassistant: | |
| customize: | |
| package.node_anchors: | |
| customize: &customize | |
| package: 'Washing Machine' | |
| expose: &expose | |
| <<: *customize | |
| hidden: false |
Write
dd if=/dev/zero of=./largefile bs=1M count=1024Clear memory cache
sudo sh -c "sync && echo 3 > /proc/sys/vm/drop_caches"| #!/bin/bash | |
| # raspbian-enable-ssh | |
| # | |
| # Purpose: | |
| # Creates a raspbian img with ssh already enabled | |
| # | |
| # Note: | |
| # This script takes one argument, either the zip or the img file | |
| # zip file will be extracted and the image file will be used |
| RUN mkdir -p ~/.gnupg/private-keys-v1.d \ | |
| && chmod 700 ~/.gnupg/private-keys-v1.d \ | |
| && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf \ | |
| && /usr/bin/gpg --version \ | |
| && curl --insecure -fsSL "${TINI_DOWNLOAD_URL}/${TINI_VERSION}/tini" -o /tini \ | |
| && curl --insecure -fsSL "${TINI_DOWNLOAD_URL}/${TINI_VERSION}/tini.asc" -o /tini.asc \ | |
| && GNUPGHOME="$(mktemp -d)" \ | |
| && export GNUPGHOME \ | |
| && gpg --keyserver hkp://ha.pool.sks-keyservers.net --recv-keys "0527A9B7" || \ | |
| gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "0527A9B7" || \ |
| 14:36:55:************************* Folding@home Client ************************* | |
| 14:36:55: Website: https://foldingathome.org/ | |
| 14:36:55: Copyright: (c) 2009-2018 foldingathome.org | |
| 14:36:55: Author: Joseph Coffland <joseph@cauldrondevelopment.com> | |
| 14:36:55: Args: --web-allow=0/0:7396 --allow=0/0:7396 --user=Devin_Buhl | |
| 14:36:55: --team=241985 --gpu=false --smp=true --power=full | |
| 14:36:55: Config: <none> | |
| 14:36:55:******************************** Build ******************************** | |
| 14:36:55: Version: 7.5.1 | |
| 14:36:55: Date: May 11 2018 |
| add_newline = true | |
| prompt_order = ["username", "kubernetes", "directory", "git_branch", "git_status", "character"] | |
| [character] | |
| symbol = "\n(β©ο½-Β΄)β ο" | |
| error_symbol = "\n(ΰΈ β’Μ_β’Μ)ΰΈ ο" | |
| style_success = "bold green" | |
| use_symbol_for_status = true | |
| [username] |
| --- | |
| # | |
| # Vars for my role | |
| # | |
| # Ansible user to ssh into servers with | |
| ansible_user: "devin" | |
| # Timezone for the servers |