Skip to content
#

raspbian

Here are 478 public repositories matching this topic...

raspap-webgui
danielwilson654
danielwilson654 commented Dec 29, 2018

This project is the best of it's kind. I think it even has commercial potential.

Why support Debain?
This would open up the doors for developers (like myself) to use and adapt this software for more commercial boards that use the rock solid Debian or Armbian distributions.

The Raspbian community could benefit from the features and stability the commercial developers would be willing to

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

AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.

  • Updated Dec 13, 2019
  • Shell
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
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

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.