Can you try the fix mentioned in #1332 ?
In a command prompt
netsh interface ipv6 6to4 set state disabled default
netsh interface ipv6 isatap set state disabled
netsh interface ipv6 set teredo disabled
netsh interface ipv6 6to4 set state disabled default
netsh interface ipv6 isatap set state disabled
netsh interface ipv6 set teredo disabled
Samsung Galaxy Note8 doesn't need root, it records calls loudly and clearly in two sides.
Although no root needed, you should disable the "KNOX" package in your phone, otherwise call recording doesn't work. Thanks to Justin Patrick, he figured out these steps to make it work:
1. Install the wonderful app "BK Package Disabler (Samsung)" from Google Play store: BK Package Disabler (Samsung).
2. In the "BK Package Disabler (Samsung)" app, search "KNOX" to find the package, disable it.
3. Power off the device then power on it. (Restarting will not work. Must power off then power on)
4. Install the latest version of Boldbeast Call Recorder (currently V9.8), use following settings to record calls:
- Record Mode: 1
- Record Format: MP3
- Tune Audio Effect: No
- Tune Audio Route: Group3
- Tune Samsung1: No
- Tune Samsung2: No
- Tune Samsung3: No
Now it records calls very well in two sides, without root.
Control Panel
Indexing Options
Advanced
(this will open the Advanced Options dialog)Rebuild
button.Rebuild
button.*.mkv
) match filenames in the same directory as the .plexignore file, or anywhere in the tree if .plexignore is a root of the section.somedir/*
) match directory and file patterns relative to the directory containing the .plexignore file./
) as path delimiters, even on Windows.# Ignore all files with "trailer" in the name
*trailer*
# Ignore files with the extension ".cr2"
*.cr2
# Ignore directories called "Modified"
Modified/*
# Ignore all ".tif" files in the "thumbnails" subdirectory
thumbnails/*.tif
Credit to: https://support.plex.tv/hc/en-us/articles/201375253-Excluding-New-Content-with-plexignore
Properties > Connections > Total number of connections used by this data source:
50
connections (default is 5
connections, you can experiment with this number later). First uncheck in the same window: Inherit properties from the parent node (SFTP/SSH)
, otherwise the options stay greyed out.32767
and see if your speeds are increased!Tools > Global Options > Transfer > When selecting MAX in multi-part transfer, use...
File > Download Advanced > Multi-part Download > MAX (7 parts)
lftp
installed for your platform you can use the Unix section below to run lftp
via a terminal like Putty or terminal in OSXlftp
installed continue with the unix section of this FAQ for LFTP.lftp sftp://user-name@server.feralhosting.com
lftp sftp://peterpan@aphrodite.feralhosting.com
set bmk:save-passwords true
bookmark add Feral
lftp
just like normal:cd ~/private/rtorrent/data
pget
to transfer a file with several connections (specify -n maxcon
). You can also use mirror
to transfer a folder but specify:--use-pget[-n=N]
--parallel[=N]
pget
to transfer each file, the latter specifies to transfer multiple files at once. You can set whatever default combination you like in your ~/.lftp/rc
file, such as the following:set pget:default-n 10
set mirror:use-pget-n 10
set mirror:parallel-transfer-count 2
set mirror:parallel-directories true
Progressive downloader -> Preferences -> Maximum thread count
: try 10-15. I was having problems with slow FTP speeds but after some experimenting this solution worked for me and i'm now able to max out my connection with no problems. For this to work you will need to put your public_html folder to use, you can do that by following the guide in the wiki located herecd /usr/local/chroots && sudo delete-chroot -y * && rm -rf /usr/local/bin
mount | grep ' /usr/local/chroots/'
su -
usermod -aG sudo your_username
adduser
to add yourself to a group:adduser your_username sudo
e
button on your keyboard. This will give you a sort of editor window where you can modify the boot commands.linux
. At the end of that line, add init=/bin/bash
. Do not change anything else. If you've made a mistake, hit the Esc
button to go back to the menu and start over.ctrl
+ x
, the system will boot to a bash prompt. The normal boot sequence will be completely bypassed, which means (amongst other things) that only the root filesystem will be mounted, and it will be mounted read-only.mount -o remount,rw /
to remount the filesystem in read-write mode.passwd
. The system will ask for a new password (twice, to confirm you didn't enter any typoes).mount -o remount,ro /
to put the filesystem back in the (safe) read-only modeexec /sbin/init
. The system will now boot as normal.dmg2img <source file.dmg> <destination file.iso>