Skip to content

Instantly share code, notes, and snippets.

└─(11:48:21)──> iperf -c 172.24.32.5 ──(Sun,May31)─┘
------------------------------------------------------------
Client connecting to 172.24.32.5, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[ 3] local 172.24.32.182 port 45608 connected with 172.24.32.5 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.2 sec 45.1 MBytes 37.0 Mbits/sec
┌─(~)─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(kyleg@PC1227:pts/0)─┐
└─(11:48:35)──>
[ 66%] Building CXX object aasdk/CMakeFiles/aasdk.dir/src/Transport/TCPTransport.cpp.o
[ 66%] Building CXX object aasdk/CMakeFiles/aasdk.dir/src/Transport/Transport.cpp.o
[ 66%] Building CXX object aasdk/CMakeFiles/aasdk.dir/src/Transport/USBTransport.cpp.o
In file included from /home/pi/OpenDsh/dash/aasdk/include/f1x/aasdk/USB/IUSBWrapper.hpp:24,
from /home/pi/OpenDsh/dash/aasdk/include/f1x/aasdk/USB/USBWrapper.hpp:21,
from /home/pi/OpenDsh/dash/aasdk/include/f1x/aasdk/USB/IUSBEndpoint.hpp:22,
from /home/pi/OpenDsh/dash/aasdk/include/f1x/aasdk/USB/IAOAPDevice.hpp:21,
from /home/pi/OpenDsh/dash/aasdk/include/f1x/aasdk/Transport/USBTransport.hpp:23,
from /home/pi/OpenDsh/dash/aasdk/src/Transport/USBTransport.cpp:19:
/usr/include/libusb-1.0/libusb.h:740:46: warning: ISO C++ forbids zero-size array ‘dev_capability_data’ [-Wpedantic]
agpuss@lab-master:~$ docker run -d --restart=unless-stopped \
> -p 80:80 -p 443:443 \
> rancher/rancher:latest
Unable to find image 'rancher/rancher:latest' locally
latest: Pulling from rancher/rancher
f08d8e2a3ba1: Pull complete
3baa9cb2483b: Pull complete
94e5ff4c0b15: Pull complete
1860925334f9: Pull complete
ff9fca190532: Pull complete
@kylegordon
kylegordon / Configuration.h
Created October 17, 2021 22:46
Ender 5 4.2.2 with BLTouch
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or