There're a lot of combinations to manage your email with emacs, but this works for me. I've a backup and I can manage my daily email.
The stack:
- emacs
- offlineimap
- mu
- mu4e
import Foundation | |
func input() -> String { | |
var keyboard = NSFileHandle.fileHandleWithStandardInput() | |
var inputData = keyboard.availableData | |
return NSString(data: inputData, encoding:NSUTF8StringEncoding).stringByReplacingOccurrencesOfString("\n", withString:"") | |
} | |
print("{Post-ID}:") | |
var PostID = input() |
#~/.mutt/aliases | |
alias nick Nicholas Levandoski <[email protected]> | |
alias tim Timothy Pitt <[email protected]> | |
alias steven Steven Jackson <[email protected]> | |
alias kaleb Kaleb Hornsby <[email protected]> | |
alias alug-admin nick, tim, steven |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>My FB Reactions Page</title> | |
<style> | |
html { | |
box-sizing: border-box; | |
width: 100%; |
### Keybase proof | |
I hereby claim: | |
* I am cyrixhero on github. | |
* I am cyrixhero (https://keybase.io/cyrixhero) on keybase. | |
* I have a public key ASAK7UyREksnb04o0kj9a8sDbq2RMBbD8YOyNKAgLh0Uvgo | |
To claim this, I am signing this object: |
BEWARE: THIS GUIDE IS OUTDATED | |
# | |
# this is a howto for an i2p inproxy from the best of my recollection | |
# you will need: nginx, squid3, polipo, i2p and a good vps provider that doesn't suck ass | |
# | |
# this setup uses nginx as load balancer + logger, squid for transparent proxy and polipo for interfacing with i2p socks proxy | |
# | |
# client => nginx -> squid -> polipo -> i2p socks -> i2p => eepsite | |
# |
Become a Seeder: If you have a spare node (like a Raspberry PI with external HDD), you can setup a ZeroNet node here, which can automatically download and seen each new site published here.
Script to download new sites:
ZERO_DIR=~/ZeroNet-master
ZERO_HOST=127.0.0.1