I hereby claim:
- I am rifi2k on github.
- I am rifi (https://keybase.io/rifi) on keybase.
- I have a public key ASBAAC94ptTq9_M6AjO2fQh4UV4MzzLd6l2aMGOdFM4xRgo
To claim this, I am signing this object:
*filter | |
# Base policy | |
:INPUT DROP [0:0] | |
:FORWARD DROP [0:0] | |
:OUTPUT ACCEPT [0:0] | |
# Don't attempt to firewall internal traffic on the loopback device. | |
-A INPUT -i lo -j ACCEPT |
# https://www.parrotsec.org/doc/persistence.fx | |
# For persistence: (File Name=parrot-rw, Volume Name=persistence) <<< NOT casper-rw !!!!!! | |
# 1. Click 'Create ext2/3/4 fs' in RMPrepUSB | |
# 2. Set the FILENAME to parrot-rw | |
# 3. Set the VOLUME LABEL to persistence <------ VERY IMPORTANT: DO NOT CHANGE | |
# 4. Set amount of space you would like allowed to persist | |
# 5. Choose ext4 | |
# The persistent 'volume' needs the persistence.conf file in it! |
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace | |
HISTCONTROL=ignoredups:ignorespace |
ExecStart=/usr/bin/dockerd -H fd:// --exec-opt native.cgroupdriver=systemd |
(function( $ ) { | |
'use strict'; | |
// On DOM ready. | |
$(function() { | |
$('#dtk-importer-start').submit(function(e) { | |
e.preventDefault(); | |
var str = $(this).serialize(); | |
var div = $('#dtk-import-reload'); | |
var error = '<span class="ajax-error">Sorry, you broke it</span>'; |
var valid_spotify_playlist_name = new RegExp('/^spotify:user:\b\w*:playlist:\b\w*$/i'); | |
var valid_spotify_artist_uri = new RegExp('/^spotify:(artist|user):\b\w*$/i'); |
/** | |
* Copy to Clipboard | |
* | |
* Depends on clipboard.js v1.5.5 | |
* https://zenorocha.github.io/clipboard.js | |
*/ | |
var clipboard = new Clipboard('.copyToClipboard'); | |
clipboard.on('success', function(e) { | |
$(e.trigger).tooltip('show'); | |
setTimeout(function(){ $(e.trigger).tooltip('destroy') }, 2000); |
jQuery(document).ready(function($) { | |
/** | |
* Media Uploader | |
*/ | |
var media_uploader = null; | |
function open_media_uploader_video(img, field) { | |
media_uploader = wp.media({ | |
title: 'Select or Upload Media', | |
button: { | |
text: 'Use this media' |
I hereby claim:
To claim this, I am signing this object:
^
= Ctrl
key
M
= Alt
key
^G (F1) Display this help text
^X (F2) Close the current file buffer / Exit from nano
^O (F3) Write the current file to disk
^J (F4) Justify the current paragraph
^R (F5) Insert another file into the current one