Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hi, I am still relatively new at Linux, and I am starting a new internship. They know I don't have much experience, but they put me in charge of setting up the new network because they don't know Linux at all yet...fun fun. Now, I am trying to get ssh to work first off. I would imagine that I probably have to add the hostnames and IP addresses to /etc/hosts on the server. This is what the network administrator did at my last internship, and I was never showed how to do this stuff. Any help would be much appreciated. Thanks
Hi, to get ssh to work, all you need is an open port 22 on/to the destination machine, and a running ssh server (sshd in my case). Then the command is ssh xxx.xxx.xxx.xxx (e.g. : ssh 192.168.1.3)
anything you put into /etc/hosts is only to alias an IP address to a hostname : instead of writing ssh 192.168.1.3 all you write is #ssh xyz (where xyz is the name assigned to 192.168.1.3).
Thanks, I needed to change the alias too anyway. One more question though...right now its set up as shawniecas@hydrogen. So that is what my prompt looks like, but at the top of the Konsole window, it says "shawniecas@localhost:~ - Shell - Konsole" Why does it still say localhost?
it says "shawniecas@localhost:~ - Shell - Konsole" Why does it still say localhost?
I think that's because the @localhost part is set on the host machine. Editing hosts.conf has no effect on the output of your shell. Another possibility is that the titlebar doesn't update.
One way to learn the basics of this fast is to do a certification exam. You can e.g. do LPIC-1 as self study and then book an exam. Doesn't cost much. It will give you a focus over a few weeks to read and study commands and other usefull Linux things.
On the specifics, if this is the title bar on top of the Konsole window I would think you are most likely to find configuration for that in a .something file either on your home directory or under /etc. Try searching for Konsole configuration. The promt text itself is configured in .bashrc (or something similar), but I don't think that has an effect on the title bar.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.