Skip to main content
the gentoo way of the given solution. but this will still not do the trick.
Source Link

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

sudoecho aptitudenet-misc/openssh installX gedit>> gnome/etc/portage/package.use/net-terminalmisc
sudo emacs24 xtermemerge -av openssh

I forgot the package manager on Gentoo, so use pacman instead of aptitude

this will pull the required client libraries (e.g. GTK, Xlib, ...), but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.

Actually, for a VPS you really should learn more on the command line.

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

sudo aptitude install gedit gnome-terminal emacs24 xterm

I forgot the package manager on Gentoo, so use pacman instead of aptitude

this will pull the required client libraries (e.g. GTK, Xlib, ...), but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.

Actually, for a VPS you really should learn more on the command line.

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

echo net-misc/openssh X >> /etc/portage/package.use/net-misc
sudo  emerge -av openssh

this will pull the required client libraries, but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.

Actually, for a VPS you really should learn more on the command line.

added 73 characters in body
Source Link

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

sudo aptitude install gedit gnome-terminal emacs24 xterm

I forgot the package manager on Gentoo, so use pacman instead of aptitude

this will pull the required client libraries (e.g. GTK, Xlib, ...), but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.

Actually, for a VPS you really should learn more on the command line.

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

sudo aptitude install gedit gnome-terminal emacs24 xterm

I forgot the package manager on Gentoo, so use pacman instead of aptitude

this will pull the required client libraries (e.g. GTK, Xlib, ...), but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

sudo aptitude install gedit gnome-terminal emacs24 xterm

I forgot the package manager on Gentoo, so use pacman instead of aptitude

this will pull the required client libraries (e.g. GTK, Xlib, ...), but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.

Actually, for a VPS you really should learn more on the command line.

Source Link

You'll run your things with ssh -X (assuming your laptop runs a Linux with some X11 desktop) and you would only install the packages of client applications, e.g.

sudo aptitude install gedit gnome-terminal emacs24 xterm

I forgot the package manager on Gentoo, so use pacman instead of aptitude

this will pull the required client libraries (e.g. GTK, Xlib, ...), but not the server part.

You don't want any desktop on the remote VPS, only some few GUI applications.