forked from glugnith/glug.nith.ac.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.php
98 lines (79 loc) · 5.79 KB
/
faq.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php
include_once "includes/header.php";
?>
<!-- Main Info starts -->
<div id="main_info_cont">
<div id="main_info_left">
<div id="main_info_left_in">
<div class="content_style1">
<div class="content_style1_heading">
<h3>What is GNU?</h3>
</div>
<div class="content_style1_info">
<strong>In the words of Richard M. Stallman, the founder of the GNU Project:</strong><br /><br />
<p>"GNU, which stands for Gnu's Not Unix, is the name for the complete Unix-compatible software system which I am writing so that I can give it away free to everyone who can use it. Several other volunteers are helping me. Contributions of time, money, programs and equipment are greatly needed."</p><br />
<strong><a href="http://www.gnu.org/gnu/manifesto.html">»»Read GNU Manifesto</a></strong>
</div>
</div>
<br /><br />
<div class="content_style1_cont">
<div class="content_style1">
<div class="content_style1_heading">
<h3>Linux and the GNU Project</h3>
</div>
<div class="content_style1_info">
<strong>The version of GNU which is widely used today is more often known as "Linux" and many users are not aware of the extent of its connection with the GNU Project.</strong><br /><br />
<p>Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in a combination with the GNU operating system: the whole system is basically GNU, with Linux functioning as its kernel.</p><br />
<strong><a href="http://www.gnu.org/gnu/linux-and-gnu.html">»»Read more</a></strong>
</div>
</div>
</div>
</div>
</div>
<div id="main_info_center">
<div id="main_info_center_in">
<div class="content_style2">
<div class="content_style2_heading">
<h3>FAQ</h3>
</div>
<div class="content_style2_info">
<p>
<strong> 1. Why have a GLUG? </strong><br /><br />
<p> Since the development of the GNU/Linux system follows the 'bazaar' (see ) model, it is maintained by an unstructured group of programmers from all over the world. GNU/Linux works precisely because people are free to come and go as they please. However the lack of central structure poses certain difficulties related to allocation of human resources, effectve advocacy, public relations, user education, and training. It can disorient the new Linux user, since she does not know whom to call for suport, training, or education.</p>
<p> That is where GLUGs come in. They provide the answers to the above questions and form a social group, whose members can share their individual knowledge amongst themselves. After all the ability to share knowledge is one of the cornerstones on which the concepts of Free Software and Free Knowledge are based. The more you share, the better.</p>
<p> Since our towns, villages, or metropolitans have no GNU/Linux Corporation "regional office", the GLUG takes on many of the same roles a regional office does for a large multi-national corporation.</p>
<div class="line1"></div>
<strong>2. Ok fine. But what would does GLUG NITH plan to do?</strong><br /><br />
<p> Being a university GLUG, no doubt our activities would be slightly education oriented. However our main goal is to promote the use of GNU/Linux from an end-user's perspective. We feel that there exists a certain fear in the minds of the people when it comes to using GNU/Linux on the desktop. Since most of these fears are born out of baseless myths, we plan to help you in using your GNU/Linux system as 'easily' as would use any other operating system.</p>
<p>The GLUG would act as a forum to help out people working on Free or Open Source Software projects, and encourage the members (especially students) to scale new heights using GNU/Linux as the launching pad for their ideas.</p>
<p>Among other things we also plan to do the following:<br />
1. Offer ISO images of the latest releases of the major GNU/Linux distros.<br />
2. Offer all those libraries, plugins, drivers, and other pieces of software that could make life much more enjoyable for a GNU/Linux user.<br />
3. Host a mirror for some reputed Free and Open Source Software sites.</p>
<p> NB: If you think you can help us in achieving any of the above objectives please do come forward. It does not matter whether you have a bagful of problems or solutions, your contribution would always be greatly appreciated. The more problems that crop up, the more they get solved!</p>
<div class="line1"></div>
<strong>3. How do I become a member?</strong><br /><br />
<p> Just walk into a GLUG meeting, join our group at facebook or subscribe to the mailing list to be a member.</p>
<div class="line1"></div>
<strong>4. Who is in charge here?</strong><br /><br />
<p> Everyone. Its for the users, by the users, and of the users. This is a social group and we would not like to have any hierarchial structure.</p>
<p> However individual members can take additional responsibilites (other than creating/solving GNU/Linux related problems) like maintaining the website, moderating the mailing lists, organizing meets, advocating use of GNU/Linux and other FLOSS products, etc..</p>
</p>
</div>
</div>
</div>
</div>
<div id="main_info_right">
<div id="main_info_right_in">
<?php
include_once "includes/main_info_right.php";
?>
</div>
</div>
<div class="float_clear">
</div>
</div>
<!-- Main Info ends -->
<?php
include_once "includes/footer.php";
?>