duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
# | |
set -g default-terminal screen-256color | |
set -g status-bg blue | |
set -g status-fg white | |
set -g status-right '#(sysctl vm.loadavg)' | |
setw -g window-status-current-attr underscore | |
bind r source-file ~/.tmux.conf | |
# a shortlist of potentially useful irssi scripts | |
# this is not an exhaustive list | |
# this shortlist excludes certain types of irssi scripts: | |
# excludes scripts which are to do with operators / moderation / kick / banning / etc | |
# excludes scripts which send a local desktop notification e.g. to growl, iPhone, etc | |
# excludes scripts which shorten urls | |
#~/.gnupg/gpg.conf | |
# Hide your PGP version & other PGP version metadata with these two config lines. | |
# This line hides the "Version: GnuPG vX.XX.XX" line | |
no-emit-version | |
# This line hides the "Comment: XXXXX" lines | |
no-comments | |
# NOTE if you are using Thunderbird+Enigmail you probably need to set this again in | |
# the Enigmail->Preference settings: |
# ββββββ ββββββ ββ ββ ββββββ ββββββ ββ ββββββββ ββββββ ββ ββ βββββ ββββββ | |
# ββββ ββββββββββββββ ββββββββββββββββββ βββββββββββ βββββββββββββββββββββββββββ | |
# βββββ ββββββββββββββ ββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββ | |
# ββββββ βββββββββ βββ ββ βββββββββββββββββββββββββ βββ βββ βββ ββββββ ββββββββ | |
# ββββββββββββββββ ββββββββββββββββββββββββββββββββ βββ βββ βββ ββββββ ββββββββ | |
# βββ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ βββ βββββββββββ βββ | |
# βββ βββββββββββββ ββββββββ βββββββββββββββ ββββββββ βββββββ βββ βββββββββββ βββ | |
# ββββββ ββββββ ββ ββ ββββββ ββββββ ββ ββββββββ ββββββ ββ ββ βββββ ββββββ | |
# ββββββββββ | |
# ββ author β cirrus <[email protected]> |
This is a guide on how to email securely.
There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.
This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.
--- | |
# run this with ansible-playbook -i ansible_hosts bootstrap.yml -k -c paramiko | |
- hosts: jails_host | |
gather_facts: false | |
remote_user: root | |
tasks: | |
- name: install pkgng | |
raw: "pkg_info | grep -v 'pkg-' > /dev/null ; if $? pkg_add -r pkg; rehash ; pkg2ng; echo 'WITH_PKGNG=yes' >> /etc/make.conf; echo 'packagesite: http://pkgbeta.freebsd.org/freebsd%3A9%3Ax86%3A64/latest' >> /usr/local/etc/pkg.conf; pkg update ; pkg upgrade -y" | |
- name: install python27 | |
raw: "pkg install -y python27" |
This guide provides detailed steps for setting up DNS records, configuring a DNS tunneling server and client, and setting up a browser for secure proxy connections.