Fulltext results:
- Workaround for FolderSync with ownCloud 7
- econd line with the HTTPS port ''443'' to your config.php: In ''${OWNCLOUD_DIR}/config/config.php'': <code> 'trusted_domains' => array ( 0 => 'www.example.org', 1 => 'www.example.org:443', ), </code> {{tag>android owncloud webhosting workaround config sysadmin}}
- Simulating slow network connections with trickle
- h trickle ====== You can limit the downlink of a Firefox browser to 512 KB/s with this command: <code bash> trickle -d 512 /usr/bin/firefox -no-remote -P test </code> More information... <ms> milliseconds -P <path> Preload the specified .so instead of the default one </code> {{tag>s