
Search found 13 matches
- Sun Oct 04, 2020 11:36 pm
- Forum: General Discussion
- Topic: apt update readings lists very slow.
- Replies: 4
- Views: 784
Re: apt update readings lists very slow.
Thanks!!! Solved 

- Sun Oct 04, 2020 10:17 pm
- Forum: General Discussion
- Topic: apt update readings lists very slow.
- Replies: 4
- Views: 784
Re: apt update readings lists very slow.
Hi. Was this a thing on recent versions or always this way? because it started only with latest update. If so is there a way to revert it? specially on my i3 machine where i have a 500gb ssd in ... it used to take like 4 or 5 seconds to apt update now its taking almost 30. I don't have the Rpi4 with...
- Sun Oct 04, 2020 7:08 pm
- Forum: General Discussion
- Topic: apt update readings lists very slow.
- Replies: 4
- Views: 784
apt update readings lists very slow.
Hi! For some reason after updating to the lastest version of DietPi every time i try to do a sudo apt update when it gets to reading package lists.... its really really slow. I'm not sure if this is a dietpi problem or the fact that debian updated to 10.6. since both updates occurred at the time so ...
- Tue Aug 27, 2019 10:48 pm
- Forum: General Discussion
- Topic: Dietpi Nuc j3455 upgrade to buster
- Replies: 3
- Views: 1049
Re: Dietpi Nuc j3455 upgrade to buster
You can’t do a full base system upgrade from dietpi-launcher lol (afaik)
Edit: answered my own question from a post below . Sorry!
Edit: answered my own question from a post below . Sorry!
- Tue Aug 27, 2019 8:20 pm
- Forum: General Discussion
- Topic: Dietpi Nuc j3455 upgrade to buster
- Replies: 3
- Views: 1049
Dietpi Nuc j3455 upgrade to buster
Hi! I have dietpi installed on a j3455 intel nuc running flawlessly for more than a year. Is there an easy way ( whiteout reinstalling everything ) to upgrade dietpi from Debian 9 to 10. Everything I have installed is from dietpi software except nextcloud ( installed from source because of Debian 9 ...
- Thu Feb 28, 2019 12:58 pm
- Forum: General Discussion
- Topic: Nextcloud PHP version
- Replies: 2
- Views: 893
Re: Nextcloud PHP version
Thanks.
I'm using snap package for the time being , until it's this "issue" fixed.
It's a bit of a pain because I have other web server apps running on my machine , so I have to set reverse proxys for snap , but oh well..
I'm using snap package for the time being , until it's this "issue" fixed.
It's a bit of a pain because I have other web server apps running on my machine , so I have to set reverse proxys for snap , but oh well..
- Tue Feb 26, 2019 1:57 am
- Forum: General Discussion
- Topic: Nextcloud PHP version
- Replies: 2
- Views: 893
Nextcloud PHP version
Hi. Any plans of upgrading php versio for Nextcloud optimized software from 7.0 to, for exemple, 7.2? Since version 14.x nextcloud is complaining a lot about version 7.0. There is also a bunch of other warnings there. It used to show as fully optimized but not anymore. Maybe you should take a look a...
- Wed Apr 11, 2018 1:32 pm
- Forum: General Discussion
- Topic: Setting up SSL for Nextcloud on Lighttpd [Resolved]
- Replies: 4
- Views: 5005
Re: Setting up SSL for Nextcloud on Lighttpd [Unresolved]
Hi. Try the following instructions https://github.com/galeone/letsencrypt-lighttpd I used it once on a raspi zero and worked fine. Regarding using Apache ...on single board computers i usually prefer nginx over Apache. From my experience things can get a bit a out of control with Apache , specially ...
- Mon Mar 19, 2018 2:33 pm
- Forum: General Discussion
- Topic: DietPi Config/Setup - Question
- Replies: 3
- Views: 2602
Re: DietPi Config/Setup - Question
Yes , nextcloud can store data in diferent drives / folders.
You just have to enable External storage plugin in Nextcloud and then choose Local, specify the disk / folder path you want to use and that’s it.
Oh don’t forget to change ownership to www-data:www-data or you won’t be able write to them.
You just have to enable External storage plugin in Nextcloud and then choose Local, specify the disk / folder path you want to use and that’s it.
Oh don’t forget to change ownership to www-data:www-data or you won’t be able write to them.
- Mon Mar 19, 2018 2:09 am
- Forum: General Discussion
- Topic: DietPi Config/Setup - Question
- Replies: 3
- Views: 2602
Re: DietPi Config/Setup - Question
You can Create a software raid for the two 1tb drives https://wiki.debian.org/SoftwareRAID . Note that raid0 if one of the drives die, all your data is gone. Then move Nextcloud data folder to the created raid. It’s quite simple. Just make sure ownership and permissions are set correctly for the dat...