View previous topic :: View next topic |
Author |
Message |
freakypenguin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Funny_Figure/bee.gif)
Joined: 29 Oct 2003 Posts: 7 Location: Atlanta, GA
|
Posted: Tue Nov 11, 2003 5:48 am Post subject: me connected to you, and gentoo |
|
|
Alrighty, lets tackle one problem at a time please.
1) Telnet
I need a telnet protocal on my brandspanking new gentoo box. I can't get telnet to work at all and neither can web apps that use telnet. i couldn't find a package on gentoo's website to emerge for telnet, so any help on how to get a telnet client or a telnet command would be great.
2) newsgroups
I edited /root/.newsrc (root b/c that was the user i was in to emerge the remaining packages i needed. so it looked something like this
Code: |
git.cc.class.cs1321.announce:
git.cc.class.cs1321.rec:
git.cc.class.cs1321.lab:
|
after i edited those in there, i ran tin and was given an error. I think that if I can somehow tell tin to look to news.gatech.edu for my news server it will fix itself. How do i do that though?
3) How exactly do i go about getting a webserver (apache) configured on my machine? I emerged it .. but yeah, it merged itself to the point i dont know where it is or what to do .
thanks for any help you give.
---
freakypenguin
AIM gtbuzzrc _________________ freakypenguin (c)
Ga Tech |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kashani Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/9629732313ee51df8c5935.jpg)
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Tue Nov 11, 2003 6:01 am Post subject: |
|
|
emerge -s telnet
will give you two choices. It's pretty much up to you which to install.
<standard telnet is bad use ssh disclaimer>
If you're using telnet for testing, such as telnet 10.10.10.1 80, then cool. If you actually want to telnet to your server then bad because telnet sends everything in the clear. openssh is a secure way to telnet to machines using strong encryption. There are free clients for windows (putty) and *nix. Also you'll need to be running the openssh server on the machine you wish to ssh to.
</disclaimer>
Not sure on the tin bit, it's been 8 years since I last used it.
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ender wiggin Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/The Jetsons/cartoon_the_jetsons_elroy.gif)
Joined: 08 Feb 2003 Posts: 119 Location: CO
|
Posted: Tue Nov 11, 2003 6:02 am Post subject: |
|
|
Telnet -
emerge has a handy-dandy search function. Like so:
Either netkit-telnetd or telnet-bsd should give you what you need. BTW - you know that you should never, ever use telnet over a public network (i.e. the Internet), right? All text, including usernames and passwords are transmitted in cleartext, and are vulnerable to eavesdropping. If you are on an untrusted net you should use ssh if at all possible, and keep it up to date! _________________ "There is no teacher but the enemy." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
triad Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/4864196473fce6fc174c0f.jpg)
Joined: 10 Jul 2003 Posts: 234 Location: Dark Side of the Moon
|
Posted: Tue Nov 11, 2003 6:05 am Post subject: |
|
|
some of your questions answered:
Question 1:
Code: |
bash-2.05b# emerge -s telnet
Searching...
[ Results for search key : telnet ]
[ Applications found : 4 ]
* dev-perl/Net-Telnet
Latest version available: 3.03-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 34 kB
Homepage: http://www.cpan.org/modules/by-module/Net/Net-Telnet-3.03.rea
dme
Description: A Telnet Perl Module
* dev-perl/Net-Telnet-Cisco
Latest version available: 1.10
Latest version installed: [ Not Installed ]
Size of downloaded files: 17 kB
Homepage: http://www.cpan.org/modules/by-authors/id/J/JO/JOSHUA/Net-Tel
net-Cisco-1.10.readme
Description: Automate telnet sessions w/ routers&switches
* net-misc/netkit-telnetd
Latest version available: 0.17-r3
Latest version installed: 0.17-r3
Size of downloaded files: 130 kB
Homepage: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Description: Standard Linux telnet client and server
* net-misc/telnet-bsd
Latest version available: 1.0
Latest version installed: [ Not Installed ]
Size of downloaded files: 169 kB
Homepage: ftp://ftp.suse.com/pub/people/kukuk/ipv6/
Description: Telnet and telnetd ported from OpenBSD with IPv6 support
|
I use netkit-telnetd. But make your choice.
Question 3:
The Gentoo desktop guide apperas to have a rudimentary Apache Webserver How-to under Quote: | 8. Apache and Squirrelmail Webmail |
Plus there are tons of sites if you do a Google search for:
Its pretty well established webserver.
Hope this helps.
triad _________________ It's not the size of your processor that matters... But how you use it! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
freakypenguin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Funny_Figure/bee.gif)
Joined: 29 Oct 2003 Posts: 7 Location: Atlanta, GA
|
Posted: Tue Nov 11, 2003 6:23 am Post subject: |
|
|
Thanks, and I'm not using telnet as a server, i just needed a telnet command so i could telnet into certain places with out ssh, thanks for the concern though! Much thanks indeed. I'll just sit here and await number 2. _________________ freakypenguin (c)
Ga Tech |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|