Results 1 to 5 of 5
Hello, I'm a computer technician and I'm interested in learning Linux. I did some research about the different distributions last night decided to try Fedora. I downloaded the latest version ...
- 05-11-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 2
Question
Hello, I'm a computer technician and I'm interested in learning Linux. I did some research about the different distributions last night decided to try Fedora. I downloaded the latest version of it and installed it onto a brand new machine in my office. Is there a website out there that I can use as a guide for all of the Linux commands. I know that if I wanted to I could just learn my way around the gui, but I want to REALLY learn Linux. I also want to be able to telnet into the machine so that I can access it remotely. How can I set that up? I installed Fedora with all of the default settings and didn't change anything.
- 05-11-2010 #2
Hello and welcome!
There are a lot. You might want to google some but here are few that I have in mind now...
Copying, moving, renaming, and removing files in Linux
Creating, copying, moving, and removing directories in Linux
The humble Linux cheat sheet
Enjoy!
EDIT: Here's another one..
Tips for Linux Explorers
nujinini
Linux User #489667
- 05-11-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 2
Thanks! What about telneting into the machine? I want to be able to access it remotely.
- 05-11-2010 #4
Check linuxcommand.org too.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-11-2010 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
The Red Hat / Fedora web site has a lot of documentation (online and downloadable) that will help you learn about system and services configuration. Linux uses a program called xinetd (inetd in some older distributions as well as Unix) that listens for connection requests on known ports for things like ftp or telnet connections, and then starts the appropriate server process. There are configuration files in /etc/xinetd.d that allow you to enable, disable, and configure the various services that it supports. In any case, do read more before you do this, since if you do not "harden" your system and it is accessible on the internet (not behind a firewall), then it will not be long before your system is pwnd and used as a spammer or botnet controller.
Another good Linux documentation site is this: The Linux Documentation Project
Good luck, and enjoy. Please do post more specific questions as you have them on the forums here. There are a lot of people who can help you get up the learning ramp.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
