/ Aarhus University
/ Physics
/ Subatomic Physics
/ Nuclear
Theory>
Numerical methods. FAQ.
[Home]
Numeriske Metoder. FAQ.
- Q: My internet connection is too slow for the graphical editor gedit.
Which (reasonable) text-based editors can I use through an ssh connection?
A: jed (with mouse control), 'nano -m' (also with mouse control)
- Q: How can I copy files from one computer to another?
A: Use the secure copy command, scp, e.g.
scp user1@host1:file1 user2@host2:file2