-
Recent Posts
Top Posts
Recent Comments
- Tyreese on GPG error with public key
- Md. Saiful Islam on [NO SOLUTION] Lenovo Thinkpad shuts down after exactly 30 minutes
- Micah on Make an old laptop into a “Chromebook”
- DouglasLourey on NAT Loopback on Xfinity
- DouglasLourey on NAT Loopback on Xfinity
Notices
Disclaimer: The thoughts and text in this blog are mine alone and not of my employer. Use them for free at your own risk.
Disclosure: Some posts many have references to Lockheed Martin, Amazon, Dropbox, or Bolt products. I have worked there. I do not believe I have bias but this disclosure is to let you decide.
RSS Posts Feed
Tag Archives: owncloud
Renewing Let’s Encrypt Certificate for OwnCloud
Assuming you have followed the steps in the previous article to get your certificate, then you should be able to run this if your certificate is not expired. cd /tmp/letsencrypt sudo ./letsencrypt-auto renew or to get a new certificate sudo ./letsencrypt-auto -c … Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged apache2, certificate, DocumentRoot, Expired Certificate, html, Let's Encrypt, letsencrypt, owncloud, renew certificate
Leave a comment
Moving large files and folders in OwnCloud
OwnCloud works well for small changes and uploads, but moving or renaming a folder that is a few gigabytes will be troublesome. OwnCloud might think you are actually deleting and then reuploading the files. You can try WebDAV for reasonably … Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged large files, mv, owncloud, scan, sudo -u www-data, WebDav
5 Comments
Linux Mint 17.3 and OwnCloud Desktop Client
How to do it wrong, way 1 Using the OwnCloud client that is in the Software Sources provided in Linux Mint is wrong! This downloads an older version of the Desktop Client that will fail when connecting to your updated … Continue reading
Moving OwnCloud to a new home
OwnCloud lives where you live. So when you move, OwnCloud is coming with you. Here are suggestions for your move. Back up your data. No brainer because you already back it up! Disconnect as late as possible. Your server will be … Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged apache server, DNS, domain, domain name, mount hard drive, moving, owncloud
Leave a comment
OwnCloud down after Power Outage
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged apache2, Internal Server Error, Linux Mint, owncloud, power outage
Leave a comment
Upgrade to OwnCloud 8.2.2
When upgrading to OwnCloud 8.2.2, most of this can be done via the web browser. In the Admin page, you will see on the Updates section. Here is where it will first make your backup. When that is complete, you … Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged 8.2.2, Admin page, occ, owncloud, upgrade
Leave a comment
OwnCloud 8.2 Security and Setup Warnings
On the Admin Page’s Security and Setup Warnings section, I got a new warning that needed investigation. Transactional file locking is using the database as locking backend, for best performance it’s advised to configure a memcache for locking. See the … Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged apcu, cache, file locking, owncloud, Redis, security and setup
Leave a comment
Let’s Encrypt certificate steps for OwnCloud
Let’s encrypt is available now for OwnCloud (and everything else) users to run and get a free certificate for. No more self-signed certificates that display an ugly error page or having to pay for a certificate from a certificate authority. … Continue reading
Posted in How-To, Nextcloud/OwnCloud
Tagged .htaccess, acme-challenge, apache2, certificate, curl, curl --head, Let's Encrypt, owncloud
9 Comments
OwnCloud Upgrade to 8.1.4
This process is going to be a little weird so… Continue reading