Page 27 of 42 FirstFirst ... 172425262728293037 ... LastLast
Results 261 to 270 of 419

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

  1. #261
    Member
    Join Date
    Jan 2008
    Location
    Fátima
    Age
    38
    Posts
    12
    Wine 1.1.7 seems to continue dropping peers connections in uTorrent.

    Can someone confirm this ?

  2. Guides and Tutorials   -   #262
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    i have a problem i'm stuk on step 5
    nano .vnc/xstartup
    -sh: nano: command not found
    what should i do ?

  3. Guides and Tutorials   -   #263
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by MasterMoll View Post
    i have a problem i'm stuk on step 5
    nano .vnc/xstartup
    -sh: nano: command not found
    what should i do ?

    it's pretty weird you don't have nano.
    if you are on CentOS or Fedora:
    yum install nano
    if you are on Debian or Ubuntu:
    sudo aptitude install nano

  4. Guides and Tutorials   -   #264
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    whe i type sudo aptitude install nano
    <user> is not in the sudoers file. This incident will be reported.

  5. Guides and Tutorials   -   #265
    Poster BT Rep: +2
    Join Date
    Jan 2008
    Posts
    28
    Quote Originally Posted by MasterMoll View Post
    whe i type sudo aptitude install nano
    <user> is not in the sudoers file. This incident will be reported.
    well, you need root access to be able to add your username to sudoers file. Ask your server admin if he can add you to sudoers.

  6. Guides and Tutorials   -   #266
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    i am the admin how ca i add that user to sudoers file ?

  7. Guides and Tutorials   -   #267
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by MasterMoll View Post
    i am the admin how ca i add that user to sudoers file ?
    are you sure?

    admin is in the sudoers file by default. type this and tell me what you get:
    cat /etc/sudoers
    Last edited by walkman79; 12-24-2008 at 09:06 PM.

  8. Guides and Tutorials   -   #268
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    # /etc/sudoers
    #
    # This file MUST be edited with the 'visudo' command as root.
    #
    # See the man page for details on how to write a sudoers file.
    #

    Defaults env_reset

    # Host alias specification

    # User alias specification

    # Cmnd alias specification

    # User privilege specification
    root ALL=(ALL) ALL

    # Uncomment to allow members of group sudo to not need a password
    # (Note that later entries override this, so you might need to move
    # it further down)
    # %sudo ALL=NOPASSWD: ALL

  9. Guides and Tutorials   -   #269
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by MasterMoll View Post
    # /etc/sudoers
    #
    # This file MUST be edited with the 'visudo' command as root.
    #
    # See the man page for details on how to write a sudoers file.
    #

    Defaults env_reset

    # Host alias specification

    # User alias specification

    # Cmnd alias specification

    # User privilege specification
    root ALL=(ALL) ALL

    # Uncomment to allow members of group sudo to not need a password
    # (Note that later entries override this, so you might need to move
    # it further down)
    # %sudo ALL=NOPASSWD: ALL

    you have the root login details, right ?
    If so, login with your root account and type this:

    nano /etc/sudoers
    then paste this at the bottom of the file:

    yourusernamehere ALL=(ALL) ALL
    after this, you will only need to provide your user password ( not the root pass) for sudo.
    Last edited by walkman79; 12-24-2008 at 09:10 PM.

  10. Guides and Tutorials   -   #270
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    yes i have the root login details
    when i type nano /etc/sudoers
    # nano /etc/sudoers
    -bash: nano: command not found

Page 27 of 42 FirstFirst ... 172425262728293037 ... 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
  •