Wednesday, September 20, 2017

HPC - High Performance Computing


[1] SLURM https://www.hpc.cam.ac.uk/using-clusters/running-jobs

[2] Module

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