Install the client:
apt-get install git
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Generate certificates using manual mode:
STYLE_WEIGHT=5e2 | |
STYLE_SCALE=1.0 | |
th neural_style.lua \ | |
-content_image examples/inputs/hoovertowernight.jpg \ | |
-style_image starry_night_gigapixel.jpg \ | |
-style_scale $STYLE_SCALE \ | |
-print_iter 1 \ | |
-style_weight $STYLE_WEIGHT \ | |
-image_size 256 \ |
-- Default order will return NULL values at | |
-- the end of list | |
SELECT value FROM example ORDER BY value; | |
------------ | |
-- value -- | |
------------ | |
-- 1 -- | |
-- 2 -- | |
-- 3 -- | |
-- NULL -- |
Install the client:
apt-get install git
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Generate certificates using manual mode:
*.SLDPRT binary | |
*.SLDASM binary |
bind '"\C-z":" \C-u fg\C-j"' | |
trap "stty susp '^z'" DEBUG | |
PROMPT_COMMAND="stty susp ''" |
<!DOCTYPE NETSCAPE-Bookmark-file-1> | |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8" /><!-- This is an automatically generated file. --> | |
<TITLE>Bookmarks</TITLE> | |
<H1 LAST_MODIFIED="1396239625">Bookmarks for anarcat from SemanticScuttle</H1> | |
<DL> | |
<DT><A HREF="https://pond.imperialviolet.org" description="For secure, synchronous communication we have OTR and, when run over Tor, this is pretty good. But while we have secure asynchronous messaging in the form of PGP email, it's not forward secure and it gratuitously leaks traffic information. While a desire for forward secure PGP is hardly new, it still hasn't materialised in a widely usable manner. | |
Additionally, email is used predominately for insecure communications (mailing lists, etc) and is useful because it allows previously unconnected people to communicate as long as a (public) email address is known to one party. But the flip side to this is that volume and spam are driving people to use centralised email services. These provid |
/* | |
Copyright (c) 2015 Paul Jolly <[email protected]) | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
Run with Python:
pip-2.7 install cffi PYTHON=python2.7 sh go.sh
Run with PyPy:
pip-pypy install cffi PYTHON=pypy sh go.sh
Reference: http://www.cnx-software.com/2012/07/31/84-mb-minimal-raspbian-armhf-image-for-raspberry-pi/
curl -O https://dl.dropbox.com/u/45842273/2012-07-15-wheezy-raspian-minimal.img.7z
yum install p7zip
7za e 2012-07-15-wheezy-raspian-minimal.img.7z
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2012-07-15-wheezy-raspian-minimal.img -net nic -net user -vnc :0 -net tap,ifname=vnet0,script=no,downscript=no