If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
This file contains 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
git clone git://git.fedorahosted.org/virt-manager.git | |
cd virt-manager | |
sudo port -v install intltool py27-pygtk | |
sudo python setup.py install | |
This file contains 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
function usage() { | |
echo "Usage: $0 [region] [cluster name] [role arn]" | |
echo "If you're not using a role, [region] and [role arn] are optional" | |
echo "If you just use cluster name, you need aws-iam-authenticator installed" | |
} | |
if [ -z $1 ]; then | |
usage | |
exit 1 | |
fi |
This file contains 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
apiVersion: extensions/v1beta1 | |
kind: Ingress | |
metadata: | |
annotations: | |
nginx.ingress.kubernetes.io/auth-type: basic | |
nginx.ingress.kubernetes.io/auth-secret: my-basic-auth | |
nginx.ingress.kubernetes.io/auth-realm: "Authentication Required - ok" | |
name: my-ingress | |
spec: | |
rules: |
Content :
I wanted to run iperf3 on my Synology NAS to monitor WiFi speeds on different devices around my location.
Steps to install iperf3 are:
- Follow https://synocommunity.com/#easy-install to install SynoCommunity package repository.
- Log into DSM, Package Center -> Community -> SynoCli Monitor Tools -> Install.
- Temporarily enable SSH via Control Panel -> Terminal -> Enable SSH Service
- SSH into the NAS: