(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf
:
# Modify this file accordingly for your specific requirement. | |
# http://www.thegeekstuff.com | |
# 1. Delete all existing rules | |
iptables -F | |
# 2. Set default chain policies | |
iptables -P INPUT DROP | |
iptables -P FORWARD DROP | |
iptables -P OUTPUT DROP |
# Modify this file accordingly for your specific requirement. | |
# http://www.thegeekstuff.com | |
# 1. Delete all existing rules | |
iptables -F | |
# 2. Set default chain policies | |
iptables -P INPUT DROP | |
iptables -P FORWARD DROP | |
iptables -P OUTPUT DROP |
#!/bin/sh | |
# | |
# Basic rules for iptables, IPv4 and IPv6 | |
# | |
# INPUT | |
# ACCEPT all for local loopback device | |
# ACCEPT ssh for everyone (max. 3 connections per minute per IP address) | |
# ACCEPT domain for nameservers defined in /etc/resolv.conf | |
# LOG and DROP everything else | |
# |
#!/usr/bin/bash | |
# | |
# bash < <(curl -s https://gist.githubusercontent.com/caramba1337/0c3549824cb3db2c0031/raw/64e018a7d739e159e3a7bb8bb70f0c422bdf4ec4/install_nginx_with_lua_in_unix_shell.bash) | |
set -x | |
cd /tmp | |
if ! test -d /usr/local/include/luajit-2.0; then | |
echo "Installing LuaJIT-2.0.3." | |
wget "http://luajit.org/download/LuaJIT-2.0.3.tar.gz" |
server { | |
listen 80; | |
server_name www.yourhost.de dev.yourhost.de; | |
root /var/www/vhosts/dev.duschdichtungen-shop.de/htdocs; | |
error_log /var/log/nginx/yourhost_error.log; | |
access_log /var/log/nginx/yourhost_access.log; | |
location = /favicon.ico { | |
log_not_found off; |
{ | |
"uuid": "41e3b7bd-a38c-418e-96d0-48e5de9bffbc", | |
"intention": "investment", | |
"type": "flat", // or house | |
"style": "everything", | |
"locations": [ | |
{ | |
"address": "Wilhelmine-Gemberg-Weg 13, 10179 Berlin", | |
"geo": { | |
"lat": "52.511135", |
import hudson.model.FreeStyleBuild | |
import hudson.model.Result | |
import hudson.model.Run | |
import jenkins.model.Jenkins | |
import org.jenkinsci.plugins.workflow.job.WorkflowRun | |
import org.jenkinsci.plugins.workflow.support.steps.StageStepExecution | |
if(!binding.hasVariable('dryRun')) { | |
dryRun = true | |
} |
// Let's create our own strategy | |
var strat = {}; | |
// Prepare everything our strat needs | |
strat.init = function () { | |
this.addIndicator('longHMA', 'HMA', this.settings.long); | |
this.addIndicator('shortHMA', 'HMA', this.settings.short); | |
} | |
// Based on the newly calculated |
I hereby claim:
To claim this, I am signing this object: