May 16, 2008

Linux FAQs

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Operating Systems

free web hosting

Linux FAQs

infin
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

 

 

 


Reply

Will.Allison
Nice FAQ but you might want to capitalize the Q. I came into this topic expecting something completely different.

Reply

truefusion
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...

Reply

dave2win
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

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. compiz radeon "yellow dog" - 1072.77 hr back.
  2. ps3 yellowdog linux for dummies - 1236.34 hr back.
Similar Topics

Keywords : linux, faqs

  1. Need Help With Linux Installation
    (4)
  2. Wireless Internet On Linux Mint 4.0 Daryna
    bcm94311mcg wlan mini-pci (0)
    Well, a while back I started to get into Linux and tried out a few distros and found my perfect one.
    Linux Mint, a Ubuntu based distro that uses the same packages and repositories I believe. The latest
    version, Daryna, it based on Ubuntu Gutsy Gibbon. My laptop is a Compaq Presario C714NR with a
    BCM94311MCG WLAN Mini-PCI wireless card built in. It came with Windows Vista Home Premium and I
    bought it around December. Well, I finally got my wireless internet working using this tutorial:
    The tutorial was very simple and it did what it was supposed to do. I recommend doi....
  3. Linux And Win Xp
    Together (4)
    Is there any way to install linux and win xp together on just one computer?....
  4. Loading Linux
    Loading Linux (5)
    Go to http://www.Linux.org/dist/list.html Linux is packaged in different distributions one of my
    favorite is http://musix.org.ar/en/index.html it is full of powerful art producing software like
    http://www.rosegardenmusic.com/ and many more. many of the Linux distributions have what is called
    live CDs these are Linux Distributions You can run from Your CD ROM on Your windows system. You put
    the CD in before You boot then when You boot Your computer the CD boots up Linux and Linux now will
    recognize all Your hardware. You just download the MusixGNU+Linux1.0r2_Stable.....
  5. Need Help Choosing A Linux Distro
    (3)
    Hi, When I get my new computer soon I wan't to get XP, however, I also want to have Linux since
    I used it a couple of times and I thought it was good. Trouble is there are so many versions out
    there that I don't know which one I should pick. Ubuntu i've heard is very good but I wanted
    to ask the trap17 community first to see which version you think I should get?....
  6. If Mac Osx Is Best With Hardware, Where Does Linux Lie?
    (1)
    Here's a good question: Is Linux better at utilizing hardware efficiently to produce optimal
    performance out of your components. I hear a lot about Mac OSX being so much better with Intel
    processors and yada yada, but I don't know if this is true or if a bunch of Mac elitists said a
    bunch of crap and ran with it. I don't think there are actual comparable benchmarks, but if
    there are, where does Linux lie in the hardware efficiency race? (Or is it dependent on which Linux
    distribution it is, like how XP still beats Vista in performance?)....
  7. What Made You Switch To Linux?
    (14)
    I first tried Linux a few years ago, not because I was completely against Windows or anything like
    that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
    very user friendly and Windows-like. After reading through a bunch of message boards and learning
    which distros are good for what, I soon realized my current distro was great for Linux noobs. So
    then I decided to try something a little more advanced like Slackware which I knew had a steep
    learning curve. Since then I've been using Slackware as my main OS and couldn't ....
  8. Windows, Linux Or Mac Osx?
    Which OS do u prefer. (25)
    Well, I've tried Ubuntu Gutsy and Windows Vista. I liked Ubuntu but I think that it needs more
    work to become a "real" OS, I mean, u need to know many code to can use it properly, I have 2PCs in
    one I've Windows Vista (my main laptop) and in my secondary PC (desktop) I've Ubuntu and
    Windows XP (dual-boot). Give ur opinion about this OS.!....
  9. Linux Or Windows Hosting Os?
    (6)
    Okay i recently bought a godaddy hosting account. Now my question is whats the difference between
    the Linux OS hosting, and the Windows OS hosting?....
  10. Vista & Linux Double Boot
    (8)
    I am considering installing Ubuntu Linux to run as a double boot on my new laptop. I purchased the
    laptop with Vista Home Premium and I need to keep it for some of my games and software. Ex. Guild
    Wars, Halo, Visual C++ Express. I am just wanting to run Linux to see what it is like and I am
    wondering whether or not I could run Vista and Linux on the same hard drive. I have at least 70GB of
    space left and my C partition contaisn about 103 GB. I just bought the laptop a few days ago. I am
    just wanting to know this because I am thinking of getting Linux and possibly an exte....
  11. Novell Ships Latest High-performance Linux Platform
    (0)
    It's the Novell first time shipped the Real Time. So I don't think it is at the most
    effective coding for this release. Althrough it should without any critical issues. But I will wait
    until it's service pack or next release. QUOTE Novell Tuesday released SUSE Linux
    Enterprise Real Time 10, its open source operating system tuned for high-performance applications.
    Novell is targeting the platform at vertical industries looking to support applications that need
    the highest reliability and performance, including those in the financial services industry. N....
  12. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)
    (0)
    Hello, In this tutorial I will show you how to install Compiz Fusion onto Ubuntu Linux version 7.10
    with an ATI Graphics card. Requirements: Ubuntu Linux 7.10 You use an ATI Graphics Card To
    start off, all these scripts should be ran in terminal. Terminal is accessed by clicking on:
    Applications Accessories Terminal We will be putting the prefix of sudo on before the codes.
    This makes it run as an administrator, as Ubuntu doesn't allow direct access to the accounts.
    First of all if you haven't already, enable the restricted driver for the ATI Graph....
  13. Linux And My Story
    (3)
    will i have start my live with the INTERNET as hacker yes thats right i was a hacker but when i
    first success of hacking website i have been able to Rich the cpanel and i checked every piece of
    it i used to have free web Hosts before but i never have a cpanel and i looked too the ssh shell
    icon i clicked on it and i find my self on the command line as a root user /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> will i was verge femaler
    with the dos so i know what the command line is but as you can emagin i trayed every comma....
  14. Windows Or Linux. Undecided Now! Help Me.
    At a cross-road between them. (23)
    I am at a situation now where by I am undecided whether continue using windows. I have always been a
    Windows Fan all my life until some months back when I started delving into the Linux world and wat I
    found in there was quite very impressing. When you talk about 3-D desktop environments and security
    and some real col stuffs like widgets and things like that, Linux has got it all. But for a few
    softwares, I would have said bye bye to windows months back. I need help here in making this
    decision. Is there any software in Linux that conviniently replace MS Encarta? or En....
  15. Do You Know When Mandriva Linux 2008 Will Be Released?
    (3)
    I had been a Mandriva Linux fan for many years. But since the quality of its product became worse in
    2005, I dropped it. Recently I was told that Mandriva Linux is from good to better in 2007, so I
    want to try it again. So do you know when Mandriva Linux 2008 will be released?....
  16. How To Connect My Pc With Server Xubuntu
    internet linux client xp (1)
    i got some router/server xubuntu.... How to connect my pc destop Xp to my internet with server
    xubuntu???? /blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif"
    /> /ph34r.gif" style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> >>....
  17. Linux
    (3)
    a couple simple questions... 1. what distros of linux work on macs running ppc g4? 2. how do i
    install it on an external hard drive without deleting 50gb of music and stuff. (hard drive is a
    Seagate FreeAgent Pro 320gb external) any answers will be of great help!....
  18. Ubuntu Linux As Free Operating System Alternative
    linux operating system (42)
    About three years ago I decided to learn how to use Linux and after a lot of posts on a forum I
    tried Ubuntu Linux as it was recommended as a good first Linux distro. Ubuntu is not the easiest
    Linux distro to use but with its unmatched forum community support it is one of the easiest to learn
    to use. One of the problems with learning Linux is that a lot of users have an attitude that Linux
    should be a free Windows knock off which it is not. Ubuntu is build on a Linix core or kernel and is
    a different Open Source and free as in to use operating system. This brings us to t....
  19. Wubi: Install Ubuntu With A Single Click From Windows
    If you are afraid of Linux, it's for you (11)
    Hi, I just found out this nice software which allows you to install Ubuntu from Windows as any other
    application. I haven't tried it personally though, because I'm already running Linux, but
    some of you may want to check it out. Here it is: http://wubi-installer.org/ I hope it helps
    somebody.....
  20. My Troubles With Linux
    Any suggestions? (11)
    A month or so ago, I installed linux on secondary hard drive and it screwed up my computer. When I
    tried to boot up, it said there was a GRUB error and I couldn't go anywhere after that. Anyway,
    I fixed all that but I am still curious about uBuntu but I don't want to mess up my computer
    again. I think the problem was that I used more than 1 HD. Is there a sure way to not mess up my
    computer if I just make a partition on my master hard drive? Thanks.....
  21. Looking To Switch To Linux
    (8)
    Alright, i want linux now, but im not sure how well it will work. from what i read, it is not like
    windows or OS X, which is what i am familiar with. Also, partitioning my hard drive sounds hard, and
    im kinda lazy. linux seems like too much work, eventhough its reviews are amazing. i guess i am
    looking for guidance. i dont want to screw up my comp, but i want to try linux. i want to know which
    distribution i should get. the main things i do are: coding, internet surfing, iming, listening to
    music and gaming. but with linux, i am not sure i will be able to do that. so wil....
  22. Winxp, Winvista And Linux Multiboot
    Is it possible? (15)
    well.. I have 4 partitions in my hard disk drive, I have windows XP in the primary partition (C:),
    and Windows Vista on logical partition (D:)... I want to install the Linux Kubuntou on the logical
    drive (E:).. I didn't want to start setup cause I'm afread from losing data on the primary
    partition untill ask people who have tried installing Linux like my situation .. I don't know
    even if it's possible or not?....
  23. Share Experience Of Ubuntu Linux
    For all Ubuntu Linux users who are using this great OS (19)
    Hi, I am using Ubuntu Linux 6.06 LTS version. and I want to say that this one is really a great
    OS to try linux. This is the perfect OS to compare with Windows XP. I have both WindowsXP and Ubuntu
    6.06. I had also tried other Linux distro, but found this one is really a nice one. I am fully
    satisfied with Ubuntu Linux. Please share your experiance with Ubuntu Linux here.....
  24. Linux Help Please !
    Live CD problem with Ubuntu (8)
    OK heres the layout... i want linux, i have a CD with it on it i go to load it on my lap top, *its
    bootable* and i get thru everything installs and such, but when its done it shows a black screen
    with 2 white squares about half a inch long and half a inch wide, 2 of them apart from each other
    now when i reboot and take the CD out, there is no OS asks for a OS disk, it is called ubuntu. +
    where would i go about getting a *free* program to make a CD bootable so that i can download another
    thing of linux and also, which should i get? please answer this is vary confuseing ....
  25. Pros And Cons Of Mac, Windows, And Linux
    This is not a what's better topic, it's a pros and cons (29)
    Before i start i want to make sure you understand this is not a what OS is better this is a what is
    better at certain things and your reasons why. I would also like to know more about Linux because
    i'm slightly confused on it. Will it mess my computer up if i install it, dont like it, and
    uninstall it? OK on with the topic. I own a Mac and work on one for many hours a day, but had
    always used a Windows based system since well i was 5 and i remember my father using DOS to run Duke
    Nukem haha. So i know my way around it. Here is my Pros and Cons list Windows: Pros....
  26. Linux - Why It Fails As A Desktop Operating System?
    (34)
    Linux is becoming such a craze nowadays that not even a single day passes without one or other
    distribution releasing a new version. But why is it failing so miserably in the desktop arena. The
    answer lies in three reasons. 1. The plethora of distributions -
    Redhat,Debian,Ubuntu,Suse,Gentoo,Knoppix - everbody and his uncle is coming out with new ones. 2.
    The lack of backward compatibility - I had Redhat 7.3 running. I upgraded to Redhat 9. Many
    applications had to be recompiled. You ask my mom to recompile applications - She will throw out
    Linux and take Windows anyday. ....
  27. How to setup DNS server in Linux Slackware
    (3)
    Please help me how to set dns server in linuk slackware Moved from what is.. forum to operating
    systems. Please note that what is... section is not to ask question but to explain things. Also,
    Just writing these one-liners doesnt contribute much in the forum, so make sure that when you ask
    question you have to be explain each and everything and then only someone will be able to help you. ....
  28. What Linux Distro Do You Use ?
    (58)
    I've just recently tried linux and I must say I"m really impressed with the new KDE and Gnome
    environments, as well as the shere number of OSS available. I'm really excited about devling
    deeper into this more stable and efficient OS; This coming from a windows user since it's dawn.
    I've started with Gentoo 2006.0 to get my feet wet, and I'm planning to grab the new Fedora
    Core 5 when I get a chance (as well as more cd's/dvd's) - it was recommended to me.
    Anyways, what linux flavor do you prefer and why ? ....
  29. Installing Linux On My Laptop
    (2)
    Hello, i have Debian "Sarge" in a DvD, and i want to install it in my dell d600 but i want to know
    if all this hardware is supported, or is better if i first donwload all that i goint to need,
    because if i install it but my lan adapters doesn't work then i will have some difficulties:
    This is my system Centrino LCD SXGA (1400x1050) Pentium M Banias 1.6 FSB 400 Mainboard i855PM ATI
    RADEON 9000 AUDIO SIGMATEL 9750 Intel PRO/Wireless LAN 2100 3A MINI PCI Broadcom 570X Gigabit
    Thank's for your help!!....
  30. Freebsd Vs Linux
    What would you use? (5)
    Which one do you think is best? Please explain your choice. Cheers!....

    1. Looking for linux, faqs

Searching Video's for linux, faqs
advertisement



Linux FAQs



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE