Monday, June 11, 2018

Signal Processing - Sound Processing

 Resources:
[1] Course and Tutorial https://github.com/AllenDowney/ThinkDSP

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...