Forum / General Discussions / Cant change desktop to lxde
Tagged: desktop, enviroments, linux, lubuntu, lxde
- This topic has 5 replies, 3 voices, and was last updated 7 years, 2 months ago by Britgirl.
-
AuthorPosts
-
September 7, 2017 at 08:32 #15713bernerParticipant
WARNING: I know extremely little about linux; terminal, and enviroments, linux versions, etc. I am however very good with Windows based operating systems.
My goal is to make the OS use the least amount of CPU and RAM (BUT still have a GUI).
- I am renting a 1GB VPS Server.
- The only option is to install Ubuntu Desktop OS.
- The server does not have enough RAM & CPU power to handle the OS, with running programs that I need to use.
- I need to change the OS, or streamline the OS so it uses the least amount of RAM & CPU.
- I read online HERE (https://www.nomachine.com/AR07K00676) how to change the “How to setup a lightweight desktop environment”. I googled lightweight desktops and found “LXDE” or “Lubuntu” would be a good choice since its a GUI and uses very little RAM & CPU. I tried to follow the instructions on the link above but it was to difficult to understand. I think I followed all the instructions correctly, but its not showing the new LDE desktop. I probably made a mistake somewhere.
Anyways, I have no other option then to deal with linux, and I am hoping someone can help me figure out a solution to this problem. Once I manage to have a lightweight version of ubuntu, I will be perfect.
Additional Questions
1. Do you have any other suggestions on how to use as little RAM & CPU possible on ubuntu?
2. Is there a better guide, tutorial or video out there that I can watch and learn how acheive this?
3. Is there a script I can run to acheive this?
4. Is there somehow an ability to install Ubuntu, then within being logged into ubuntu, erase the OS, and install Lubuntu instead? (essentially bypassing the restrictions from my VPS provider).
Thank you so much for taking the time to read this! 🙂
September 7, 2017 at 14:11 #15720kroyContributorOpen a terminal and execute commands:
sudo apt-get install --reinstall lubuntu-desktop sudo apt-get autoremove --purge ubuntu-desktop
First one is to install and switch to lubuntu, second one is to remove Unity desktop environment. To avoid having to set the NoMachine configuration files, the best thing to do is to remove NoMachine completely (
sudo dpkg --purge nomachine && sudo rm -rf /usr/NX /etc/NX
) and reinstall it.September 7, 2017 at 18:10 #15731bernerParticipantThanks @kroy for your reply and easy instructions.
I have entered all 3 commands but now I cannot login to the server.
I am receiving the error code: “The NoMachine service is not available or the access was disabled”
How do I connect to the server again?
Thanks
September 8, 2017 at 03:30 #15732bernerParticipantHow do you re-install NoMachine using terminal?
September 8, 2017 at 09:18 #15742kroyContributorAbout those commands. First – installs lubuntu environment, second uninstalls Unity DE, that third one completely removes NoMachine from system. Did you install again NoMachine?
September 8, 2017 at 09:26 #15748BritgirlKeymasterAll you need to know about installation, uninstalling, updating NoMachine is in the guide here:
https://www.nomachine.com/DT07M00078
Section 4 is dedicated to Linux.
-
AuthorPosts
This topic was marked as solved, you can't post.