Skip to content

Instantly share code, notes, and snippets.

View FollowMeDown's full-sized avatar
🎯
Focusing

Deface FollowMeDown

🎯
Focusing
View GitHub Profile
@FollowMeDown
FollowMeDown / README.md
Created December 29, 2019 16:38
Signal Installation Steps

Signal Server Installation Guide

Author: Aqnouch Mohammed [email protected]

Abstract

This paper is a quickstart for anyone aims to setup a working Signal Server.

What Is Signal

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.

@FollowMeDown
FollowMeDown / csd-responder-exec.sh
Created January 9, 2020 22:43 — forked from bmaddy/csd-responder-exec.sh
Connecting to Cisco's AnyConnect SSL VPN on MacOS (bypassing the EOL'd Cisco Secure Desktop)
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/csd-responder.sh "$@" 2>&1 | sed -e "s/^/ [csd] /"
@FollowMeDown
FollowMeDown / full-disk-encryption-arch-uefi.md
Created January 25, 2021 15:12 — forked from huntrar/full-disk-encryption-arch-uefi.md
Arch Linux Full-Disk Encryption Installation Guide [Encrypted Boot, UEFI, NVMe, Evil Maid]

Arch Linux Full-Disk Encryption Installation Guide

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.

Preface

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.

@FollowMeDown
FollowMeDown / .muttrc
Created February 8, 2021 19:11 — forked from lucianposton/.muttrc
mutt: muttrc settings for ProtonMail Bridge
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