Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dgolden1
Forked from zachbrowne/instructions.txt
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgolden1/9a1274ebe8c83d005dbd to your computer and use it in GitHub Desktop.
Save dgolden1/9a1274ebe8c83d005dbd to your computer and use it in GitHub Desktop.
Install freenx on Ubuntu Server
This is a method to using your Ubuntu 12.04 server without the Unity desktop on a very fast remote desktop program. This is by far the best method to managing your Ubuntu server if you like GUI.
apt-get install ubuntu-desktop
#apt-get --yes purge unity unity-2d unity-2d-places unity-2d-panel unity-2d-spread
#apt-get --yes purge unity-asset-pool unity-services unity-lens-* unity-scope-*
#apt-get --yes purge liboverlay-scrollbar*
#apt-get --yes purge appmenu-gtk appmenu-gtk3 appmenu-qt
#apt-get --yes purge firefox-globalmenu thunderbird-globalmenu
#apt-get --yes purge unity-2d-common unity-common
#apt-get --yes purge libunity-misc4 libunity-core-5*
apt-get install gnome-session-fallback
apt-get install python-software-properties
add-apt-repository ppa:freenx-team
apt-get update
apt-get install freenx
echo -e "\n#Use unity 2d for client sessions\nCOMMAND_START_GNOME='gnome-session --session=ubuntu-2d'"|sudo tee -a /etc/nxserver/node.conf
/etc/init.d/freenx-server stop
/etc/init.d/freenx-server start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment