2017年10月15日星期日

fix owncloud

Cron

crontab -u www-data -e
/15 * /usr/bin/php -f /path/to/your/owncloud/cron.php

apt-get install memcached php5-memcached

apt-get install redis-server php5-redis

apt-get install php-apcu

配制config.php

‘memcache.local’ => ‘OCMemcacheAPCu’,

‘memcache.locking’ => ‘OCMemcacheRedis’,

‘redis’ => [

‘host’ => ‘localhost’,

‘port’ => 6379,

],

openwrt 6300V2 USB无法显示的问题

lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...