Tested with:
v1.9.7+hotfix.4
, Wave G in Seattlev1.10.5
, Comcast in the South Bay Area
set interfaces ethernet eth0 description LAN
set interfaces ethernet eth1 description WAN
set interfaces ethernet eth2 description WLAN
#!/bin/bash | |
SQLITE_FILE= | |
SQLITE_FILE_TMP= | |
MYSQL_USER= | |
MYSQL_DATABASE= | |
while getopts ":s:d:u:" opt; do | |
case $opt in | |
s) |
# Fortement inspiré de cet article: http://rabexc.org/posts/docker-networking | |
# Tester les performances réseaux de ses conteneurs docker | |
# avec docker-proxy | |
docker run -it --rm --name=iperf3-server -p 10000:5201 networkstatic/iperf3 -s | |
docker inspect --format "{{ .NetworkSettings.IPAddress }}" iperf3-server | |
iperf3 -c 172.17.0.2 ⇒ 37gbs | |
iperf3 -c localhost -p 10000 | |
# désactiver docker-proxy | |
vi /etc/docker/daemon.json |
The Logitech Options program isn't available for Linux, but by a nice guy on GitHub (PixlOne) created an open source project that lets you obtain some of that functionality. It's called logiops. It works in conjunction with the Solaar project as well, which I find especially handy since that shows your available battery life in the system tray and lets you pair/unpair devices with the Logitech Unifying Receiver.
Here are some additional pages with info that I used to generate this documentation: