Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Wine 1.1.7 seems to continue dropping peers connections in uTorrent.
Can someone confirm this ?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
i have a problem i'm stuk on step 5
nano .vnc/xstartup
-sh: nano: command not found
what should i do ?:)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
MasterMoll
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:
if you are on Debian or Ubuntu:
Quote:
sudo aptitude install nano
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
whe i type sudo aptitude install nano
<user> is not in the sudoers file. This incident will be reported.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
MasterMoll
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.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
i am the admin how ca i add that user to sudoers file ?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
MasterMoll
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:
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
# /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
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
MasterMoll
# /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:
then paste this at the bottom of the file:
Quote:
yourusernamehere ALL=(ALL) ALL
after this, you will only need to provide your user password ( not the root pass) for sudo.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
yes i have the root login details
when i type nano /etc/sudoers
# nano /etc/sudoers
-bash: nano: command not found