Document ID: b0142a75-9b30-4c22-b036-2120cf239351
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ test -d autom4te.cache | |
+ aclocal -I config | |
+ autoheader | |
+ autoconf | |
+ automake --add-missing --copy | |
configure.ac:31: installing 'config/compile' | |
configure.ac:30: installing 'config/config.guess' | |
configure.ac:30: installing 'config/config.sub' | |
configure.ac:29: installing 'config/install-sh' | |
configure.ac:29: installing 'config/missing' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Made by erikano for use on FreeBSD 10.1 | |
# | |
# This script assumes that a previous backup exists | |
# with the expected file name format. | |
# | |
# You need to change some stuff if you want to use this. | |
# | |
# * Script is using hard-coded directory names and such. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
curl "$1" 2>/dev/null \ | |
| xmlstarlet fo -H --omit-decl 2>/dev/null \ | |
| xmlstarlet sel -H -t -v "//*[@class='digital-product ']/@data-product-id" 2>/dev/null | |
echo |
http://dir.xiph.org/listen/2871974/listen.xspf -- Various -- Dearne FM (AAC+)
Document ID: d4e40efe-ffbe-47ec-b9ce-305d201db499
Screenshot utility with GUI: Shutter. Ubuntu: apt-get install shutter
.
- New Private Window (Ctrl+Shift+P)
- Developer -> Network (Ctrl+Shift+Q)
Copyright (c) 2016 Erik Nordstrøm [email protected]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 |
sudo apt-get install build-essential libqt4-dev libncurses5-dev git
git clone --depth 1 [email protected]:en90/odroid-xu3-linux.git
cd odroid-xu3-linux
#vim arch/arm/configs/odroidxu3_defconfig # "Search for GOVERNOR, I'm sure you'll find the CPU GOVERNORS.
# # Enable what ever you want (I have enabled all)"
make odroidxu3_defconfig
#make menuconfig
make -j8
sudo cp arch/arm/boot/zImage \
pv -s 32g /dev/zero | sudo dd of=/dev/xxx bs=64M