Page 28 of 42 FirstFirst ... 182526272829303138 ... LastLast
Results 271 to 280 of 419

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

  1. #271
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    , if you are logged in with root you can install nano:
    aptitude install nano
    You must see something like this when you are logged in as root:
    root@1234:~#

    the # instead of $
    Last edited by walkman79; 12-24-2008 at 09:18 PM.

  2. Guides and Tutorials   -   #272
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    Quote Originally Posted by walkman79 View Post
    , if you are logged in with root you can install nano:
    aptitude install nano
    You must see something like this when you are logged in as root:
    root@1234:~#

    the # instead of $
    yeah that is exactly what i see whem i'm logged as root
    root@myuser:~# aptitude install nano
    -bash: aptitude: command not found

  3. Guides and Tutorials   -   #273
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by MasterMoll View Post
    Quote Originally Posted by walkman79 View Post
    , if you are logged in with root you can install nano:
    You must see something like this when you are logged in as root:
    root@1234:~#

    the # instead of $
    yeah that is exactly what i see whem i'm logged as root
    root@myuser:~# aptitude install nano
    -bash: aptitude: command not found

    Damn, you have nothing installed , try:

    Code:
     
    apt-get install nano
    btw, the vi editor must be installed. But it isn't as easy as nano.
    Last edited by walkman79; 12-24-2008 at 09:25 PM.

  4. Guides and Tutorials   -   #274
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    this one worked

    how do i save and exit ?
    Last edited by MasterMoll; 12-24-2008 at 09:37 PM. Reason: Automerged Doublepost

  5. Guides and Tutorials   -   #275
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    If you have already installed nano, add the other user to the sudoers file:
    nano /etc/sudoers
    then paste this at the bottom of the file:


    yourusernamehere ALL=(ALL) ALL
    To save the changes in nano use ctrl+o and to exit from nano ctrl+x . All the commands for nano are shown at the bottom when you edit a file

    Then logout from root and login with your user and follow the steps of this setup guide where you left it.
    Last edited by walkman79; 12-24-2008 at 11:35 PM.

  6. Guides and Tutorials   -   #276
    Go a probelm... Firefox (Ice ferret) doesn't start. There isa flash of white around the xterm window then nothing.

    If i try to run it from shell I get (firefox-bin:19714): Gtk-WARNING **: cannot open display:
    -bash: syntax error near unexpected token `:'

    Anyone help?
    Last edited by herra; 12-27-2008 at 12:29 AM.

  7. Guides and Tutorials   -   #277
    MasterMoll's Avatar Rock On! BT Rep: +4
    Join Date
    Dec 2007
    Posts
    99
    i've done that
    when i type
    chmod +x .vnc/xstartup
    nothig happens


    i continued with vncserver :1
    -sh: vncserver: command not found
    what is the problem ?
    Last edited by MasterMoll; 12-25-2008 at 12:26 PM. Reason: Automerged Doublepost

  8. Guides and Tutorials   -   #278
    never mind...
    Last edited by ahsan; 12-26-2008 at 07:38 AM.

  9. Guides and Tutorials   -   #279
    KushBlow's Avatar Zen BT Rep: +8BT Rep +8
    Join Date
    Nov 2008
    Location
    Tim Hortons
    Posts
    1,132
    Thanks for this, it helped me A LOT!


  10. Guides and Tutorials   -   #280
    thnx for the guide
    Last edited by ahsan; 02-25-2009 at 01:18 AM. Reason: Automerged Doublepost

Page 28 of 42 FirstFirst ... 182526272829303138 ... 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
  •