Is there a way to use xterm on chromebook?
I'm using Secure Shell on chrome which is great. Now the only problem is that I cannot use xterm. Is there a way to install X11? Thanks!
google-chrome google-chrome-extensions google-chrome-os chromebook
add a comment |
I'm using Secure Shell on chrome which is great. Now the only problem is that I cannot use xterm. Is there a way to install X11? Thanks!
google-chrome google-chrome-extensions google-chrome-os chromebook
Possibly relevant: superuser.com/questions/708811/…
– Burgi
Feb 18 '16 at 13:03
add a comment |
I'm using Secure Shell on chrome which is great. Now the only problem is that I cannot use xterm. Is there a way to install X11? Thanks!
google-chrome google-chrome-extensions google-chrome-os chromebook
I'm using Secure Shell on chrome which is great. Now the only problem is that I cannot use xterm. Is there a way to install X11? Thanks!
google-chrome google-chrome-extensions google-chrome-os chromebook
google-chrome google-chrome-extensions google-chrome-os chromebook
asked Feb 8 '16 at 18:47
diodeBucksdiodeBucks
63
63
Possibly relevant: superuser.com/questions/708811/…
– Burgi
Feb 18 '16 at 13:03
add a comment |
Possibly relevant: superuser.com/questions/708811/…
– Burgi
Feb 18 '16 at 13:03
Possibly relevant: superuser.com/questions/708811/…
– Burgi
Feb 18 '16 at 13:03
Possibly relevant: superuser.com/questions/708811/…
– Burgi
Feb 18 '16 at 13:03
add a comment |
3 Answers
3
active
oldest
votes
For traditional Chromebooks, the nassh secure shell extension supports ports forwarding (tunneling) but not support X11 forwarding.
Instead, if you can install software in the remote computer, you may try a VNC client or the Google Remote Desktop.
Using Android Apps
Recently. some Chromebooks can run Android apps. If you have one of these manchines, you may try one of the X-windows apps for android.
- For instance, there are the Darkside X Server, XServer XSDL and QVD Client in the Play Store.
Using Crouton
Some developers use their Chromebook in "developer mode" and install crouton Ubuntu. The Crouton defines a chroot-based Linux environment that may run X-windows.
- Crouton may run X-windows in two modes: using Xiwi (X11 in a window), that runs the X in a Chrome window, or using XORG in a different virtual screen. A tutorial video for installing Crouton was published by chromeunboxed (see the X-window starting at 18:00 minute)..
- Some time ago, David Crumpton prublished a guide to use the X windows of the Chromebook. If you hacve some problems, there are some hints on the library paths and variables that you may check.
add a comment |
So far, there is only secure shell app that allows ssh. But xterm is not available yet.
add a comment |
Yes.
Enable Linux beta mode. The preinstalled linux terminal on chromeos is embeded with xclient. Make sure the machine that you ssh into has x11 forwarding enabled.
Simple test:
ssh -X username@your.server.ip
xeyes
add a comment |
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
});
}
});
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%2f1037230%2fis-there-a-way-to-use-xterm-on-chromebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
For traditional Chromebooks, the nassh secure shell extension supports ports forwarding (tunneling) but not support X11 forwarding.
Instead, if you can install software in the remote computer, you may try a VNC client or the Google Remote Desktop.
Using Android Apps
Recently. some Chromebooks can run Android apps. If you have one of these manchines, you may try one of the X-windows apps for android.
- For instance, there are the Darkside X Server, XServer XSDL and QVD Client in the Play Store.
Using Crouton
Some developers use their Chromebook in "developer mode" and install crouton Ubuntu. The Crouton defines a chroot-based Linux environment that may run X-windows.
- Crouton may run X-windows in two modes: using Xiwi (X11 in a window), that runs the X in a Chrome window, or using XORG in a different virtual screen. A tutorial video for installing Crouton was published by chromeunboxed (see the X-window starting at 18:00 minute)..
- Some time ago, David Crumpton prublished a guide to use the X windows of the Chromebook. If you hacve some problems, there are some hints on the library paths and variables that you may check.
add a comment |
For traditional Chromebooks, the nassh secure shell extension supports ports forwarding (tunneling) but not support X11 forwarding.
Instead, if you can install software in the remote computer, you may try a VNC client or the Google Remote Desktop.
Using Android Apps
Recently. some Chromebooks can run Android apps. If you have one of these manchines, you may try one of the X-windows apps for android.
- For instance, there are the Darkside X Server, XServer XSDL and QVD Client in the Play Store.
Using Crouton
Some developers use their Chromebook in "developer mode" and install crouton Ubuntu. The Crouton defines a chroot-based Linux environment that may run X-windows.
- Crouton may run X-windows in two modes: using Xiwi (X11 in a window), that runs the X in a Chrome window, or using XORG in a different virtual screen. A tutorial video for installing Crouton was published by chromeunboxed (see the X-window starting at 18:00 minute)..
- Some time ago, David Crumpton prublished a guide to use the X windows of the Chromebook. If you hacve some problems, there are some hints on the library paths and variables that you may check.
add a comment |
For traditional Chromebooks, the nassh secure shell extension supports ports forwarding (tunneling) but not support X11 forwarding.
Instead, if you can install software in the remote computer, you may try a VNC client or the Google Remote Desktop.
Using Android Apps
Recently. some Chromebooks can run Android apps. If you have one of these manchines, you may try one of the X-windows apps for android.
- For instance, there are the Darkside X Server, XServer XSDL and QVD Client in the Play Store.
Using Crouton
Some developers use their Chromebook in "developer mode" and install crouton Ubuntu. The Crouton defines a chroot-based Linux environment that may run X-windows.
- Crouton may run X-windows in two modes: using Xiwi (X11 in a window), that runs the X in a Chrome window, or using XORG in a different virtual screen. A tutorial video for installing Crouton was published by chromeunboxed (see the X-window starting at 18:00 minute)..
- Some time ago, David Crumpton prublished a guide to use the X windows of the Chromebook. If you hacve some problems, there are some hints on the library paths and variables that you may check.
For traditional Chromebooks, the nassh secure shell extension supports ports forwarding (tunneling) but not support X11 forwarding.
Instead, if you can install software in the remote computer, you may try a VNC client or the Google Remote Desktop.
Using Android Apps
Recently. some Chromebooks can run Android apps. If you have one of these manchines, you may try one of the X-windows apps for android.
- For instance, there are the Darkside X Server, XServer XSDL and QVD Client in the Play Store.
Using Crouton
Some developers use their Chromebook in "developer mode" and install crouton Ubuntu. The Crouton defines a chroot-based Linux environment that may run X-windows.
- Crouton may run X-windows in two modes: using Xiwi (X11 in a window), that runs the X in a Chrome window, or using XORG in a different virtual screen. A tutorial video for installing Crouton was published by chromeunboxed (see the X-window starting at 18:00 minute)..
- Some time ago, David Crumpton prublished a guide to use the X windows of the Chromebook. If you hacve some problems, there are some hints on the library paths and variables that you may check.
answered Oct 15 '17 at 13:14
JaimeJaime
507210
507210
add a comment |
add a comment |
So far, there is only secure shell app that allows ssh. But xterm is not available yet.
add a comment |
So far, there is only secure shell app that allows ssh. But xterm is not available yet.
add a comment |
So far, there is only secure shell app that allows ssh. But xterm is not available yet.
So far, there is only secure shell app that allows ssh. But xterm is not available yet.
answered Feb 28 '16 at 14:20
diodeBucksdiodeBucks
63
63
add a comment |
add a comment |
Yes.
Enable Linux beta mode. The preinstalled linux terminal on chromeos is embeded with xclient. Make sure the machine that you ssh into has x11 forwarding enabled.
Simple test:
ssh -X username@your.server.ip
xeyes
add a comment |
Yes.
Enable Linux beta mode. The preinstalled linux terminal on chromeos is embeded with xclient. Make sure the machine that you ssh into has x11 forwarding enabled.
Simple test:
ssh -X username@your.server.ip
xeyes
add a comment |
Yes.
Enable Linux beta mode. The preinstalled linux terminal on chromeos is embeded with xclient. Make sure the machine that you ssh into has x11 forwarding enabled.
Simple test:
ssh -X username@your.server.ip
xeyes
Yes.
Enable Linux beta mode. The preinstalled linux terminal on chromeos is embeded with xclient. Make sure the machine that you ssh into has x11 forwarding enabled.
Simple test:
ssh -X username@your.server.ip
xeyes
answered Jan 2 at 20:39
fnjnfnjn
1
1
add a comment |
add a comment |
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%2f1037230%2fis-there-a-way-to-use-xterm-on-chromebook%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
Possibly relevant: superuser.com/questions/708811/…
– Burgi
Feb 18 '16 at 13:03