Using the Linode Graphical Shell (Glish)
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
Glish is the graphical version of the Linode Shell (Lish). It allows you to use a graphic environment running natively on your Linode’s operating system.
NoteLinode base distribution images do not have graphic environments installed. You will need to install one, or use a Custom Distro with a graphic environment pre-installed.
Glish is only available on KVM Linodes.
Enable Glish on a Linode-Supplied Image
Ensure that your Linode is booted with the latest Linode kernel, which has mouse drivers enabled. You may need to reboot to access the latest kernel version.
When using one of Linode’s distribution templates with Distro Helper turned on, Glish accesses the tty1
console over the virtual VGA device. If you aren’t using Distro Helper, or haven’t rebooted since Glish was released, manually launch a getty
on tty1
:
exec /sbin/getty -8 38400 tty1 &
NoteThe process for launching agetty
may differ depending on your distribution.
Access Glish
Log in to the Linode Cloud Manager.
Click on the Linodes link in the sidebar and select the desired Linode.
Click on the Launch Console link in the top right-hand corner of the Manager.
The Lish Web Console window appears with your Linode’s console, as shown below.
Select the Glish tab.
Update and upgrade the Linux distribution’s packages. For this Debian example Linode, the command is:
sudo apt-get update && sudo apt-get upgrade
You will need to install a desktop environment. On our Debian example Linode, we’re using Xfce4:
sudo apt-get install xfce4
After installation, launch your desktop environment from the Glish console:
sudo startxfce4
This page was originally published on