Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
:P, if you are logged in with root you can install nano:
Quote:
aptitude install nano
You must see something like this when you are logged in as root:
root@1234:~#
the # instead of $
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
walkman79
:P, if you are logged in with root you can install nano:
Quote:
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
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
MasterMoll
Quote:
Originally Posted by
walkman79
:P, 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 :P, try:
Code:
apt-get install nano
btw, the vi editor must be installed. But it isn't as easy as nano.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
this one worked :)
how do i save and exit ?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
If you have already installed nano, add the other user to the sudoers file:
then paste this at the bottom of the file:
Quote:
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 :P
Then logout from root and login with your user and follow the steps of this setup guide where you left it.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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 ?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Thanks for this, it helped me A LOT!
:)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)