-
Notifications
You must be signed in to change notification settings - Fork 0
/
sessions.html
342 lines (317 loc) · 18.7 KB
/
sessions.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Self Sessions</title>
<link href="countdown/jquery.countdown.css" rel="stylesheet" type="text/css" />
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script src="countdown/jquery.countdown.min.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
$(document).ready(function(){
$('#countdown').countdown({
compact: false,
description: "Until SouthEast LinuxFest!",
until: new Date(2014, 5, 20), timezone: -5});
//Set default open/close settings
$('.acc_container').hide(); //Hide/close all containers
//$('.acc_trigger:first').addClass('active').next().show(); //Add "active" class to first trigger, then show/open the immediate next container
//On Click
$('.acc_trigger').click(function(){
if ($(this).next().is(':hidden'))
{
//If immediate next container is closed...
$('.acc_trigger').removeClass('active').next().slideUp(); //Remove all .acc_trigger classes and slide up the immediate next container
$(this).toggleClass('active').next().slideDown(); //Add .acc_trigger class to clicked trigger and slide down the immediate next container
}
else
{
$(this).toggleClass('active').next().slideUp();
}
return false; //Prevent the browser jump to the link anchor
});
});
//-->
</script>
</head>
<body>
<div id="header">
<img src="header.png" alt="header" style="max-height: 100%;" />
<ul style="float: right; margin: 10px 10px 0px auto; position: relative;">
<li style="display: inline-block; text-align: center;"><a href="sessions.html" title="Sessions"><img src="sessions.png" /></a><!--br /><a href="sessions.html" title="Sessions">Sessions</a--></li>
<li style="display: inline-block; margin: 0px 25px 0px 25px; text-align: center;"><a href="speakers.html" title="Speakers"><img src="speakers.png" /></a><!--br /><a href="speakers.html" title="Speakers">Speakers</a--></li>
<li style="display: inline-block; text-align: center;"><a href="map.html" title="Map"><img src="map.png" /></a><!--br /><a href="map.html" title="Map">Map</a--></li>
</ul>
<div style="background-color: #000000; margin: -5px 0px 0px 0px; padding: 0px; position: relative; width: 100%;">
<span class="colorbox" style="background-color: #34687b;"> </span>
<span class="colorbox" style="background-color: #5a766f;"> </span>
<span class="colorbox" style="background-color: #7d8264;"> </span>
<span class="colorbox" style="background-color: #9d8e59;"> </span>
<span class="colorbox" style="background-color: #c09a4e;"> </span>
<span class="colorbox" style="background-color: #dea545;"> </span>
<span class="colorbox" style="background-color: #ff832d;"> </span>
<span class="colorbox" style="background-color: #ff5520;"> </span>
</div>
</div>
<div class="container">
<h2 class="acc_trigger"><a href="#">Friday</a></h2>
<div class="acc_container">
<div class="block">
<table border="0" width="100%">
<thead>
<tr>
<th class="event gray">Room</th>
<th class="event green">Oracle</th>
<th class="event blue">Linode</th>
<th class="event red">Red Hat</th>
<th class="event orange">Open@Citrix</th>
</tr>
</thead>
<thead>
<tr>
<th class="event gray">Event</th>
<th class="event green">Puppet Training</th>
<th class="event blue">SELF-Centered Security</th>
<th class="event red">SELF Track</th>
<th class="event orange">SELF Track</th>
</tr>
</thead>
<tbody>
<tr>
<td class="event gray">9:00 - 10:00</td>
<td class="event green">Test Driven Development with Puppet<br/><br/><a href="speakers.html#GarrettHoneycutt" title="Garrett Honeycutt">Garrett Honeycutt</a></td>
<td class="event blue">Introduction to the Advanced Security Features of the Xen Project Hypervisor<br/><br/><a href="speakers.html#RussellPavlicek" title="Russell Pavlicek">Russell Pavlicek</a></td>
<td class="event red">An introduction to CGroups<br/><br/><a href="speakers.html#AndyGrimm" title="Andy Grimm">Andy Grimm</a></td>
<td class="event orange">The Anti-Cloud:Headless Archlinux on a Pogoplug<br/><br/><a href="speakers.html#BenFrancis" title="Ben Francis">Ben Francis</a></td>
</tr>
<tr>
<td class="event gray">10:15 - 11:15</td>
<td class="event green">(Continued)</td>
<td class="event blue">Historical Perspectives on Computer Security<br/><br/><a href="speakers.html#C.ThomasStover" title="C. Thomas Stover">C. Thomas Stover</a></td>
<td class="event red">What Communities Can Learn from Buffy the Vampire Slayer <br/><br/><a href="speakers.html#RikkiEndsley" title="Rikki Endsley">Rikki Endsley</a></td>
<td class="event orange">Hello, Ruby!<br/><br/><a href="speakers.html#RobertMarshall" title="Robert Marshall">Robert Marshall</a></td>
</tr>
<tr>
<td class="event gray">11:30 - 12:30</td>
<td class="event green">(Continued)</td>
<td class="event blue">The Joy of DNSSECs<br/><br/><a href="speakers.html#ChuckAurora" title="Chuck Aurora">Chuck Aurora</a></td>
<td class="event red">Raspberry Pi Hacks<br/><br/><a href="speakers.html#RuthSuehle" title="Ruth Suehle">Ruth Suehle</a><br>
<a href="speakers.html#TomCallaway" title="Tom Callaway">Tom Callaway</a></td>
<td class="event orange">Tour of an Elasticsearch Application<br/><br/><a href="speakers.html#NikEverett" title="Nik Everett">Nik Everett</a></td>
</tr>
<tr>
<td class="event gray"><span class="notice"></span>12:30-1:30</td>
<td class="event gray" colspan="5">LUNCH</td>
</tr>
<tr>
<td class="event gray">1:30 - 2:30</td>
<td class="event green">MySQL 5.7 -- What is new, what is changing, and what we are breaking<br/><br/><a href="speakers.html#DaveStokes" title="Dave Stokes">Dave Stokes</a></td>
<td class="event blue">IPv6 Security<br/><br/><a href="speakers.html#JoniJulian" title="Joni Julian">Joni Julian</a></td>
<td class="event red">PBI v10: Application Management Made Easy<br/><br/><a href="speakers.html#KenMoore" title="Ken Moore">Ken Moore</a></td>
<td class="event orange">Systemd<br/><br/><a href="speakers.html#TomCallaway" title="Tom Callaway">Tom Callaway</a></td>
</tr>
<tr>
<td class="event gray">2:45 - 3:45</td>
<td class="event green">Insane NoSQL speeds with MariaDB and HandlerSocket<br/><br/><a href="speakers.html#DanielBartholomew" title="Daniel Bartholomew">Daniel Bartholomew</a></td>
<td class="event blue">Avoiding the stupid when deploying two-factor authentication<br/><br/><a href="speakers.html#NickOwen" title="Nick Owen">Nick Owen</a></td>
<td class="event red">How You Currently AREN'T Delivering Software<br/><br/><a href="speakers.html#MykelAlvis" title="Mykel Alvis">Mykel Alvis</a></td>
<td class="event orange">Old Timer Slackware Ragchew<br/><br/><a href="speakers.html#DavidCantrell" title="David Cantrell">David Cantrell</a></td>
</tr>
<tr>
<td class="event gray">4:00 - 5:00</td>
<td class="event green">MariaDB 10: Your MySQL alternative<br/><br/><a href="speakers.html#ColinCharles" title="Colin Charles">Colin Charles</a></td>
<td class="event blue">An Analysis of Heartbleed<br/><br/><a href="speakers.html#JeffPropes" title="Jeff Propes">Jeff Propes</a></td>
<td class="event red">Brython: Not Celtic, Pythonic! <br/><br/><a href="speakers.html#FrancoisDion" title="Francois Dion">Francois Dion</a></td>
<td class="event orange">Trolls Aren't the Only Threat Under the Bridge<br/><br/><a href="speakers.html#DebNicholson" title="Deb Nicholson">Deb Nicholson</a></td>
</tr>
<tr>
<td class="event gray">5:15 - 6:15</td>
<td class="event green">Puppy Linux Deconstructed<br/><br/><a href="speakers.html#JTPennington" title="JT Pennington">JT Pennington</a></td>
<td class="event gray">(BoF Space)</td>
<td class="event gray">(BoF Space)</td>
<td class="event gray">(BoF Space)</td>
</tr>
</tbody>
</table><br />
<div style="text-align:center">
<span class="notice">Pre-Party: 8:00 PM - ??? Sheraton Charlotte Bar</span><br>
<span class="notice">Expo Hall Flex Day (Optionally open on a per-exhibitor basis)</span><br>
</div>
</div>
</div>
<h2 class="acc_trigger"><a href="#">Saturday</a></h2>
<div class="acc_container">
<div class="block">
<table border="0" width="100%">
<thead>
<tr>
<th class="event gray">Room</th>
<th class="event green">Oracle</th>
<th class="event blue">Linode</th>
<th class="event red">Red Hat</th>
<th class="event orange">Open@Citrix</th>
</tr>
</thead>
<thead>
<tr>
<th class="event gray">Event</th>
<th class="event green">SELF Track (Mor.)<br/>Zero to DBA (Eve.)</th>
<th class="event blue">SELF Track</th>
<th class="event red">SELF Track</th>
<th class="event orange">BSidesCLT</th>
</tr>
</thead>
<tbody>
<tr>
<td class="event gray">9:00 - 10:00</td>
<td class="event green" colspan="2">Keynote: Maintaining Privacy in the Digital Age<br/><br/><a href="speakers.html#AlanHicks" title="Alan Hicks">Alan Hicks</a></td>
</tr>
<tr>
<td class="event gray">10:15 - 11:15</td>
<td class="event green">SQLite as an Application File Format<br/><br/><a href="speakers.html#RichardHipp" title="Richard Hipp">Richard Hipp</a></td>
<td class="event blue">How to Get One of These Awesome Open Source Jobs<br/><br/><a href="speakers.html#MarkAtwood" title="Mark Atwood">Mark Atwood</a></td>
<td class="event red">Demystifying SSL: Putting the S in HTTPS<br/><br/><a href="speakers.html#JeffPropes" title="Jeff Propes">Jeff Propes</a></td>
<td class="event orange">Kippo and Bits and Bits and Bits<br/><br/><a href="speakers.html#ChrisTeodorski" title="Chris Teodorski">Chris Teodorski</a></td>
</tr>
<tr>
<td class="event gray">11:30 - 12:30</td>
<td class="event green">Making Pointers Point<br/><br/><a href="speakers.html#AndrewPsaltis" title="Andrew Psaltis">Andrew Psaltis</a></td>
<td class="event blue">Is Big Data like high school sex, lots of talk but little action?<br/><br/><a href="speakers.html#DaveStokes" title="Dave Stokes">Dave Stokes</a></td>
<td class="event red">Demystifying SSL: From Zero to Certificate Authority<br/><br/><a href="speakers.html#JeffPropes" title="Jeff Propes">Jeff Propes</a></td>
<td class="event orange">LTE Security - Facts & Fictions<br/><br/><a href="speakers.html#JoshuaFranklin" title="Joshua Franklin">Joshua Franklin</a></td>
</tr>
<tr>
<td class="event gray"><span class="notice"></span>12:30-1:30</td>
<td class="event gray" colspan="5">LUNCH</td>
</tr>
<tr>
<td class="event gray">1:30 - 2:30</td>
<td class="event green">MySQL Queries -- Damned Lies and Best Guesses<br/><br/><a href="speakers.html#DaveStokes" title="Dave Stokes">Dave Stokes</a></td>
<td class="event blue">Docker: Containerize All The Things<br/><br/><a href="speakers.html#TimFowler" title="Tim Fowler">Tim Fowler</a></td>
<td class="event red">ZFS 101<br/><br/><a href="speakers.html#DruLavigne" title="Dru Lavigne">Dru Lavigne</a></td>
<td class="event orange">Are You At Risk Of A Security Breach? Recent Trends and Common Pitfalls of Network Penetration Testing<br/><br/><a href="speakers.html#DennyDeaton,JustinCacak" title="Denny Deaton, Justin Cacak">Denny Deaton, Justin Cacak</a></td>
</tr>
<tr>
<td class="event gray">2:45 - 3:45</td>
<td class="event green">Architecture and Design of MySQL Powered Applications<br/><br/><a href="speakers.html#PeterZaitsev" title="Peter Zaitsev">Peter Zaitsev</a></td>
<td class="event blue">Providing wifi for SELF<br/><br/><a href="speakers.html#ZachUnderwood" title="Zach Underwood">Zach Underwood</a></td>
<td class="event red">Hands on ARMs<br/><br/><a href="speakers.html#JasonPlum" title="Jason Plum">Jason Plum</a></td>
<td class="event orange">Privileged Access Management - Security the 21st Century Enterprise<br/><br/><a href="speakers.html#LancePeterman" title="Lance Peterman">Lance Peterman</a></td>
</tr>
<tr>
<td class="event gray">4:00 - 5:00</td>
<td class="event green">MaxScale - An Advanced Proxy for MySQL<br/><br/><a href="speakers.html#MaxMether" title="Max Mether">Max Mether</a></td>
<td class="event blue">Non-Coders Wanted: How to Get and Keep Non-technical Volunteers<br/><br/><a href="speakers.html#DebNicholson" title="Deb Nicholson">Deb Nicholson</a></td>
<td class="event red">The Tiny Dirty Window We See You Through<br/><br/><a href="speakers.html#MykelAlvis" title="Mykel Alvis">Mykel Alvis</a></td>
<td class="event orange">Hacker Toys for Hacker Boys ... and Girls<br/><br/><a href="speakers.html#Ronin" title="Ronin">Ronin</a></td>
</tr>
<tr>
<td class="event gray">5:15 - 6:15</td>
<td class="event green" colspan="2">Keynote: The Linux Game Industry<br/><br/><a href="speakers.html#Ryan"Icculus"Gordon" title="Ryan "Icculus" Gordon">Ryan "Icculus" Gordon</a></td>
<td> </td>
<td class="event orange">Ask A Hacker Panel<br/><br/>Lance Peterman, Ronin, Red, Tom Moore, Chris Teodorski, Damon Brinkley, Jon Molesa, Bryan Tobey</td>
</tr>
</tbody>
</table><br />
<div style="text-align:center">
<span class="notice">Expo Floor open 9:00 AM - 5:00 PM</span><br>
<span class="notice">Amateur ("Ham") Radio Exam*: 6:00 PM - 8:00 PM Foundstone Room</span><br>
<span class="notice">Raffle Giveaway: 6:15 PM Oracle/Linode Ballroom</span><br>
<span class="notice">GPG/CACert KeySigning: 6:30 PM ... Red Hat Ballroom</span><br>
<span class="notice">Craft Beer Share: 6:45 PM ... DevonIT Room ... Info/Participate:
<a href="http://goo.gl/GJBKJm">http://goo.gl/GJBKJm</a></span><br>
<span class="notice">Party Sponsored by Google: 9:00 PM - ??? ... Sheraton Charlotte Airport Bar</span><br>
<span class="notice">BoF Space: 9:00 AM - 8:45 PM ... DevonIT Room, Foundstone Room</span><br>
<span class="notice">(* denotes an event that is not free to attend)</span><br>
</div>
</div>
</div>
<h2 class="acc_trigger"><a href="#">Sunday</a></h2>
<div class="acc_container">
<div class="block">
<table border="0" width="100%">
<thead>
<tr>
<th class="event gray">Room</th>
<th class="event green">Oracle</th>
<th class="event blue">Linode</th>
<th class="event red">Red Hat</th>
<th class="event orange">Open@Citrix</th>
</tr>
</thead>
<thead>
<tr>
<th class="event gray">Event</th>
<th class="event green">SELF Track</th>
<th class="event blue">SELF Track</th>
<th class="event red">SELF Track</th>
<th class="event orange">BSidesCLT</th>
</tr>
</thead>
<tbody>
<tr>
<td class="event gray">9:00 - 10:00</td>
<td class="event green">Linux Must-Haves: Programs I Can't Believe Aren't in the Default Distro Installation<br/><br/><a href="speakers.html#JāsEckard" title="Jās Eckard">Jās Eckard</a></td>
<td class="event blue">Welcome to IPv6<br/><br/><a href="speakers.html#JoniJulian" title="Joni Julian">Joni Julian</a></td>
<td class="event red">A Case for Erlang<br/><br/><a href="speakers.html#C.ThomasStover" title="C. Thomas Stover">C. Thomas Stover</a></td>
<td class="event orange">Test Driven Development with Puppet<br/><br/><a href="speakers.html#GarrettHoneycutt" title="Garrett Honeycutt">Garrett Honeycutt</a></td>
</tr>
<tr>
<td class="event gray">10:15 - 11:15</td>
<td class="event green">Geek Empowerment: The Real Heart of Open Source<br/><br/><a href="speakers.html#RussellPavlicek" title="Russell Pavlicek">Russell Pavlicek</a></td>
<td class="event blue">Driving AWS with Ansible<br/><br/><a href="speakers.html#JosephS.Tate" title="Joseph S. Tate">Joseph S. Tate</a></td>
<td class="event red">You know, for kids! 7 ideas for improving tech education in schools<br/><br/><a href="speakers.html#RikkiEndsley" title="Rikki Endsley">Rikki Endsley</a></td>
<td class="event orange">(Continued)</td>
</tr>
<tr>
<td class="event gray">11:30 - 12:30</td>
<td class="event green">Becoming a Rails Developer - the Rest of the Story<br/><br/><a href="speakers.html#NateMcConnell" title="Nate McConnell">Nate McConnell</a></td>
<td class="event blue">Baby You Can Drive My Cloud...<br/><br/><a href="speakers.html#ScottSuehle" title="Scott Suehle">Scott Suehle</a></td>
<td class="event red">Speed your development into high gear with OpenShift<br/><br/><a href="speakers.html#PeterLarsen" title="Peter Larsen">Peter Larsen</a></td>
<td class="event orange">(Continued)</td>
</tr>
<tr>
<td class="event gray"><span class="notice"></span>12:30-1:30</td>
<td class="event gray" colspan="5">LUNCH</td>
</tr>
<tr>
<td class="event gray">1:30 - 2:30</td>
<td class="event green">Xen Project 4.4: Features and Futures<br/><br/><a href="speakers.html#RussellPavlicek" title="Russell Pavlicek">Russell Pavlicek</a></td>
<td class="event blue">SSH and friends<br/><br/><a href="speakers.html#BillFarrow" title="Bill Farrow">Bill Farrow</a></td>
<td class="event red">FreeRADIUS for AAx<br/><br/><a href="speakers.html#JoniJulian" title="Joni Julian">Joni Julian</a></td>
<td class="event orange">(Continued)</td>
</tr>
<tr>
<td class="event gray">2:45 - 3:45</td>
<td> </td>
<td class="event blue">Open Source Tools in Teaching<br/><br/><a href="speakers.html#BarryPeddycordIII" title="Barry Peddycord III">Barry Peddycord III</a></td>
<td class="event red">Virtualization with Linux KVM<br/><br/><a href="speakers.html#JimSalter" title="Jim Salter">Jim Salter</a></td>
<td class="event orange">(Continued)</td>
</tr>
</tbody>
</table><br />
<div style="text-align:center">
<span class="notice">Expo Floor open 9:00 AM - 3:00 PM</span><br>
<span class="notice">BSDA Certification*: 11:00 AM DevonIT Room</span><br>
<span class="notice">LPI Certification*: 11:00 AM DevonIT Room</span><br><p>
<span class="notice">BoF Space: 9:00 AM - 10:30 AM, 2:00 PM - 4:00 PM ... DevonIT Room</span><br>
<span class="notice">(* denotes an event that is not free to attend)</span><br>
</div>
</div>
</div>
</div>
<div id="footer">
<div style="background-color: #000000; margin: -5px 0px 0px 0px; padding: 0px; position: relative; width: 100%;">
<span class="colorbox" style="background-color: #34687b;"> </span>
<span class="colorbox" style="background-color: #5a766f;"> </span>
<span class="colorbox" style="background-color: #7d8264;"> </span>
<span class="colorbox" style="background-color: #9d8e59;"> </span>
<span class="colorbox" style="background-color: #c09a4e;"> </span>
<span class="colorbox" style="background-color: #dea545;"> </span>
<span class="colorbox" style="background-color: #ff832d;"> </span>
<span class="colorbox" style="background-color: #ff5520;"> </span>
</div>
<div id="countdown"></div>
</div>
</body>
</html>