PDA

View Full Version : Centos seed box help



sniz
06-27-2008, 08:31 AM
im following NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu) (http://filesharingtalk.com/vb3/f-seedbox-discussion-154/t-naqs-complete-setup-guide-linux-seedboxes-fedora-corecentosdebianubuntu-281331/?)



Im up to the VNC part




5. Setup VNC Desktop

Now that we are logged in as a new user. Notice first, where your home folder is located
Code:
$ pwd/home/pirate

Note: Notice the "$" sign used above. From now on, this means the command is executed under the user account. And "#" is for commands executed under the root account.

We need to configure fluxbox to run when starting the VNC Desktop:
Code:
$ mkdir .vnc$ nano .vnc/xstartup

Insert the following into the xstartup file:
Code:
fluxbox

Save and exit.

Make the xstartup file executable:Code:
$ chmod +x .vnc/xstartup

That's all we needed in order to start up our VNC Desktop. Since this is the first time you start vncserver, you'll be asked to enter a new password for access to the VNC Desktop. For simplicity, you can just use the same password for your user account here.







this is what happens when i enter vncserver :1



http://i266.photobucket.com/albums/ii270/itr0nic/vnc.jpg


any help would be great


iv fixed this now plz delete iv still got problems post them in the guides topic