Activity Stream
48,167 MEMBERS
64574 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1.     
    #1
    Banned

    Exclamation 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/
    (Replacing ‘GraphiK’ with your ftp username!)

    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
    It will ask you to enter and verify your password.

    Next we will set-up your xstartup file. Type the following:

    Code: 
    vi /home/GraphiK/.vnc/xstartup
    Again, replacing ‘GraphiK’ with your user)

    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 &
    Now that we have finished editing that file hit the ‘ESC’ button and then type ‘:’ followed by ‘x’ and hit enter to save and exit.


    Once you are back at the regular terminal screen enter:

    Code: 
    chmod u+x /home/GraphiK/.vnc/xstartup
    Remember to change ‘GraphiK’ to the name of your user!

    As root, you will need to edit one file:

    Code: 
    sudo vi /etc/sysconfig/vncservers
    The same way you edited the previous file, add this to the bottom of this file.
    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"
    Remember to change ‘GraphiK’ to the name of your user!

    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"
    This will install gnome.

    Next we will install Firefox:

    Code: 
    sudo yum install firefox
    Followed by flash:

    Code: 
    yum install flash-plugin
    After this you should be set!

    Start your vnc server by typing one last command into the terminal:

    Code: 
    service vncserver start
    You should see a green ‘OK‘

    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

  2.   Sponsored Links

  3.     
    #2
    Respected Developer
    I'm not sure why members didn't thank you for such an awesome tutorial/guide.

    Thank you, it'll be very handy!

  4.     
    #3
    Respected Developer
    Website's:
    PlatinumW.org NexusDDL.com HD-United.org CheckLinks.org FLVD.org
    Awesome.

  5.     
    #4
    Banned
    Its a copy-paste guys but you welcome ^^

  6.     
    #5
    Member
    Website's:
    epicimagehost.com
    why gnome
    xfce ftw

  7.     
    #6
    Member
    Help i'm getting an error when i do this:
    Code: 
    sudo yum groupinstall "GNOME Desktop Environment"
    error:

    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)
    i tried recompiling apache and downgrade to 2.2.0 but still the same

  8.     
    #7
    Member
    Quote Originally Posted by Robin H View Post
    why gnome
    xfce ftw
    why xfce, fluxbox ftw!

  9.     
    #8
    Member
    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 ?

  10.     
    #9
    Member
    Website'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

    Defendos BETA3 Released! Thread - Official Website

  11.     
    #10
    Member
    It is graphical interface for Linux. Basically allows speedtest.net test.
    Quote Originally Posted by NaHoW View Post
    haha lol, you don't even how to type Ubuntu lol. And you want to seel and configure a vps server.
    ^FAIL - The above is called a failure. | Play with fire, get burned with fire. | The Golden Rule.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Speed and ping test NAO
    By fanobliv in forum General Discussion
    Replies: 5
    Last Post: 21st Jan 2012, 08:34 PM
  2. [Hiring] Someone to test my server for Speed
    By EnCiPh3r in forum Completed Transactions
    Replies: 9
    Last Post: 28th Oct 2011, 02:24 PM
  3. Help me test the download speed
    By _Hosting_ in forum Hosting Discussion
    Replies: 11
    Last Post: 20th Aug 2011, 09:46 AM
  4. Speed Test
    By FSL in forum Site Reviews
    Replies: 23
    Last Post: 31st Dec 2010, 07:01 PM
  5. Test My Server Speed
    By mastypk in forum Webmaster Discussion
    Replies: 13
    Last Post: 11th Dec 2009, 11:40 AM

Tags for this Thread

BE SOCIAL