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
 
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&
 
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
 
He needs to tell us which OS he has on his VPS.
 
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
 
If he got it on a VPS its probably opensuse or ubuntu
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…