Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
You have to edit your fluxbox menu:
Quote:
nano ~/.fluxbox/menu
then, under the section titled [encoding] add this line:
Quote:
[exec] (uTorrent) {wine ~/.wine/drive_c/Program\ Files/uTorrent/uTorrent.exe}
Assuming that you have installed uTorrent in the default path of course.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
I have a problema:
when I login in vncview and then click in xterm under terminals nothing happen.
Anyone knows why?
please help me
thanks in advance
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'm using now a nice seedbox for a low price. Very nice for users who cannot wait for the long OVH setup-time or when your country is not listed on their webpage: www.epicseeds.com
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
when are you going to add the truecrypt encription guide?
anyone know how to encrypt my linux seedbox with truecrypt?
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)
When I download via FTP, my speeds barely hit 100k/bs. Is there anyway to speed this up?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Great post Thank you, Helped alot
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Quote:
Originally Posted by
DJDaveX
Trying to connect usng RealVNC Viewer comes up an error
Log says this:
Code:
16/12/08 00:10:15 Xvnc version 3.3.7 - built Dec 30 2006 12:50:35
16/12/08 00:10:15 Copyright (C) 2002-2003 RealVNC Ltd.
16/12/08 00:10:15 Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
16/12/08 00:10:15 All Rights Reserved.
16/12/08 00:10:15 See http://www.realvnc.com for information on VNC
16/12/08 00:10:15 Desktop name 'X' (djdavex.santrex.net:1)
16/12/08 00:10:15 Protocol version supported 3.3
16/12/08 00:10:15 Listening for VNC connections on TCP port 5901
failed to set default font path ''
Fatal server error:
could not open default font 'fixed'
Code:
# apt-get install xfonts-base xfonts-75dpi xfonts-100dpi
Did you do that part? When I got that error I didn't do that part.
Quote:
Originally Posted by
kraudlem
Yep, your tutorial is really great. These are my first steps with linux and it's not as bad as I thought it would be. I think it's thanks to your tut, that my experience was rather gentle. Just one thing I'm stuck at: I tried running firestarter for the first time with sudo firestarter and I got(and still get) a lot of windows with errors and this error in xterm: Please file an enhacement request (quoting the above) at:
http://bugs.freedesktop.org/enter_bug.cgi?product=cairo
gnome_segv: /home/dajobe/dev/debian/cairo/cairo-1.2.4/src/cairo-image-surface.c:155: _cairo_format_from_pixman_format: Assertion `NOT_REACHED' failed.
Error: Cairo does not yet support the requested image format:
Depth: 8
Alpha mask: 0x00000000
Red mask: 0x00000007
Green mask: 0x00000038
Blue mask: 0x000000c0
Please file an enhacement request (quoting the above) at:
http://bugs.freedesktop.org/enter_bug.cgi?product=cairo
gnome_segv: /home/dajobe/dev/debian/cairo/cairo-1.2.4/src/cairo-image-surface.c:155: _cairo_format_from_pixman_format: Assertion `NOT_REACHED' failed.
Xlib: connection to ":1.0" refused by server
Xlib: Maximum number of clients reached
Can you(or any other linux-pro) help me? I'm sure it's just some minor detail I'm missing-_-
You want to run
Code:
vncserver -depth 24 :1
that fixed that error for me.