start new:
tmux
start new with session name:
tmux new -s myname
#!/usr/bin/env python | |
# This script uses the FreeIPA API to create an Ansible dynamic directory | |
# This is a shell script version of freeipa-api-inv.py | |
# | |
# DEPENDENCIES: before this script will work with AWX or Tower | |
# the python_freeipa module has to be installed | |
# | |
# Add this to your Docker image | |
# RUN pip install python_freeipa | |
# |
# How to throttle the FCC to dial up modem speeds on your website using Apache. | |
# Ported from https://gist.github.com/kyledrake/e6046644115f185f7af0 | |
## The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
## | |
## Current known FCC address ranges: | |
## https://news.ycombinator.com/item?id=7716915 | |
## | |
## Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft |
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
# | |
# Current known FCC address ranges: | |
# https://news.ycombinator.com/item?id=7716915 | |
# | |
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft | |
# | |
# In your nginx.conf: | |
location / { |