Tuesday, July 18, 2017

PDF Signature


Resources:
[1] Make signature and put over pdf  https://www.pdfbuddy.com
[2] Draw signature over pdf https://www.pdffiller.com


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...