Tag Raspberry Pi

Tag Raspberry Pi RSS 2.0 Feed

Installing ownCloud 8.1 on a Raspberry Pi

Finally I'm at the end. These are the tings I have done before I now can start installing ownCloud on my Raspberry Pi.

  1. Change default users on Raspberry Pi
  2. Mount ext4 USB flash drive to Raspberry Pi
The current version of ownCloud is 8.2.2 and this version would be better, cause it has full PHP7 support. But I will now install 8.1, cause there are some problems with 8.2.2 and the calendar app does not support PHP7 at the moment. But ownCloud 9 will come soon in 2016. The last time I have installed ownCloud is a while ago and so I will start with Manual Installation on Linux.

Continue reading ...

Mount ext4 USB flash drive to Raspberry Pi

This is just a shameless translation of the german post Raspberry Pi: USB-Stick und USB-Festplatte einbinden from Jan Karres. Jan is also mounting ntfs and fat drives, but I just need ext4 so we will skip his first step. I have also changed some small other things.

Continue reading ...

Change default users on Raspberry Pi

The default user on a fresh Raspbian is pi with the password raspberry. To feel a little bit more save I would like to delete the user pi and change the default root user password.

Continue reading ...