informatica:linux:debootstrap
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:debootstrap [2009/12/10 09:08] – 192.168.1.30 | informatica:linux:debootstrap [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| - | ===== Arrancar aplicaciones que usen X ===== | ||
| - | 1. (Desde el entorno principal) Deshabilitar la seguridad de conexión al servidor x: | ||
| - | xhost + | ||
| - | access control disabled, clients can connect from any host | + | ===== Arrancar aplicaciones que usen X ===== |
| - | + | ||
| - | Pero mejor echarle un ojo a: | + | |
| https:// | https:// | ||
| + | |||
| + | 1. (Servidor) Deshabilitar seguridad para acceder a las X: | ||
| + | |||
| + | sudo xhost + | ||
| + | | ||
| + | 2. (Servidor) Entrar en entorno chroot: | ||
| + | |||
| + | sudo chroot / | ||
| + | | ||
| + | 3. (Chroot) Lo hice como root, no se si es estrictamente necesario: | ||
| < | < | ||
| - | rumour has it, xhost is EVIL! | + | source etc/profile |
| - | There are so many other ways of getting remote X apps to work that xhost should never be needed. | + | export DISPLAY=:0 |
| - | For a more sensible approach, use ssh X11 forwarding, ask me about | + | export LC_ALL=C |
| - | < | + | |
| </ | </ | ||
informatica/linux/debootstrap.1260436093.txt.gz · Last modified: (external edit)
