The Wayback Machine - https://web.archive.org/web/20200624200143/https://github.com/topics/raspbian
Skip to content
#

raspbian

Here are 570 public repositories matching this topic...

feutl
feutl commented Sep 4, 2019

After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using

sudo mysqlcheck -o --all-databases

This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat

DockSTARTer
piku
rcarmo
rcarmo commented Nov 27, 2019

I've been looking at the repo structure and would like to make the core repo more approachable. I've been procrastinating on finishing #91 due to travel, #142 will target the README and #152 is in, so here are a few ideas:

  • Finish #91, agree on #142
  • Keep only core docs (CONTRIBUTING.md, a single INSTALL.md) in the main repo
  • Move detailed documentation to the website's repo (this is the
mirceal
mirceal commented Oct 6, 2018

this conversion can be done on the fly.
document it and/or maybe provide a script that can be downloaded and ran

something along the lines of:

cd /tmp
curl -L https://api.cattlepi.com/images/global/raspbian-lite/2018-06-29/bootstrap/cattlepi.zip?apiKey=deadbeef > cattlepi.zip
unzip cattlepi.zip
mkdir -p /tmp/boot
sudo mount  -o loop,offset=1048576 /tmp/cattlepi.img /tmp/boot
su
Ofelia
Jonathhhan
Jonathhhan commented Nov 11, 2019

hi cuinjune,
with the newest emscripten 1.39.1 i get this compile error with the ofelia emscripten example on ubuntu 18.04:

/home/jonathan/Schreibtisch/of_v20191108_linux64gcc6_release/addons/ofxOfelia/libs/ofxLua/src/bindings/glmBindings.cpp:2733:10: fatal error: 
      'glm/gtc/functions.hpp' file not found
#include <glm/gtc/functions.hpp>

while it is possible to compile the ope

geerlingguy
geerlingguy commented Mar 10, 2019

I seem to do this a lot... so it would be nice to have it documented so I don't have to re-remember all the time:

# Rename images in current dir from `image00042.jpg` to instead start from `image00000.jpg`.
# (On macOS, `brew install rename`)
# TODO: Test this.
rename 's/\d+/sprintf("%05d", $&)/e' *.jpg

# Create timelapse.mp4 in current directory starting from `image00000.jpg`.
ffmp
bennuttall
bennuttall commented Mar 6, 2020

We should add a field, probably to the packages table, to include the url (or just issue number) of a github issue relating to a package, and link to it from the project page.

Occasionally there are multiple issues per package, so maybe it should be on the version table or even a separate table just to make it one-to-many, though that might be overkill.

Improve this page

Add a description, image, and links to the raspbian topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the raspbian topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.