This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Goal to reach: | |
# +--------------------------------+ +-----------------------------+ | |
# | LOCAL LAPTOP | In | REMOTE SERVER | | |
# | tun1 | <=(ter)=> | tun1 | | |
# | Private IPv4 of the remote net | net | Remote IPv4 private network | | |
# +--------------------------------+ +-----------------------------+ | |
# Good doc: https://help.ubuntu.com/community/SSH_VPN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://support.apple.com/guide/mac-help/configure-advanced-content-caching-settings-mchl91e7141a/mac | |
# On client, test caching server availability | |
/usr/bin/assetcachelocatorutil | |
# View log | |
log show --predicate 'subsystem == "com.apple.AssetCache"' | |
log stream --predicate 'subsystem == "com.apple.AssetCache"' | |
# Display content cache settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an example resource file for rTorrent. Copy to | |
# ~/.rtorrent.rc and enable/modify the options as needed. Remember to | |
# uncomment the options you wish to enable. | |
# Maximum and minimum number of peers to connect to per torrent. | |
min_peers = 1 | |
max_peers = 100 | |
# Same as above but for seeding completed torrents (-1 = same as downloading) |