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
#!/bin/bash | |
# sudo certbot renew | |
if [ `id -u` -ne 0 ] | |
then echo "pls run as sudo .." | |
exit | |
fi | |
echo "If certbot fails, you may need to enable port forwarding on port 80 ..." |
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
using LibUsbDotNet.Info; | |
using LibUsbDotNet.LibUsb; | |
using LibUsbDotNet.Main; | |
using System; | |
using System.Collections.ObjectModel; | |
using System.Linq; | |
using AudioEndPoint; | |
namespace Examples |