• Welcome to ForumKorner!
    Join today and become a part of the community.

Linux Vps Help

Status
Not open for further replies.

Derik

Onyx user!
Reputation
0
I'm a total noob to VPS, and even Linux.
I need someone to help me install a lightweight GUI Desktop on it.

I will pay via Paypal.
$$$$$$

Deriklol@live.com
 

Tutu

Onyx user!
Reputation
0
run these commands

yum install kdepim

after that is done

nano /root/.vnc/xstartup
this will open the file u want to edit and you remote &twm or w/e it is on the last line and put
add startkde&
 
Reputation
0
As TuTu has said the yum command will help you out.
To download:
yum update
yum search any-package

Install:
yum install any-package
To uninstall:
yum remove any-package
 

Scenery

User is banned.
Reputation
0
He needs to tell us which OS he has on his VPS.
 

Crysis

Onyx user!
Reputation
0
Heres how you set it up on ubuntu:

Code:
sudo apt-get install vnc4server ubuntu-desktop default-jdk unzip 
vncserver
nano /root/.vnc/xstartup
add to the last line : “/usr/bin/gnome-session &"
vncserver –kill :1
vncserver
wget impsoft.info/download.php –O bot.zip
unzip bot.zip –d bot
 
Reputation
0
Yum tends to work on most distros of Linux. Not sure what this kid is running but it wouldn't hurt for him to tell us I guess.
 

Relapse

Onyx user!
Reputation
0
If he got it on a VPS its probably opensuse or ubuntu
 
Status
Not open for further replies.