Monday, August 13, 2018

Computational Resources





Resources:
[1] Computational Biophysics Software http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.1/

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