-
Is it possible to download the Grid-Stat config file for the tutorial from the METplus student EC2 instance for editing? I'm finding it difficult to use the vi editor in that environment, particularly when I try to paste text into the vi session from a web document such as the tutorial content pages. Perhaps there is a better command line editor which will allow easier pasting of text. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hello, And thank you for your question! Let me pull in @fisherhucar and see if he can provide some guidance for you. |
Beta Was this translation helpful? Give feedback.
-
I have a couple of questions, which config files are you looking for? The ones from the online tutorial can be found in the METplus github repository or with the files you can download from the online tutorial. scp ec2-user@<ip_address>:/d1/METplus-5.0.0-Tutorial/<file_name> . |
Beta Was this translation helpful? Give feedback.
-
Try the solution for cutting and pasting found here and let me know if that works. for your scp command try removing the "ip-" part of your command, i.e. just do scp ec2-user@xxx.xx.xx.xxx |
Beta Was this translation helpful? Give feedback.
I tried using the suggestion from stackoverflow, but it didn't work for me. I tried removing the "ip-" from the scp command but get the same response:
scp ec2-user@xx-xxx-xx-xxx:/d1/METplus-5.0.0_Tutorial/output/met_output/grid_stat/GridStatConfig_tutorial .
ssh: Could not resolve hostname xx-xxx-xx-xxx: No such host is known.
Based on what I've been able to learn about the Emacs editor which is working in the EC2 instance, I think it will work for me. I can just edit the file without having to copy it to my local machine. The copy/paste seems to work as I need it to. As long as I can copy the edit changes needed to support the tutorial from the tutorial web page, it looks like this will …