<div dir="ltr">Linux from Scratch I would definitely not recommend to new users; I'm an intermediate one and I'm stuck on an uncooperative GCC compilation.<br><br>That said, somewhere between Ubuntu and LFS in terms of abstraction is Arch Linux: you download and burn/run an ISO which gives you a minimal, zsh-based environment, with which you can create a Linux system out of effectively nothing. Gentoo works on the same principle but has you compile every package (as opposed to downloading binaries like you would from Arch Linux's pacman).<br><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><font>--------------------------------------------<br>Antonio Gurgel<br>/ɡʊr'ʒɛl/ goor-ZHEL</font><br></div></div>
<br><div class="gmail_quote">On Sun, Sep 28, 2014 at 11:09 PM, Charles Ulrich <span dir="ltr"><<a href="mailto:charles@bityard.net" target="_blank">charles@bityard.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 09/28/2014 09:56 PM, Lani Meredith wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>
On Sun, Sep 28, 2014 at 1:57 PM, Michael <<a href="mailto:mwbusch1@gmail.com" target="_blank">mwbusch1@gmail.com</a><br></span><span>
<mailto:<a href="mailto:mwbusch1@gmail.com" target="_blank">mwbusch1@gmail.com</a>>> wrote:<br>
<br>
    Changing the topic from meetings to newbies, I would like to learn<br>
    Linux and eventually Python. What suggestions would you give to<br>
    someone new to Linux about how to learn it? I am thinking about<br>
    taking a Linux class at a community college. A class would be more<br>
    structured and detailed than doing something on my own. For now I<br>
    have two books, "The Linux Command Line," and "Ubuntu Made Easy."<br>
    that I am looking through. I have Ubuntu installed as a dual boot on<br>
    my computer.<br>
<br>
    Thanks in advance for suggestions that anyone may have.<br>
<br>
    Mike Busch<br></span>
    ______________________________<u></u>___________________<br>
    linux-user mailing list<br>
    <a href="mailto:linux-user@egr.msu.edu" target="_blank">linux-user@egr.msu.edu</a> <mailto:<a href="mailto:linux-user@egr.msu.edu" target="_blank">linux-user@egr.msu.edu</a><u></u>><br>
    <a href="http://mailman.egr.msu.edu/__mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/__<u></u>mailman/listinfo/linux-user</a><span><br>
    <<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/<u></u>mailman/listinfo/linux-user</a>><br>
<br>
<br>
If you have a spare computer, I recommend Linux From Scratch<br></span>
<<a href="http://www.linuxfromscratch.org/" target="_blank">http://www.linuxfromscratch.<u></u>org/</a>>.  Compiling a compiler, chrooting,<span><br>
and creating text files without using a text editor!<br>
<br>
Lani Meredith<br>
</span></blockquote>
<br>
That's certainly one way to dive right in! But for those looking to just dip their toes in the free/libre/open-source waters, the best way is to install it (whether dual-boot or in a VM) and try to do whatever interests you. When it comes to learning tech stuff, Google and YouTube are like the parents you never had.<br>
<br>
In the case of Python, open up a terminal, type "python" and hit enter:<br>
<br>
  $ python<br>
  Python 2.7.6 (default, Mar 22 2014, 22:59:56)<br>
  [GCC 4.8.2] on linux2<br>
  Type "help", "copyright", "credits" or "license" for more information.<br>
<br>
If you type "help", it says:<br>
<br>
  >>> help<br>
  Type help() for interactive help, or help(object) for help about object.<br>
<br>
If you type "help()", there's even more, including a link to one of many (many!) Python tutorials and further advice on using the interpreter. When you get stuck or need a random question answered, Google it!<br>
<br>
(Or ask here, we like to help!)<br>
<br>
Thanks,<br>
Charles<div><div><br>
______________________________<u></u>_________________<br>
linux-user mailing list<br>
<a href="mailto:linux-user@egr.msu.edu" target="_blank">linux-user@egr.msu.edu</a><br>
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/<u></u>mailman/listinfo/linux-user</a><br>
</div></div></blockquote></div><br></div></div>