Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Juz installed Redhat 8.0 and successfully got into the KDE desktop, but after i changed the desktop settings from 16 bit to 24 bit the GUI was unable to load, giving some error messages that can't be read. Is there any way i could reverse what i did or do a manual configuration through the text mode? Thanks in advance.
well then there is an intermediate way - getting your hands dirty on editing config files, there is happened to be one for X believe it or not. It is /etc/X11/XF86Config-4, first make a backup copy in case you screw the original
as root in console
cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.orig
now open the file in a text editor, you should see the lines
But if you have slightly more resources available than a 386 with 8Mb RAM, you might want to consider something a little more intuitive... there are plenty. My favourite was JED because it is so similar to my old DOS fave... SED. Pico will also be suggested, very shortly, and if it doesn't appear before then, Emacs will make its appearance in this thread. Vi is very useful to learn, though, since you may at somepoint have to boot a system that has only vi (such as a rescue floppy), but let's hope you never need to do that. Learn it anyway.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.