Open files from AWS instance in text editor The 2019 Stack Overflow Developer Survey Results...
What aspect of planet Earth must be changed to prevent the industrial revolution?
How to copy the contents of all files with a certain name into a new file?
Can a 1st-level character have an ability score above 18?
Semisimplicity of the category of coherent sheaves?
Wall plug outlet change
Does Parliament need to approve the new Brexit delay to 31 October 2019?
I could not break this equation. Please help me
Difference between "generating set" and free product?
Working through the single responsibility principle (SRP) in Python when calls are expensive
How does ice melt when immersed in water?
Four Colour Theorem
How many people can fit inside Mordenkainen's Magnificent Mansion?
Format single node in tikzcd
Was credit for the black hole image misattributed?
Sort a list of pairs representing an acyclic, partial automorphism
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Did the new image of black hole confirm the general theory of relativity?
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Who or what is the being for whom Being is a question for Heidegger?
Match Roman Numerals
Is this wall load bearing? Blueprints and photos attached
Why is superheterodyning better than direct conversion?
What is special about square numbers here?
Finding the path in a graph from A to B then back to A with a minimum of shared edges
Open files from AWS instance in text editor
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Atom editor basic text selectionHow do I get access to the file system of a stopped AWS instance (virtual machine)?Having trouble creating symlink between the terminal in Mac OS X and Sublime Text 2 so it can be launched from the command lineAtom editor: disable anti-aliasingMigration of user specific files and folders from one account to another in Windows 10Atom text editor can't run JavaScript in Ubuntu 16.04Opening a new Atom window and wait for it to exit before continuing?Can No Longer SSH into EC2 Instances on AWSPassing a variable line by line into another command in BashCannot connect to reverse forwarded port 443 on AWS EC2 instance
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
bit of a beginners question, so apologies.
A friend has created an instance on AWS which I have connected to, but how do I open up the files in text editor? ordinarily I'd just
code .
or atom .
but if I do that I get an error:
-bash: atom: command not found
Help is greatly appreciated!!
bash amazon-web-services atom-editor
New contributor
add a comment |
bit of a beginners question, so apologies.
A friend has created an instance on AWS which I have connected to, but how do I open up the files in text editor? ordinarily I'd just
code .
or atom .
but if I do that I get an error:
-bash: atom: command not found
Help is greatly appreciated!!
bash amazon-web-services atom-editor
New contributor
Your question lacks suficient detail for a good answer. Yushould add how you connect, your OS and the OS on the AWS instance. The easiest way is probably to dhare the filesystem and edit the file on your pc (using nfs, samba, sshfs or equibvalent for your OS.). The alternative is to install this software and run it renotely, exporting the terminal. This is probablynot great. Of-course, maybe tjis shoykd all be done licallt using GIT or some other versioning solution.
– davidgo
yesterday
HI @davidgo thanks for responding. I'm using mac OS. It's a HyperLedger Fabric project we're working on. I would have thought it would be better to use GIT too, but was told to connect via the instance on AWS - got stuck there after. Do you think it's possible to use git? I don't really know enough about it all.
– ALM
yesterday
I cant advise authoratively because I dont have a mac nor do I have knowledge of Hyperledger, but I would look at using sshfs to mount the AWS filrsystem on your Mac (over SSH) then do ypur edits using software on the Mac. I cant comment on why they are not using git which would seem to be a best practice.
– davidgo
yesterday
add a comment |
bit of a beginners question, so apologies.
A friend has created an instance on AWS which I have connected to, but how do I open up the files in text editor? ordinarily I'd just
code .
or atom .
but if I do that I get an error:
-bash: atom: command not found
Help is greatly appreciated!!
bash amazon-web-services atom-editor
New contributor
bit of a beginners question, so apologies.
A friend has created an instance on AWS which I have connected to, but how do I open up the files in text editor? ordinarily I'd just
code .
or atom .
but if I do that I get an error:
-bash: atom: command not found
Help is greatly appreciated!!
bash amazon-web-services atom-editor
bash amazon-web-services atom-editor
New contributor
New contributor
New contributor
asked yesterday
ALMALM
1
1
New contributor
New contributor
Your question lacks suficient detail for a good answer. Yushould add how you connect, your OS and the OS on the AWS instance. The easiest way is probably to dhare the filesystem and edit the file on your pc (using nfs, samba, sshfs or equibvalent for your OS.). The alternative is to install this software and run it renotely, exporting the terminal. This is probablynot great. Of-course, maybe tjis shoykd all be done licallt using GIT or some other versioning solution.
– davidgo
yesterday
HI @davidgo thanks for responding. I'm using mac OS. It's a HyperLedger Fabric project we're working on. I would have thought it would be better to use GIT too, but was told to connect via the instance on AWS - got stuck there after. Do you think it's possible to use git? I don't really know enough about it all.
– ALM
yesterday
I cant advise authoratively because I dont have a mac nor do I have knowledge of Hyperledger, but I would look at using sshfs to mount the AWS filrsystem on your Mac (over SSH) then do ypur edits using software on the Mac. I cant comment on why they are not using git which would seem to be a best practice.
– davidgo
yesterday
add a comment |
Your question lacks suficient detail for a good answer. Yushould add how you connect, your OS and the OS on the AWS instance. The easiest way is probably to dhare the filesystem and edit the file on your pc (using nfs, samba, sshfs or equibvalent for your OS.). The alternative is to install this software and run it renotely, exporting the terminal. This is probablynot great. Of-course, maybe tjis shoykd all be done licallt using GIT or some other versioning solution.
– davidgo
yesterday
HI @davidgo thanks for responding. I'm using mac OS. It's a HyperLedger Fabric project we're working on. I would have thought it would be better to use GIT too, but was told to connect via the instance on AWS - got stuck there after. Do you think it's possible to use git? I don't really know enough about it all.
– ALM
yesterday
I cant advise authoratively because I dont have a mac nor do I have knowledge of Hyperledger, but I would look at using sshfs to mount the AWS filrsystem on your Mac (over SSH) then do ypur edits using software on the Mac. I cant comment on why they are not using git which would seem to be a best practice.
– davidgo
yesterday
Your question lacks suficient detail for a good answer. Yushould add how you connect, your OS and the OS on the AWS instance. The easiest way is probably to dhare the filesystem and edit the file on your pc (using nfs, samba, sshfs or equibvalent for your OS.). The alternative is to install this software and run it renotely, exporting the terminal. This is probablynot great. Of-course, maybe tjis shoykd all be done licallt using GIT or some other versioning solution.
– davidgo
yesterday
Your question lacks suficient detail for a good answer. Yushould add how you connect, your OS and the OS on the AWS instance. The easiest way is probably to dhare the filesystem and edit the file on your pc (using nfs, samba, sshfs or equibvalent for your OS.). The alternative is to install this software and run it renotely, exporting the terminal. This is probablynot great. Of-course, maybe tjis shoykd all be done licallt using GIT or some other versioning solution.
– davidgo
yesterday
HI @davidgo thanks for responding. I'm using mac OS. It's a HyperLedger Fabric project we're working on. I would have thought it would be better to use GIT too, but was told to connect via the instance on AWS - got stuck there after. Do you think it's possible to use git? I don't really know enough about it all.
– ALM
yesterday
HI @davidgo thanks for responding. I'm using mac OS. It's a HyperLedger Fabric project we're working on. I would have thought it would be better to use GIT too, but was told to connect via the instance on AWS - got stuck there after. Do you think it's possible to use git? I don't really know enough about it all.
– ALM
yesterday
I cant advise authoratively because I dont have a mac nor do I have knowledge of Hyperledger, but I would look at using sshfs to mount the AWS filrsystem on your Mac (over SSH) then do ypur edits using software on the Mac. I cant comment on why they are not using git which would seem to be a best practice.
– davidgo
yesterday
I cant advise authoratively because I dont have a mac nor do I have knowledge of Hyperledger, but I would look at using sshfs to mount the AWS filrsystem on your Mac (over SSH) then do ypur edits using software on the Mac. I cant comment on why they are not using git which would seem to be a best practice.
– davidgo
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
ALM is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424611%2fopen-files-from-aws-instance-in-text-editor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
ALM is a new contributor. Be nice, and check out our Code of Conduct.
ALM is a new contributor. Be nice, and check out our Code of Conduct.
ALM is a new contributor. Be nice, and check out our Code of Conduct.
ALM is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424611%2fopen-files-from-aws-instance-in-text-editor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Your question lacks suficient detail for a good answer. Yushould add how you connect, your OS and the OS on the AWS instance. The easiest way is probably to dhare the filesystem and edit the file on your pc (using nfs, samba, sshfs or equibvalent for your OS.). The alternative is to install this software and run it renotely, exporting the terminal. This is probablynot great. Of-course, maybe tjis shoykd all be done licallt using GIT or some other versioning solution.
– davidgo
yesterday
HI @davidgo thanks for responding. I'm using mac OS. It's a HyperLedger Fabric project we're working on. I would have thought it would be better to use GIT too, but was told to connect via the instance on AWS - got stuck there after. Do you think it's possible to use git? I don't really know enough about it all.
– ALM
yesterday
I cant advise authoratively because I dont have a mac nor do I have knowledge of Hyperledger, but I would look at using sshfs to mount the AWS filrsystem on your Mac (over SSH) then do ypur edits using software on the Mac. I cant comment on why they are not using git which would seem to be a best practice.
– davidgo
yesterday