Work in progress.
- Put the Pixel in developer mode.
| #!/home/robpol86/python27/bin/python2.7 -u | |
| """Converts all FLAC files in a directory to mp3 files. Avoids converting old files by using an SQLite database. | |
| Requirements | |
| ------------ | |
| Python >= 2.7.3 (Linux) | |
| mutagen >= 1.20 : http://code.google.com/p/mutagen/ | |
| psutil >= 0.6.1 : http://code.google.com/p/psutil/ | |
| robutils >= 0.1.0 : https://github.com/Robpol86/robutils/ | |
| /usr/bin/flac |
| #!/bin/bash | |
| ### BEGIN INIT INFO | |
| # Provides: disable-ethernet | |
| # Required-Start: $local_fs | |
| # Required-Stop: | |
| # Default-Start: S | |
| # Default-Stop: | |
| # Short-Description: Disables on-board Ethernet to fix WiFi+Lapdock | |
| # Description: When using the Raspberry Pi Model B on the |
This is currently incomplete! I did not document all the IOS changes I've done.
I have a 2008 Nintendo Wii, which will have a 2 GB SD (not SDHC) card that holds ProjectM and Homebrew software, and a 32 GB USB flash drive housing my purchased ripped games on the bottom-most USB port. This guide will assume both flash devices are newly formatted with the SD card being FAT16 and FAT32 for the USB drive.
Steps written for debian-10.7.0-amd64 and 2020-08-20-raspios-buster-arm64-lite at the time of this writing.
Out of the box Ubuntu installs btrfs without creating subvolumes. To fix this, on the first screen of the installer, switch to another tty and run:
sudo su -| # Moved to https://github.com/Robpol86/dotfiles/blob/master/bashrc |
| (binwalk)support@moops gopro-linux (master) $ git remote -v | |
| origin https://github.com/evilwombat/gopro-linux.git (fetch) | |
| origin https://github.com/evilwombat/gopro-linux.git (push) | |
| (binwalk)support@moops gopro-linux (master) $ git status | |
| # On branch master | |
| nothing to commit, working directory clean | |
| (binwalk)support@moops gopro-linux (master) $ diff .config arch/arm/configs/hero3black-standalone_kernel_defconfig | |
| 4c4 | |
| < # Sun Nov 8 17:56:15 2015 | |
| --- |
ffmpeg -r 24 -pattern_type glob -i '*.JPG' -i DSC_%04d.JPG -s hd1080 -vcodec libx264 timelapse.mp4
-r 24 - output frame rate-pattern_type glob -i '*.JPG' - all JPG files in the current directory-i DSC_%04d.JPG - e.g. DSC_0397.JPG-s hd1080 - 1920x1080 resolution