Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Linux FAQs
infin
post Aug 18 2007, 09:55 PM
Post #1


Newbie
*

Group: Members
Posts: 4
Joined: 18-August 07
Member No.: 48,401



OTE: This is not a how-to guide of any kind!
As lot of people here seem to be new to GNU/Linux and I've seen quite a lot misunderstandings, I decided to write a little Frequently Asked Questions to raise general knowledge about the system. I tried to include only the very basics. I hope you will find this useful.

Q: What is Linux?
A: Linux is a free operating system released under GPL (General Public Licence), originally developed by Finnish student Linus Torvalds in 1991 for hobby. It is freely available and can be modified by anyone as long as modified version is made freely available as well. "Free as a free beer" and/or "Free as in freedom" are commonly used expression for freedoms provided by GPL. Linux is a Unix clone, which is based on Minix, also Unix clone.

Q: You used expression GNU/Linux. What's that?
A: Essentially, Linux is only a kernel of a operating system. The core that interacts between applications and hardware. Most of its basic toolsets and GUI's (Graphical User Interfaces) have been developed under GPL licence as a part of GNU (GNU is Not Unix) project, founded by Richard Stallman in 1983. GNU project just happened to get its kernel from Linus who also used GNU tools & programs to make his kernel useful. Commonly, Linux while only being the kernel is referred to as a complete operating system. I use that expression in this text as well.

Q: Whoa, I thought Linux is Unix?
A: It's not. Unix was originally developed at Bell Labs in 1960s by AT&T. The Open Group has trademark of UNIX®. Clones of Unix are called "Unix-like system". Most common Unix-likes are Linux, OS X & BSD systems.

Q: What about Ubuntu and Yellow Dog Linux then? What are they?
A: Those are called Linux distributions, or "distros". They share the Linux kernel and base system while providing some of their own specialties and functionality.

Q: What's the difference between distros?
A: Depends. Most distros, however, can be roughly divided to Debian-based and RedHat-based distros depending on the package management system they use. Debian uses APT while RedHat uses RPM. Those are the two major package management systems. Then there are few distros with unique package management systems, most notably Gentoo Linux which uses Portage (and some Gentoo derivatives).
There's hundreds of Linux distributions, from few megabytes firewall distros to complete multi gigabyte desktop enviroments. Check out http://distrowatch.com/ to find your own!

Q: Package management? Seems like a big deal, but what's that?
A: If you're familiar with Windows or OS X type of installations of software, package management is one of the difficultiest things to understand. Basically good package management works like this:
Code:
sudo apt-get install thunderbird
Command above tells operating system to fetch Thunderbird email client from nearest server, check if Thunderbird needs any additional packages like libraries and get those too. Then when it has downloaded needed components and Thunderbird itself, it installs those and clears unneeded trash and possibly inserts icon into your window manager of choice. No need to browse the internet to find software you neeed! Most modern desktop distros (like Ubuntu) have graphical interface for package management (like Synaptic).

Q: "Window manager of choice?"
A: Yes, you can use multiple GUI's for your distro. Gnome & KDE are complete desktop enviroments (DE), but then there are window managers (WM) that do just that - manage windows of X11 programs. You can even install multiple DE's or WM's at once and change between those at will without need to reboot. WM's are generally lighter but require more command line usage for configuration. Examples of WM's are Fluxbox, Beryl, Window Maker and Enlightement.

Q: What was that "sudo" btw?
A: I don't know any Linux distribution that makes first user account that user uses to sign in a root account. sudo is a command to invoke use of roots power. Essentially every change made to root directories requires authorization by root (sudo, chmod) or action by root itself (logging in as root). root has complete control over computer, and it's very dangerous to use that alone since it easily leads to trashed system. Writing something like rm -rf * in / (root directory) when root simply erases all your files and most of the operating system from computer! If you're not root, you just get prompt saying "permission denied". It's safety method. Windows has problem of creating every user as a "root" by default and this causes confusion among many new Linux users since suddenly they can't do something without typing in root password.

Q: Ok, I think I understand some basic principles now. But why should I use Linux?
A: If you're satisfied with Windows or OS X you don't have any valid reasons why you should use Linux. "Should" is wrong word anyway and only leads to pointless flame wars. "Could" is better since it costs nothing but a little time to try it out which I warmly encourage. Everything else is subjective and "should" is to be discovered self.

Q: Sounds great. Where do I get it? What does it cost?
A: Linux costs nothing as stated before. Definately the best place to start looking is http://www.distrowatch.com which has basic information about possibly every Linux distro known to mankind, mirrors & links to distro homepages.
Other good resource is http://iso.linuxquestions.org/ which lists massive amount of mirrors but has less distros and information.

Q: Whoa! Now there's a lot of distros! Which one should I put in my PS3?
A: For newbies like you, Yellow Dog Linux would be the most complete and most functional out-of-box on this particular platform right now.
If you really want to learn a lot about Linux quickly when time, eyestrain or patience aren't problems in order to get a functional system, I warmly suggest trying Gentoo.

Q: Now that I installed Linux in my PS3, where do I look for info about it?
A: First and foremost, learn to use man-pages. Start by writing man man in terminal of your new system and off you go.
Read the documentation for your distro! Check distros homepage.
Then go to page http://tldp.org (The Linux Documentation Project) and bookmark it immediately!
Buy or loan "Linux For Dummies" or something similar.
Remember that Google is your friend!
Then when all else fails, use message boards like this. I warmly recommend the following:
http://www.linuxquestion.org/questions for everything Linux. I hang there, too! ^-^')
http://www.yellowdog-board.com/ for YDL, de facto distro for PS3 right now.
http://forums.gentoo.org/ for those who like it dirty.

Q: How do I play Windows games using awesome Cell+RSX powers?
A: You don't. RSX is locked thanks to PS3's "hypervisor" and the only Windows compatibility layer available - WINE - works only on x86 processors and Cell is PPC64 derivative.


Hope this was an educating read! Suggestions, corrections? PM me!


from grifer
Go to the top of the page
 
+Quote Post
Will.Allison
post Aug 18 2007, 10:03 PM
Post #2


Advanced Member
*******

Group: Members
Posts: 143
Joined: 19-July 07
From: CA
Member No.: 46,702



Nice FAQ but you might want to capitalize the Q. I came into this topic expecting something completely different.
Go to the top of the page
 
+Quote Post
truefusion
post Aug 18 2007, 10:16 PM
Post #3


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,868
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528
T17 GFX Crew



QUOTE(Will.Allison @ Aug 18 2007, 06:03 PM) *
Nice FAQ but you might want to capitalize the Q. I came into this topic expecting something completely different.

The topic title is modified, i'm guessing, using the ucwords() PHP function. The fact that "FAQs" is actually "Faqs" is not his fault. I too thought it was something else when i read "faqs".

I'ma modify the title...
Go to the top of the page
 
+Quote Post
dave2win
post Apr 8 2008, 07:22 AM
Post #4


Member [Level 1]
****

Group: [HOSTED]
Posts: 65
Joined: 7-April 08
From: Toronto, Canada
Member No.: 60,502



Thanks for such a gr8 post. It's nice of you to see such posts are still being posted these days cause most of these days the noob Linux users don't get anything to rely causae all that is present in the net is too high fi for them to understand. I really like the post & really wanna thank you. Also the links at the end of the post was really gr8.

Thanks again.
Dave
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How Do I Switch From Gnome To Kde?(6)
  2. Installing Linux On My Laptop(2)
  3. What Linux Distro Do You Use ?(63)
  4. How to setup DNS server in Linux Slackware(4)
  5. Linux - Why It Fails As A Desktop Operating System?(34)
  6. Pros And Cons Of Mac, Windows, And Linux(32)
  7. Linux Help Please !(8)
  8. Share Experience Of Ubuntu Linux(19)
  9. Is There A Linux Distro With Widescreen Support?(7)
  10. Wubi: Install Ubuntu With A Single Click From Windows(11)
  11. Ubuntu Linux As Free Operating System Alternative(46)
  12. Do You Know When Mandriva Linux 2008 Will Be Released?(3)
  13. Windows Or Linux. Undecided Now! Help Me.(23)
  14. Linux And My Story(3)
  15. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)(0)
  1. Novell Ships Latest High-performance Linux Platform(0)
  2. Vista & Linux Double Boot(8)
  3. Linux Or Windows Hosting Os?(6)
  4. Windows, Linux Or Mac Osx?(25)
  5. What Made You Switch To Linux?(32)
  6. If Mac Osx Is Best With Hardware, Where Does Linux Lie?(5)
  7. Need Help Choosing A Linux Distro(3)
  8. Loading Linux(5)
  9. Linux And Win Xp(4)
  10. Wireless Internet On Linux Mint 4.0 Daryna(0)
  11. Need Help With Linux Installation(4)
  12. Network Install Linux On Laptop With No Cd Drive?(6)
  13. Help With Linux - Russix(4)


 



- Lo-Fi Version Time is now: 26th July 2008 - 03:35 PM