From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cantata.rednote.net ([66.92.170.86]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AIq5K-0001lN-00 for ; Sun, 09 Nov 2003 08:58:34 -0500 Received: from cantata.rednote.net (localhost.localdomain [127.0.0.1]) by cantata.rednote.net (8.12.3/8.12.3/Debian-6.6) with ESMTP id hA9DwWiM030773 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 9 Nov 2003 08:58:33 -0500 Received: (from janina@localhost) by cantata.rednote.net (8.12.3/8.12.3/Debian-6.6) id hA9DwVZo030771; Sun, 9 Nov 2003 08:58:31 -0500 Date: Sun, 9 Nov 2003 08:58:31 -0500 From: Janina Sajka To: sbahram@nc.rr.com, "Speakup is a screen review system for Linux." Message-ID: <20031109135830.GQ6622@rednote.net> References: <20031109074520.GA2071@optusnet.com.au> <000001c3a698$6d585090$6401a8c0@quantum> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c3a698$6d585090$6401a8c0@quantum> User-Agent: Mutt/1.3.28i Cc: Subject: Re: General linux question X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 13:58:35 -0000 Hi, Sina: Sina Bahram writes: > > ... but how do I check if I am running gnome or kde for the > desktop environment. Is there any command I can do via telnet? The configuration of Xwindows use is at /etc/X11. However, I don't think you need to worry about it. It's not as if you can't smoothly stray from one to another. Rather, your concern is to have the desktop come up talking with Gnopernicus following your login on the graphical login dialog--or following your launch of gnopernicus from the command line. > Also how > can I enable telnet and ftp. I can ssh into the box but it's a crappy > ssh and I want to enable the telnet client and the ftp server. Areyou unable to use your Fedora Core system natively for some reason? The results and the learning curve will be significantly enhanced if you do. Certainly, you're not going to succeed with Gnopernicus over telnet, at the very least. However, to answer the question you asked, you'll need to enable both telnet and vsftp servers, and allow their ports if the Linux machine's firewall is on, as it likely is. Here's what to study: Learn about the service command: service [service.name] start/stop/restart For the more permanent fix, learn the chkconfig command. To enable/disable various firewall (and other) settings, use the setup command. Look at the configurations for vsftp under /etc and tweak as you see fit. Also, edit the telnet configuration file under /etc/xinetd.d/ -- and be aware that you need to restart xinetd after so doing. How do I just get an ftp that will let me do anything I > want. Well, I have never heard of an interface that lets one do anything they want. However, you can configure vsftp to do all that it can for you as described above. Janina