I hereby claim:
- I am juul on github.
- I am juul (https://keybase.io/juul) on keybase.
- I have a public key ASDq1RuKZVTrMsQYIO8uYJkuCDg-_IytPr_8dxThs71y-Ao
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# This script sends a DHCP discover on the specified interface | |
# then waits for the specified number of seconds (default: 5) | |
# for replies from DHCP servers and prints the results. | |
# Install dependencies: | |
# sudo apt install python3-scapy | |
# scapy API: https://scapy.readthedocs.io/en/latest/api/scapy.layers.html |
I hereby claim:
To claim this, I am signing this object:
If you want to use pulseaudio, see BaReinhard's repo.
If you want to use bluealsa and avoid pulseaudio, keep reading.
So far this solution has two problems I haven't solved:
bluealsa-aplay
crashes and bluealsa
also needs restartingIf you have pulseaudio installed, make sure /etc/pulse/default.pa
has the following two lines commented out and restart pulseaudio:
Today I went to noisebridge and scanned Wonders Through the Microscope and it is now available for download on the freestore! I will likely also generate a color version of the PDF but the book is in black and white so it really doesn't add much.
This is my first attempt at book scanning and post-processing using only open source tools so I thought I'd share this book scanning guide based on my experiences :)
I used the noisebridge book scanner hardware and their python script which remote-controls two DSLR cameras and downloads the photos over USB. It worked very well.
Note that in addition to gphoto2
you will also need jpegtran
. This command will get you both:
#!/bin/bash | |
# Mount all partitions from a full drive image | |
# in subdirs inside the specified dir | |
set -e | |
if [ ! "$#" -eq "2" ]; then | |
echo "Usage: $(basename $0) <image.dd> <mount_dir>" >&2 | |
exit 1 |
#!/bin/bash | |
# This script changes the `arm-linux-gnueabihf-*` (or specified prefix) | |
# symlinks in /usr/bin to point to the specified version | |
# e.g. running with "7" as the argument will create the symlink | |
# /usr/bin/arm-linux-gnueabihf-gcc -> /usr/bin/arm-linux-gnueabihf-gcc-7 | |
# and so on for all the normal cross-compiler commands | |
CMDS=( "gcc" "gcc-ar" "gcc-nm" "gcc-ranlib" "cpp" "gcov" "gcov-dump" "gcov-tool" ) | |
BINPATH=/usr/bin |
This is guide for how to get the game Star Trek TNG: A final unity working on a GNU/Linux system.
First download the game from myabandonware.com.
Unzip the file:
unzip Star-Trek-The-Next-Generation---A-Final-Unity_DOS_EN_ISO-Version.zip
This is a guide for getting LineageOS (an older and unofficial version) onto an Amazon Fire 2015 7" tablet (also known as the 5th generation 7" Amazon Fire or under the internal codename "ford").
NOTE: This guide was originally written before someone figured out how to unlock the bootloader. There is now a newer method. Here it is very briefly. The old guide can be found below.
First unlock the bootloader using this guide.
Once you're booted into TWRP download the latest LineageOS 14 release for your device here.