Gentoo Archives: gentoo-doc

From: Ted Kosan <tkosan@×××××.com>
To: gentoo-doc@l.g.o
Subject: RE: [gentoo-doc] DRobbins 2007.0 review
Date: Tue, 05 Jun 2007 22:10:29
Message-Id: 307667.6051.qm@web31812.mail.mud.yahoo.com
In Reply to: RE: [gentoo-doc] DRobbins 2007.0 review by "Toland
1 Chad wrote:
2
3 > I just finished my undergrad. About two years ago I took up Gentoo as a
4 > student on my own and the handbook was the best linux doc I'd ever seen at
5 > that point. My first hand experience helping classmates is similar to yours
6 > however. There is a huge gap to be bridged for windows / mac / gnome / kde
7 > users to get into gentoo. Huge like, what's a kernel and why should I
8 > configure it, or the fact that tar.bz2 is a compressed file tree, not an
9 > executable install file ala windows setup.exe. I seriously had a classmate
10 > ask me half way through the semester of my operating systems course how to
11 > change the current directory. He never used DOS growing up, like most kids
12 > my age.
13 >
14 > Things like chroot, tar and symbolic links are demonstrated but their
15 > practical application is not well explained. Do you annoy the savvy or help
16 > the newbies?
17
18 My position is that the Handbook is well suited for the savvy and that Linux
19 newbies need their own, separate document that is specifically designed to meet
20 their needs. Listed below are most of the pieces of information that I found
21 newbies needed more help with while installing Gentoo. The document I created
22 explains each of these topics and I found that ( in most cases ) this is all
23 that needs to be done to help newbies bridge the gap between
24 windows/mac/gnome/kde and the Gentoo Handbook.
25
26 Thanks :-)
27
28 Ted
29
30
31 - What is GNU?
32 - What are the main parts of an operating system and what does each part do?
33 - What is a GNU/Linux distribution?
34 - What is VMware?
35 - What is a .iso file?
36 - What does the ifconfig program do?
37 - What does the ping command do?
38 - What is a file?
39 - What is a filesystem?
40 - What is a hierarchal filesystem?
41 - What is a directory?
42 - What does the cd command do?
43 - What does the pwd command do?
44 - What does the ls command do?
45 - What does the -l option do when passed to the ls command?
46 - What is a symbolic link?
47 - In an ls long listing, how does one know which entries are files, directories
48 and links?
49 - What is the purpose of the /mnt directory?
50 - What is a path?
51 - What is a path separator?
52 - What is contained in the /bin directory?
53 - What does the "more" command do?
54 - What does a "pipe" do and what is its symbol?
55 - What does the -a option do when passed to the ls command?
56 - What is the purpose of the /proc directory?
57 - What is the purpose of the /etc directory?
58 - What is the purpose of the /home directory?
59 - What is abstraction and why is it useful?
60 - What is an interface and how is an interface related to abstraction?
61 - What is a block device?
62 - What is a character device?
63 - What is the purpose of the /dev directory?
64 - What does partitioning a hard drive do to it?
65 - What did we use the hda1 partition for?
66 - What did we use the hda2 partition for?
67 - What did we use the hda3 partition for?
68 - What is a hard drive cylinder?
69 - What "type code" is given to Linux partitions?
70 - What is the main difference between the Ext2 filesystem and the Ext3
71 filesystem?
72 - What command is used to place the Ext2 filesystem on a partition?
73 - What is the purpose of a swap partition?
74 - Where did we mount the /dev/hda3 partition in the CD's directory hierarchy?
75 - Where did we mount the /dev/hda1 partition in the CD's directory hierarchy?
76 - What command is used to set the motherboard's clock chip?
77 - What does the .tar file extension mean?
78 - What does the .bz2 file extension mean?
79 - What does it mean when a file has a .tar.bz2 extension?
80 - What does the wget command do?
81 - What is a message digest?
82 - What command did we use to determine the MD5 message digest for a file.
83 - Why are message digests used with large download files on the Internet?
84 - What is contained in a Gentoo stage3 file?
85 - What does the tar command's 'j' option mean?
86 - What is the portage tree?
87 - Where is the portage tree in the directory hierarchy?
88 - List 3 packages that are in the games-mud category in the portage tree.
89 - What is the difference between the / top-level root directory and the /root
90 directory?
91 - What does the chroot command do?
92 - What does DHCP do?
93 - How can you tell how long your computer has been running?
94 - What is a dumb terminal and why are they called 'dumb'?
95 - What is a teletype?
96 - What is a shell?
97 - What is a terminal emulator and why were they invented?
98 - How do you switch between virtual terminals in Gentoo linux?
99 - What is a shell environment variable?
100 - Which environment variable holds the command line prompt configuration?
101 - Which command is used to change a shell's environment variables?
102 - What keys need to be pressed to save a file in the nano text editor?
103 - What keys need to be pressed to exit the nano text editor?
104 - If you are on a Linux system, and you want to obtain information about what a
105 command does, how can you do this from the command line?
106 - What is ASCII?
107 - What is the decimal ASCII number for a capital letter 'A'?
108 - What are USE flags used for?
109 - What does the 'less' command do that the 'more' command cannot do?
110 - What 2 files contain descriptions of the USE flags and where are these files
111 located in the directory hierarchy?
112 - Into which file are USE flags placed so that they can be seen by portage?
113 - Which directory holds the timezone information for all of the world's
114 timezones?
115 - Which package was emerged that contained the Linux source code?
116 - What command runs the kernel configuration utility program?
117 - What does the lspci command do?
118 - What is a kernel module?
119 - What is the difference between arrow braces <> and square braces [] in the
120 menuconfig program?
121 - In the menuconfig program, how does one exit from the current menu?
122 - What effect does placing a period in front of a filename have?
123 - What is the filename of the file that the menuconfig program saves the kernel
124 configuration in?
125 - When the kernel is compiled, what is the name of the file that is created and
126 where is it located?
127 - What is the purpose of the fstab file?
128 - What is a system service?
129 - What does the syslog-ng service do?
130 - What is grub?
131 - What command creates a user account?
132 - What is the command that sets a password?
133 <end>
134 --
135 gentoo-doc@g.o mailing list

Replies

Subject Author
Re: [gentoo-doc] DRobbins 2007.0 review Josh Saddler <nightmorph@g.o>