This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeetings.html
52 lines (50 loc) · 3.03 KB
/
meetings.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>GNU/Linux User Group at ACM</title>
<link rel="stylesheet" href="lug09.css" title="LUG09" />
</head>
<body><div id="container">
<img id="logo" src="Gnulinux.png" alt="gnutux" width="200" height="200" />
<h1>GNU/Linux Users Group</h1>
<h2>Association for Computing Machinery @ University of Illinois at Urbana-Champaign</h2>
<div id="navcontainer">
<ul id="navlist">
<li id="notactive"><a href="index.html" id="notcurrent">About</a></li>
<li id="notactive"><a href="projects.html" id="notcurrent">Projects</a></li>
<li id="active"><a href="meetings.html" id="current">Meetings</a></li>
<li id="notactive"><a href="conventions.html" id="notcurrent">Conventions</a></li>
<li id="notactive"><a href="events.html" id="notcurrent">Events</a></li>
<li id="notactive"><a href="opportunities.html" id="notcurrent">Opportunities</a></li>
<li id="notactive"><a href="materials.html" id="notcurrent">Materials</a></li>
</ul>
</div>
<div id="content">
<p>One of the most frequent questions we get asked is <a href="https://github.com/ACMLug/meetings/blob/master/meeting7-2014-10-20/notes.yml">"What can I expect if I come to a meeting?"</a></p> We currently organize meetings into the following 5-15 minute sections but have the most fun when attendees take the floor and drive the agenda. We also like alliteration.</p>
<p><blockquote><li>Ask/Discuss/Group</li></blockquote>
<blockquote><ul>Announcements and logistical discussions</ul></blockquote>
<p><blockquote><li>Linux in the News</li></blockquote></p>
<blockquote><ul>Review and discuss some Linux-related headlines</ul></blockquote>
<p><blockquote><li>Education Epoch</li></blockquote></p>
<blockquote><ul>Share educational resources to improve our understading e.g. new books, MOOCs, tutorials, etc.</ul></blockquote>
<p><blockquote><li>Proc Period</li></blockquote></p>
<blockquote><ul>Learn about Procfs by example e.g. tune your kernel, gather data, etc.</ul></blockquote>
<p><blockquote><li>SSH Section</li></blockquote></p>
<blockquote><ul>OpenSSH tips and tricks</ul></blockquote>
<p><blockquote><li>Shell Space</li></blockquote></p>
<blockquote><ul>Improve your mastery of the shell each week</ul></blockquote>
<p><blockquote><li>Vim Vicinity</li></blockquote></p>
<blockquote><ul>Show off your vimrc and share productivity increasing shortcuts</ul></blockquote>
<p><blockquote><li>Container City</li></blockquote></p>
<blockquote><ul>Sharing Linux-based container tips</ul></blockquote>
<p><blockquote><li>C Corner</li></blockquote></p>
<blockquote><ul>A C programming mini-series</ul></blockquote>
<p><blockquote><li>Small Talks</li></blockquote></p>
<blockquote><ul>Open mic, 20 min or less talks about anything FOSS related</ul></blockquote>
<p><blockquote><li>Big Talks</li></blockquote></p>
<blockquote><ul>The main course</ul></blockquote>
<p><i>Last upated on March 8, 2014</i></p>
</div>
</div></body>
</html>