NX allows you to run remote X11 sessions even across slow or low-bandwidth network connections, making it possible to start sessions from clients running on Windows, Linux, Mac OS X and Solaris platforms to servers running, at present, on Linux or Solaris. Note that development for extending server support to Windows and Mac OS X [...]
Posts tagged «gnome»
Install Nodoka (Fedora theme) on Ubuntu
1. Install build-essential and libgtk2.0-dev packages: sudo apt-get install build-essential libgtk2.0-dev 2. Download Nodoka GTK+ engine 0.6 from here. 3. Extract tarball package: tar zxvf gtk-nodoka-engine-0.6.90.2.tar.gz 4. Now go to gtk-nodoka-engine-0.6 directory: cd gtk-nodoka-engine-0.6.90.2 5. Configure: ./configure –prefix=/usr –enable-animation 6. Make: make 7. Install: sudo make install Install theme 1. Get Nodoka theme 0.3.2 from [...]
Prevent X.Org from Starting in Ubuntu
Prevent X.Org from Starting in Ubuntu If you’ve got an Ubuntu machine that you initially installed with Ubuntu Desktop, but would like to run as a server, you can just disable the graphical environment from starting up in order to save resources. This is also useful for doing system maintenance from the command line that [...]