Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
hope someone can help me here..
iv got a server.lu with ubuntu 8.10
i follow this guide step by set and all go's fine, but.. when i try to connect with tightvnc all i see is a white screen..
if i right click i get nothing other then this black bar.
any help is greatly appreciated, bare in mind this is my first time using linux :D
thanks !!
http://http://i369.photobucket.com/a...6/Untitled.jpg
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)
Great guide, worked for me. Thank you :).
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
jobinjv
Thanks a lot naq.
I ordered a CentOS based server and it is due shortly. So I wanna clear a few doubts before it arrives. I am absolute noob in linux hence these question.
1. On centoswiki the xstartup had a lot more lines to it like geometry and stuff. So if I go with this tutorial will i be getting a desktop with icons n shortcuts and stuff ?
2.If a bunch of guys together taking the server so how do I assign fixed hard disk space (quotas) to each user.
3. Each user should have privacy. i.e, the others files are not to be view how can i achieve that?
4. If a person leaves how do i remove the user account and the assigned disk quota.
Hoping for some help.
Any one any help ??
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
thanks - this guide was a lifesaver for me!
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)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
I get to the utorrent point and then it's a no-no. Using debian 5.0 I downloaded utorrent and wined it.. installation came up and I seleceted to not install utorrent. Problem is.. it's not running. I get a bunch of error messages in Wine from options and stuff in the install but that's it.
Any ideas?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
great guide
im 2/3 of the way through and most things have gone well, i have fluxbox and utorrent up and running and can kind of connect through FTP.
My issue is I can only connect to FTP when i edit the vsftpd.conf file and set ssl_enable=NO
If I set ssl_enable=YES
and then type vsftpd i het
500 OOPS: SSL: cannot load RSA private key
The key is there i know i remember creating it but something has gone wrong, how do i kill the current key and create a new one?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
There's a typo in the guide (well, there's numerous errors & typos in the guide) and it's been a while but the line should be:
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /root/vsftpd.key -out /root/vsftpd.pem
Edit: You shouldn't need to kill the current key, it'll overwite it.