I hereby claim:
- I am followmedown on github.
- I am fullmoonnode (https://keybase.io/fullmoonnode) on keybase.
- I have a public key ASDhRvwOgdMDj8L65Hs5GHqSj4Fynf2_O2hmmlpTyKbMdgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
set from="[email protected]" | |
set my_user="[email protected]" | |
set my_pass="pass" | |
set ssl_starttls=yes | |
set smtp_url="smtp://$my_user:[email protected]" | |
# workaround for https://github.com/neomutt/neomutt/issues/1211 | |
set imap_authenticators=login |
This guide provides instructions for an Arch Linux installation featuring full-disk encryption via LVM on LUKS and an encrypted boot partition (GRUB) for UEFI systems.
Following the main installation are further instructions to harden against Evil Maid attacks via UEFI Secure Boot custom key enrollment and self-signed kernel and bootloader.
You will find most of this information pulled from the Arch Wiki and other resources linked thereof.
Note: The system was installed on an NVMe SSD, substitute /dev/nvme0nX
with /dev/sdX
or your device as needed.
This software is free, | |
so on the count of three, | |
update to six point eight! | |
Stack up too much fakes and the world breaks. | |
Only what's open can be true. | |
Full transparency is best for you. | |
Free functional, and secure. | |
hacker people! hacker people! | |
Just read the code if unsure. | |
Hack the planet, |
#! /usr/bin/env python2 | |
# Written by Rupe version 2 | |
# | |
""" | |
Tor Iptables script is an anonymizer | |
that sets up iptables and tor to route all services | |
and traffic including DNS through the tor network. | |
""" | |
from __future__ import print_function |
#!/bin/bash | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
$DIR/csd-responder.sh "$@" 2>&1 | sed -e "s/^/ [csd] /" |
Author: Aqnouch Mohammed [email protected]
This paper is a quickstart for anyone aims to setup a working Signal Server.
Signal is an encrypted instant messaging and voice calling application for Android. It uses the Internet to send one-to-one and group messages, which can include images and video messages, and make one-to-one voice calls. Signal uses standard phone numbers as identifiers and end-to-end encryption to secure all communications to other Signal users.
#!/bin/bash | |
# description: Cisco Anyconnect CSD wrapper for OpenConnect | |
# author: https://github.com/asarkar/ | |
# gist: https://gist.github.com/asarkar/fb4452a4abdf9e4a9752a7d55d2cdc93 | |
# connect: sudo openconnect --background \ | |
# --user=<username> \ | |
# --authgroup=1 \ | |
# --csd-user=<localhost username> \ | |
# --csd-wrapper=<script location on localhost> \ | |
# --os=mac-intel \ |
#!/bin/bash | |
# Guide to install L2TP-IPSEC VPN Server on a Raspberry Pi with ArchLinux | |
# Used parts of several instructions, | |
# http://nls.io/setup-an-ipsec-l2tp-vpn-with-text-or-ldap-auth-on-arch-linux/ | |
# https://smileykeith.com/2014/01/27/ipsec-l2tp-vpn-on-a-raspberry-pi-running-arch-linux/ | |
# http://linux.tips/tutorials/how-to-setup-l2tp-vpn-server-on-raspberry-pi | |
# Tested and works with OSX and iOS 7.1 supplied vpn client |
#!/bin/bash | |
# | |
# Credits to fuckbecauseican5 from https://www.reddit.com/r/hackintosh/comments/4s561a/macos_sierra_16a238m_install_success_and_guide/ | |
# Adapted to work with the official image available into Mac App Store | |
# | |
# Enjoy! | |
hdiutil attach /Applications/Install\ macOS\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app | |
hdiutil create -o /tmp/Sierra.cdr -size 7316m -layout SPUD -fs HFS+J | |
hdiutil attach /tmp/Sierra.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build |