Page 31 of 42 FirstFirst ... 212829303132333441 ... LastLast
Results 301 to 310 of 419

Thread: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)

  1. #301
    well thanks it did worked
    but now i have a problem when i try to remote access the server
    im using vnc as the tuturial said and i can connect to the server
    but all i get is a brown screen with nothing that i can do
    just the cursor and an empty brown screen
    do you know whats the problem?

    well i solved that also
    right now im stuck in the remote desktop without a taskbar
    i can see the desktop and i have a command line open
    but i cant do anything else
    Last edited by gunitsouth; 03-01-2009 at 12:13 PM. Reason: Automerged Doublepost

  2. Guides and Tutorials   -   #302
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    I think you are doing good, that's how fluxbox works. You have to click on any blank space of the desktop to see the fluxbox menu.

    If you type this in terminal:
    Code:
    $ cat ~/.vnc/xstartup
    You should see only this:
    fluxbox
    If not, edit this file:
    Code:
    $ nano ~/.vnc/xstartup
    There must be only one word:
    fluxbox
    You have to edit your fluxbox menu:
    Code:
    $ nano ~/.fluxbox/menu
    This is an example:
    # Generated by fluxbox-generate_menu
    #
    # If you read this it means you want to edit this file manually, so here
    # are some useful tips:
    #
    # - You can add your own menu-entries to ~/.fluxbox/usermenu
    #
    # - If you miss apps please let me know and I will add them for the next
    # release.
    #
    # - The -r option prevents removing of empty menu entries and lines which
    # makes things much more readable.
    #
    # - To prevent any other app from overwriting your menu
    # you can change the menu name in .fluxbox/init to:
    # session.menuFile: /home/dag/.fluxbox/my-menu
    [begin] (Fluxbox-1.0.0)
    [encoding] {UTF-8}
    [exec] (firefox) {firefox}
    [exec] (xterm) {xterm}
    [exec] (uTorrent) {wine ~/.wine/drive_c/Program\ Files/TuTorrent/uTorrent.exe}
    [submenu] (fluxbox menu)
    [config] (Configure)
    [submenu] (System Styles) {Choose a style...}
    [stylesdir] (/usr/share/fluxbox/styles)
    [end]
    [submenu] (User Styles) {Choose a style...}
    [stylesdir] (~/.fluxbox/styles)
    [end]
    [workspaces] (Workspace List)
    [submenu] (Tools)
    [exec] (Screenshot - JPG) {import screenshot.jpg && display -resize 50% screenshot.jpg}
    [exec] (Screenshot - PNG) {import screenshot.png && display -resize 50% screenshot.png}
    [exec] (Run) {fbrun }
    [exec] (Regen Menu) {../util/fluxbox-generate_menu }
    [end]
    [submenu] (Window Managers)
    [restart] (mwm) {mwm}
    [restart] (kde) {startkde}
    [end]
    [commanddialog] (Fluxbox Command)
    [reconfig] (Reload config)
    [restart] (Restart)
    [exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) 2> /dev/null | xmessage -file - -center}
    [separator]
    [exit] (Exit)
    [end]
    [endencoding]
    [end]
    When you right click on the desktop the vnc desktop should look like this:


    If you want to see a full desktop, read this post
    https://filesharingtalk.com/vb3/f-see...-281331/page22
    Last edited by walkman79; 03-01-2009 at 02:48 PM.

  3. Guides and Tutorials   -   #303
    Thai 07, Dream! BT Rep: +5
    Join Date
    Oct 2007
    Posts
    146
    I am getting "error 10061", when I try to login via VNC.
    Anybody has any idea what to do?

    EDIT: Solved.
    Last edited by Cr3sp0; 03-01-2009 at 05:32 PM.
    Proud Israel

  4. Guides and Tutorials   -   #304
    pffff
    im stuck here
    i want to remote control on the vps, that has centos installed on it.
    but i dont know what to do now...
    maybe you can help?

  5. Guides and Tutorials   -   #305
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by Cr3sp0 View Post
    I am getting "error 10061", when I try to login via VNC.
    Anybody has any idea what to do?

    EDIT: Solved.

    I see you solved your problems, you probably hadn't installed vnc server or hadn't started a vnc session right?

    Quote Originally Posted by gunitsouth View Post
    pffff
    im stuck here
    i want to remote control on the vps, that has centos installed on it.
    but i dont know what to do now...
    maybe you can help?
    Please provide more information, did you get any error message ?

    Have you already started a vnc session?

    Code:
    $ vncserver :1
    what vnc client are you using? have you read my previous posts?
    Last edited by walkman79; 03-01-2009 at 06:42 PM. Reason: Automerged Doublepost

  6. Guides and Tutorials   -   #306
    Thai 07, Dream! BT Rep: +5
    Join Date
    Oct 2007
    Posts
    146
    Yeah walkman, thanks anyway
    Another problem, why the speed is suck, just the upload speed..
    Download speed is great, there is any way to solve it ?
    Proud Israel

  7. Guides and Tutorials   -   #307
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by Cr3sp0 View Post
    Yeah walkman, thanks anyway
    Another problem, why the speed is suck, just the upload speed..
    Download speed is great, there is any way to solve it ?

    Well, the upload speed usually depends on the amount of leechers, and also depends on the ratio seeders/leechers, that is if the torrent in question has more seeders than leechers you will "struggle" against the other seeders to upload every bit

    I usually check the peer table on the torrent description page if it's available (not all trackers has that feature). Take into consideration that some of the leechers could be really partial seeders and that's why it's a good habit to check the peer table.

    These are my settings:

  8. Guides and Tutorials   -   #308
    Quote Originally Posted by Cr3sp0 View Post
    Yeah walkman, thanks anyway
    Another problem, why the speed is suck, just the upload speed..
    Download speed is great, there is any way to solve it ?
    Hi, are you from Israel? Your download speed from ftp great?

  9. Guides and Tutorials   -   #309
    Thai 07, Dream! BT Rep: +5
    Join Date
    Oct 2007
    Posts
    146
    mavr15, hmm the maximum that I can get.
    Walkman: it doesn't matter, any torrent. I get 13 Kb/s :/
    I will try to use your settings and what OS do you have on your server ?
    Last edited by Cr3sp0; 03-01-2009 at 08:21 PM.
    Proud Israel

  10. Guides and Tutorials   -   #310
    Cr3sp0, I downloaded about a week with max speed, and today in evening i get 10-15Kb/s. Few times i reconnect to my ISP, and now i have max speed. And so repeating standing.

Page 31 of 42 FirstFirst ... 212829303132333441 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •