Skip to content

Instantly share code, notes, and snippets.

View l0u1sg's full-sized avatar
🏠
Working from home

Louis Gallet l0u1sg

🏠
Working from home
View GitHub Profile
2024/11/02 17:59:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST [REDACTED_REPO_NAME]/archive/[BRANCH].zip for [REDACTED_IP], 200 OK in 23.1ms @ repo/repo.go:514(repo.InitiateDownload)
2024/11/02 17:59:01 ...archiver/archiver.go:285:func1() [E] Archive &{99 zip [REDACTED_HASH]} failed: unable to write archive: Header 'x-amz-checksum-algorithm' with value 'CRC32C' not implemented
@l0u1sg
l0u1sg / RaspberryPiDevSetup.sh
Last active November 17, 2021 16:58 — forked from AjkayAlan/RaspberryPiDevSetup.sh
Setup steps for my raspberry pi 3b+ for development
## Getting image and Pi up and running
# Go to https://www.raspberrypi.org/downloads/raspbian/ and download an image, then unzip it
# Download https://www.balena.io/etcher/ and install it
# Plug in microsd card, Unzip the downloaded image and use Etcher to write the downloaded image to the SD card
# Edit boot/config.txt, and uncomment hdmi_force_hotplug=1 and hdmi_drive=2
# Plug the PI in, and go through to setup prompts
# Run the following commands in terminal
## Config stuff
sudo raspi-config