Results 1 to 10 of 12
-
19th May 2010, 08:07 PM #1OPBanned
How To Speed Test Your Seedbox
How To Speed Test Your Seedbox
--------------------------------------------
This guide assumes you are running a dedicated server with root access. The following will almost never work with a shared seedbox, nor a pre-configured package that came with TorrentFlux or uTorrent WebUI already installed.
First things first, we need to install VNC on your server. You’re going to need to SSH into your server. For windows users, you can download the client PuTTY, linux users probably don’t need this guide in the first place.
Once you’ve downloaded PuTTY fire it up and login as either your root user or a standard user. If you do not know your root password I would recommend asking your webhost for help in finding it, you WILL need to know it. It may likely be the same login details that are associated with FTP access to the server, but this is not always the case.
Once logged in, we’re going to download vnc.
Type the following into the command prompt.
(If you are copy-pasting, copy as normal and then RIGHT-CLICK within the PuTTY terminal to paste!)
Code:sudo yum install vnc-server
After hitting enter, vnc will be installed automatically. After the install (If you are running a firewall on your server!) you will need to open ports 5900 and 5901.
Okay, the next step is to create a directory for the user you will be connecting to vnc with. You can use the username you currently use to login via FTP.
To create the directory type the following into PuTTY:
Code:mkdir /home/GraphiK/.vnc/
Now you will need to set-up the password for the user that will be connecting to vnc. If you have logged in with PuTTY on your root account, log off and log back on as the user that will be connecting to vnc. (Your FTP user!) Otherwise, your ready to continue.
Enter the command:
Code:vncpasswd
Next we will set-up your xstartup file. Type the following:
Code:vi /home/GraphiK/.vnc/xstartup
You will see a screen like the following:
Once at this screen, hit ‘i‘ on your keyboard, you will see the bottom text now changes to ‘–INSERT–‘
You will now be able to insert text into the terminal. Copy and Paste the following. (Remember, to paste into the terminal RIGHT-CLICK your mouse!)
Code:#!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80?24+10+10 -ls -title "$VNCDESKTOP Desktop" & startx & exec gnome-session &
Once you are back at the regular terminal screen enter:
Code:chmod u+x /home/GraphiK/.vnc/xstartup
As root, you will need to edit one file:
Code:sudo vi /etc/sysconfig/vncservers
Type ‘i‘
Copy and paste the code below:
Code:VNCSERVERS="1:GraphiK" VNCSERVERARGS[1]="-geometry 1024?768 -depth 16" VNCSERVERARGS[2]="-geometry 800?600 -depth 16" VNCSERVERARGS[3]="-geometry 1024?768 -depth 16"
Save and exit by hitting ‘ESC’ followed by ‘:’ followed by ‘x’ and hitting enter.
Next we are going to install gnome and xwindows.
In the terminal, type:
Code:sudo yum groupinstall "X Window System"
The X Window System will install. Once completed type:
Code:sudo yum groupinstall "GNOME Desktop Environment"
Next we will install Firefox:
Code:sudo yum install firefox
Code:yum install flash-plugin
Start your vnc server by typing one last command into the terminal:
Code:service vncserver start
At this point you are ready to login to your server. Download RealVNC or any other vnc client (tightvnc) and type your server name or IP followed by ‘ :1′ - for me it is as follows:
Take notice to the space between the URL (or IP #) and the ‘ :01′.
VNC will prompt you for a password, enter here the password you set-up earlier and you should be greeted with a desktop. Now all you need to do is load up the web browser on the desktop, hop over to speedtest.net and take the test.
You will not be able to copy and paste the URL to your speed test between the vnc client and your computer. So you may want to email the URL to yourself before closing the client. Or, just take a screenshot of the open page.
----------------------------------------------------------------xfernanx Reviewed by xfernanx on . How To Speed Test Your Seedbox How To Speed Test Your Seedbox -------------------------------------------- This guide assumes you are running a dedicated server with root access. The following will almost never work with a shared seedbox, nor a pre-configured package that came with TorrentFlux or uTorrent WebUI already installed. First things first, we need to install VNC on your server. You’re going to need to SSH into your server. For windows users, you can download the client PuTTY, linux users probably don’t need Rating: 5
-
20th May 2010, 11:44 AM #2Respected Developer
I'm not sure why members didn't thank you for such an awesome tutorial/guide.
Thank you, it'll be very handy!
-
20th May 2010, 11:56 AM #3Respected DeveloperWebsite's:
PlatinumW.org NexusDDL.com HD-United.org CheckLinks.org FLVD.orgAwesome.
Current projects:
Megaupload Premium Multifetch Script | FF Plugin: Tinypic and Imagevenue Image Remoter
Projects in hiatus:
IPB Linkchecker Bot | VB Linkchecker Bot
-
20th May 2010, 08:06 PM #4OPBanned
Its a copy-paste guys but you welcome ^^
-
20th May 2010, 08:36 PM #5MemberWebsite's:
epicimagehost.comwhy gnome
xfce ftw
-
7th Nov 2010, 09:57 AM #6Member
Help i'm getting an error when i do this:
Code:sudo yum groupinstall "GNOME Desktop Environment"
Code:--> Processing Dependency: httpd >= 2.2.0 for package: gnome-user-share ---> Package lockdev.i386 0:1.0.1-10 set to be updated --> Finished Dependency Resolution gnome-user-share-0.10-6.el5.i386 from base has depsolving problems --> Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share-0.10-6.el5.i386 (base) Error: Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share-0.10-6.el5.i386 (base)
-
7th Nov 2010, 10:00 AM #7
-
7th Nov 2010, 10:01 AM #8Member
umm... nice tutorial. It pretty much explains how to install a Remote desktop interface on your server... and install firefox.
What does it have to do with the thread title though lol ?
-
7th Nov 2010, 10:07 AM #9MemberWebsite's:
Elite.SO Defendos.com Motionite.com@Hillsid3, you need to install Apache HTTP server to make this work, you are missing that dependency.
@xfernanx, always link back to the source please
-
15th Nov 2010, 06:19 AM #10Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Speed and ping test NAO
By fanobliv in forum General DiscussionReplies: 5Last Post: 21st Jan 2012, 08:34 PM -
[Hiring] Someone to test my server for Speed
By EnCiPh3r in forum Completed TransactionsReplies: 9Last Post: 28th Oct 2011, 02:24 PM -
Help me test the download speed
By _Hosting_ in forum Hosting DiscussionReplies: 11Last Post: 20th Aug 2011, 09:46 AM -
Speed Test
By FSL in forum Site ReviewsReplies: 23Last Post: 31st Dec 2010, 07:01 PM -
Test My Server Speed
By mastypk in forum Webmaster DiscussionReplies: 13Last Post: 11th Dec 2009, 11:40 AM
themaLeecher - leech and manage...
Version 5.04 released. Open older version (or...