LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Are all instructions distro specific? (https://www.linuxquestions.org/questions/linux-newbie-8/are-all-instructions-distro-specific-508744/)

Phil459 12-08-2006 11:28 PM

Are all instructions distro specific?
 
If I find a "How to" for one of my "opportunities to learn" from another distro, will those apply to my distro, or is it try and see?

If try and see, how do I make sure I don't damage my system so I don't have to completly reinstall it? (Hated that with WNDZ.)

nadroj 12-08-2006 11:36 PM

i think unfortunately most instructions are distro-specific, however not always the case.
im sure if you follow the instructions and you succeed, it means of course the instructions worked fine with your current setup and distro.

generally speaking, if the instructions require graphical programs for configuring (or doing whatever to) it is distro-specific. (however, again, this isnt always the case).

if instructions say 'click on the KDE panel', if your on a distro that uses GNOME, of course this instruction wont work on your system. if the instructions involve using common command line tools to perform a task then, obviously, it would work in a large variety of distros.

there is almost always more than one way to perform a task in linux, so with any set of instructions you should be able to perform what it is doing, even if its documented specifically for your distro.

the only real/big differences inbetween every distribution out there is: the desktop/window manager it uses, the specific software and their versions installed, and the package management system it uses. every distro is essentially just a different mix of the three things i just mentioned.

sorry its late and im not thinking as clearly as i should be so this is where i stop.. hope it is of some help!

teckk 12-09-2006 04:45 PM

Not sure what you are asking but here are some Linux tutorials and details.

http://rute.2038bug.com/index.html.gz
http://tldp.org/
http://tille.xalasys.com/training/tldp/index.html
http://linux-newbie.dotsrc.org/

saikee 12-09-2006 04:54 PM

A Bash command is a Bash command and works in every Bash shell (terminal mode). That is the building block of every Linux. There are a few other shells kicking around and the implementation of BASh shell isn't 100% in every distro but I would say it is close to 95% to 99% for the major components. Therefore operating in terminal mode is pretty safe for every Linux user in a distro foreign to himself/herself.

mon75 12-09-2006 05:05 PM

how to's may or may not be distribution specific depending on what it describes
for ex the location of some config files, how those files are set up etc, etc. in general however they are similar while a how to may only cover a particular distribution some time and effort could lead to the same result in another distro

Phil459 12-09-2006 09:39 PM

Thank You
 
Thank you,
I will have to learn more about using BASH commands. I am used to a graphical interface, but as a windows user the command prompt seems so mysterious and taboo. (Sounds like fun)

indienick 12-09-2006 10:50 PM

Oh, and trust me Phil459, the command line IS fun. :)
Over time, I've slowly seceded from graphical configuration protocols to command-line ones. The command line is a time-consuming beast to tame, but the payoff is great.

:)
In command line we trust.

saikee 12-10-2006 05:03 AM

In time we shall know but since Linux is built by building blocks with Bash commands the knowledge with it will never die but will be for life.

I survive in 100+ distros using Bash commands common to all of them. The only possible method to boot all these systems is to work in the Bash shell.

Many distros disallow a root log in to the GUI and so GUI is limited to the ordinary user status. For example one cannot see the content of a system file or edit it and system-related commands are not answered. In Bash shell one can obtain root privilege and hence the acccess to use every part of the distro.

I am also having a fling with the BSD and Solaris systems based my limited knowledge of Bash shell.

Learning a bit of the Bash shell can really make a LInux user go far.

Personally I don't think a user know the real power of Linux if he/she doesn't use the Bash shell.


All times are GMT -5. The time now is 05:34 AM.