This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (185 loc) · 9.3 KB
/
index.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>XJTLU Linux User Group</title>
<link rel="stylesheet" href="revealjs/css/reveal.css">
<link rel="stylesheet" href="revealjs/css/theme/serif.css">
<style>
.light-sec {
color: white;
}
.light-sec h2 {
color: white;
}
.highlighted {
color: #CB1B45;
}
pre {
white-space: pre-line;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>XJTLU Linux User Group</h2>
<h3>LUG@XJTLU</h3>
<p><small>by Xiyu Cai</small></p>
</section>
<section data-background="#A8D8B9">
<h2>We are...</h2>
<ul>
<li class="fragment">A group of users of Linux and other Unix-like operating systems</li>
<li class="fragment">Enthusiasts of latest technologies</li>
<li class="fragment">Promoters of free software and free technologies</li>
</ul>
</section>
<section data-background="#81C7D4">
<section>
<img src="media/Tux.svg">
<h2>The Linux Operating Systems</h2>
<p><small>A brief introduction to our topic</small></p>
</section>
<section>
<h2>History</h2>
<ul>
<li class="fragment">Originally created by <b class="highlighted">Linus Torvalds</b> in 1991</li>
<li class="fragment">Free (libre) and open-source alternative to Unix</li>
<li class="fragment">Later collaborated with the GNU project for a complete free operating system</li>
</ul>
</section>
<section>
<h2>Adoption</h2>
<ul>
<li class="fragment">Servers: Most of the websites run on Linux servers</li>
<li class="fragment">Desktop: Hundreds of distributions for daily use<br>
<small class="fragment">...but Torvalds did not have a good time with Jobs :(</small>
</li>
<li class="fragment">Mobile: ANDROID!!!!!</li>
<li class="fragment">The online world today <b class="highlighted">CANNOT EXIST</b> without Linux</li>
</ul>
</section>
<section>
<h2>Advantages</h2>
<ul>
<li class="fragment">Free & Secure: Free as in <b class="highlighted">freedom</b>, no Microsoft and no Big Brother</li>
<li class="fragment">Performant: Only use what you need. Suitable for businesses with high performance requirements</li>
</ul>
<p class="fragment">...and for us</p>
<ul>
<li class="fragment">Learning: Source code available everywhere, read & hack as you like</li>
<li class="fragment">Career: Unavoidable to work with in the IT industry</li>
</ul>
</section>
</section>
<section data-background="#656765" class="light-sec">
<section>
<img src="media/Free_Software_Foundation_logo_and_wordmark.svg">
<h2>Free Software</h2>
<p><small>The heart of every LUG</small></p>
</section>
<section>
<h2>Introduction</h2>
<ul>
<li class="fragment">Belief: Software, like knowledge, should be <b class="highlighted">free</b></li>
<li class="fragment">Free as in <b class="highlighted">freedom</b>, not in free beer</li>
<li class="fragment">Nobody should be able to control my computing device, nor should they impose any sort of surveillience on me</li>
</ul>
</section>
<section>
<h2>Importance</h2>
<ul>
<li class="fragment">Linux: The biggest free and open source software (<b class="highlighted">FOSS</b>) project</li>
<li class="fragment">BSD: Even Apple macOS and iOS are using a free software implementation of BSD at its core</li>
</ul>
<p class="fragment">...for users</p>
<ul>
<li class="fragment">Academic: LaTeX & more professional tools</li>
<li class="fragment">Daily: Chrome is partially free while Firefox is completely free</li>
<li class="fragment">The Internet and its openness is built on free software and free technologies</li>
</ul>
</section>
<section>
<pre>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
</pre>
</section>
</section>
<section data-background="#9E7A7A" class="light-sec">
<section>
<h2>Linux User Group</h2>
<p>The worldwide user community of Linux</p>
</section>
<section>
<h2>Who we are (again)</h2>
<ul>
<li class="fragment">Linux & Unix users <span class="fragment">/ learners</span><span class="fragment"> / enthusiasts</span></li>
<li class="fragment">Free software advocators</li>
<li class="fragment">Followers of latest technologies</li>
</ul>
</section>
<section>
<h2>What is LUG</h2>
<ul>
<li class="fragment">Organization of Linux users</li>
<li class="fragment">Often found in universities, large cities and localities.</li>
<li class="fragment">Similar to Unix User Group</li>
<li class="fragment">Academic, Innovative and Enthusiastic</li>
<li class="fragment">In China:
<span class="fragment">BLUG (Beijing LUG)</span><span class="fragment">, Wuhan LUG</span><span class="fragment">, Chongqing LUG</span><span class="fragment">, LUG@USTC</span><span class="fragment">, LUG@NEU</span></li>
</ul>
</section>
<section>
<h2>Objectives</h2>
<ul>
<li class="fragment">To <span class="highlighted">promote</span> the use of Linux and other Unix-like operating systems</li>
<li class="fragment">To <span class="highlighted">increase</span> involvement of XJTLU students in free software communities</li>
<li class="fragment">To <span class="highlighted">build</span> a platform for sharing technologies related to Linux and the FOSS world</li>
<li class="fragment">To <span class="highlighted">prepare</span> XJTLU students for future careers with Linux-related environment</li>
<li class="fragment">To <span class="highlighted">motivate</span> XJTLU students to become world citizens through activity in FOSS community</li>
</ul>
</section>
<section>
<h2>Activities (Proposed)</h2>
<ul>
<li class="fragment"><span class="highlighted">Installation parties</span>: For those who would like to have a taste of Linux</li>
<li class="fragment"><span class="highlighted">Linux guide seminars</span>: Guiding newbies through Linux</li>
<li class="fragment"><span class="highlighted">FOSS developement</span>: We will have FOSS projects / services for XJTLU students and for everyone</li>
<li class="fragment"><span class="highlighted">Routine talks / meetups</span>: internal sharing of knowledge and information related to the club's topic (like TUNight of TUNA)</li>
<li class="fragment"><span class="highlighted">Lectures</span>: Extended talks. For everyone in XJTLU. (based on how LUG develops)</li>
</ul>
</section>
</section>
<section data-background="#1C1C1C" class="light-sec">
<h2>Q & A</h2>
<small>Any questions for us?</small>
</section>
<section data-background="#1C1C1C" class="light-sec">
<h2>THE END</h2>
</section>
</div>
</div>
<script src="revealjs/lib/js/head.min.js"></script>
<script src="revealjs/js/reveal.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'convex',
})
</script>
</body>
</html>