<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>AustinLUG.org</title>
  <subtitle>The Austin Linux Group, Inc.</subtitle>
  <link rel="alternate" type="text/html" href="http://austinlug.org"/>
  <link rel="self" type="application/atom+xml" href="http://austinlug.org/atom/feed"/>
  <id>http://austinlug.org/atom/feed</id>
  <updated>2007-08-21T07:43:25-04:00</updated>
  <entry>
    <title>FlightGear: 3D Modeling with OpenGL</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/289" />
    <id>http://austinlug.org/node/289</id>
    <published>2008-06-27T09:11:31-04:00</published>
    <updated>2008-06-27T09:14:40-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <summary type="html"><![CDATA[<p>FlightGear: 3D Modeling with OpenGL<br />
Long-time senior support technician Wolf will be giving a presentation on July 17th of FlightGear, a 3D-modeled flight simulator.  FlightGear is a collaborative project that has created a sophisticated, free and completely open-source flight simulator framework.  All code is GPLed and designed for OpenGL. FlightGear runs on Linux and other major platforms.  Several networking options allow FlightGear to communicate with other instances/users of FlightGear.  Wolf will be discussing installation on several Linux distros. He will go into the actual 3D modeling techniques that were used in building the simulator and participants are invited for a hands-on demo.  We're in for a rare treat on this one.<br />
The presentation will occur at the regular ALG meeting on July 17 at:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX">Google map of how to get to 625E 10th St, Austin TX</a></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>FlightGear: 3D Modeling with OpenGL</p>
<p>Long-time senior support technician Wolf will be giving a presentation on July 17th of FlightGear, a 3D-modeled flight simulator.  FlightGear is a collaborative project that has created a sophisticated, free and completely open-source flight simulator framework.  All code is GPLed and designed for OpenGL. FlightGear runs on Linux and other major platforms.  Several networking options allow FlightGear to communicate with other instances/users of FlightGear.  Wolf will be discussing installation on several Linux distros. He will go into the actual 3D modeling techniques that were used in building the simulator and participants are invited for a hands-on demo.  We're in for a rare treat on this one.</p>
<p>The presentation will occur at the regular ALG meeting on July 17 at:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX">Google map of how to get to 625E 10th St, Austin TX</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>no meeting</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/288" />
    <id>http://austinlug.org/node/288</id>
    <published>2008-06-19T16:29:49-04:00</published>
    <updated>2008-06-19T16:29:49-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <summary type="html"><![CDATA[<p>regular meeting canceled.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>regular meeting canceled.</p>
    ]]></content>
  </entry>
  <entry>
    <title>History of Free Software</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/286" />
    <id>http://austinlug.org/node/286</id>
    <published>2008-06-12T18:07:32-04:00</published>
    <updated>2008-06-27T05:19:30-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <summary type="html"><![CDATA[<p>Paul Elliott will repeat his previous presentation on the History of Free Software. Oldy but goody.<br />
The presentation will occur at the regular ALG meeting on July 23 at:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX">Google map of how to get to 625E 10th+St, Austin TX</a><br />
The date of this presentation has been moved again to make way for another presentation.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Paul Elliott will repeat his previous presentation on the History of Free Software. Oldy but goody.<br />
The presentation will occur at the regular ALG meeting on July 23 at:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX">Google map of how to get to 625E 10th+St, Austin TX</a></p>
<p>The date of this presentation has been moved again to make way for another presentation.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Installing Linux on low memory hardware.</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/270" />
    <id>http://austinlug.org/node/270</id>
    <published>2008-05-04T15:26:15-04:00</published>
    <updated>2008-05-05T05:44:10-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="Hardware Support and Discussion" />
    <summary type="html"><![CDATA[<p>Many distros do not install because of low memory on some old computers. I have a laptop for which, sans swap file, Ubuntu won't even boot and yet I have installed Open SuSE on it.<br />
Never mind what the 'systems requirements' say. Many well known distros like ubuntu, opensuse and fedora can be made to install on low memory computers if you install a swap file first.<br />
How to do it. Plan your basic partitioning. Download and burn the <a href="http://gparted.sourceforge.net/livecd.php">GParted Live CD. </a> This <a href="http://gparted.sourceforge.net/liveusb.php">Software can also be made to boot from a usb stick.</a><br />
Boot, delete or move existing partitions and install a /boot and swap partition in the low numbered cylinders. (Old hardware is often subject to <a href="http://tldp.org/HOWTO/Large-Disk-HOWTO-4.html">BIOS Cylinder limits.</a> The /boot partition is used to insure that your kernel image and initrd are in partitons that satisfy these limits.)<br />
With the Swap file in place, you can almost install your Distro as you would normally.<br />
If the Distro installation procedure asks for permission to use your swap file, say "yes".<br />
Do not let the distro installation procedure automaticly repartition your hard drive, because it may attempt to move the swap file. It won't work to try to move a swap file that is in use.<br />
Specify "manual disk partitioning". This has different names for different distros.<br />
During repartitioning, you can do anything you want except move or delete the swap file. (If you need to move the swap file, you will have to abort the installation, and go back to the beginning and repartition with the GParted LiveCD.)<br />
Once the disk repartitioning phase is complete, the rest of the installation usually procedes normally. If you are installing on the typical piece of junk, expect everything to proceed slowly, much more slowly, than you are used to.<br />
There are also other tricks to install Linux on computers without a CD or DVD drive.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Many distros do not install because of low memory on some old computers. I have a laptop for which, sans swap file, Ubuntu won't even boot and yet I have installed Open SuSE on it.</p>
<p>Never mind what the 'systems requirements' say. Many well known distros like ubuntu, opensuse and fedora can be made to install on low memory computers if you install a swap file first.</p>
<p>How to do it. Plan your basic partitioning. Download and burn the <a href="http://gparted.sourceforge.net/livecd.php">GParted Live CD. </a> This <a href="http://gparted.sourceforge.net/liveusb.php">Software can also be made to boot from a usb stick.</a></p>
<p>Boot, delete or move existing partitions and install a /boot and swap partition in the low numbered cylinders. (Old hardware is often subject to <a href="http://tldp.org/HOWTO/Large-Disk-HOWTO-4.html">BIOS Cylinder limits.</a> The /boot partition is used to insure that your kernel image and initrd are in partitons that satisfy these limits.)</p>
<p>With the Swap file in place, you can almost install your Distro as you would normally.</p>
<p>If the Distro installation procedure asks for permission to use your swap file, say "yes".</p>
<p>Do not let the distro installation procedure automaticly repartition your hard drive, because it may attempt to move the swap file. It won't work to try to move a swap file that is in use.</p>
<p>Specify "manual disk partitioning". This has different names for different distros.</p>
<p>During repartitioning, you can do anything you want except move or delete the swap file. (If you need to move the swap file, you will have to abort the installation, and go back to the beginning and repartition with the GParted LiveCD.)</p>
<p>Once the disk repartitioning phase is complete, the rest of the installation usually procedes normally. If you are installing on the typical piece of junk, expect everything to proceed slowly, much more slowly, than you are used to.</p>
<p>There are also other tricks to install Linux on computers without a CD or DVD drive.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Austin Linux Meetup Group has an Ubuntu Install Fest</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/265" />
    <id>http://austinlug.org/node/265</id>
    <published>2008-05-01T17:52:48-04:00</published>
    <updated>2008-05-01T17:52:48-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="The Watering Hole (general support)" />
    <summary type="html"><![CDATA[<p>The<br />
<a href="http://linux.meetup.com/85/">Austin Linux Meetup Group</a>, which is a distinct organization from Austin Linux Group is having an<br />
<a href="http://linux.meetup.com/85/calendar/7695538/">Ubuntu Install Fest</a>.  The meeting will occur on Monday, May 5, 2008 at 7:00 PM. The meetup will happen at<br />
the Triumph Cafe<br />
3808 Spicewood Springs Rd.<br />
Austin , TX 78759<br />
Let's help them out. Everyone is encouraged to participate.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>The<br />
<a href="http://linux.meetup.com/85/">Austin Linux Meetup Group</a>, which is a distinct organization from Austin Linux Group is having an<br />
<a href="http://linux.meetup.com/85/calendar/7695538/">Ubuntu Install Fest</a>.  The meeting will occur on Monday, May 5, 2008 at 7:00 PM. The meetup will happen at </p>
<p>the Triumph Cafe<br />
3808 Spicewood Springs Rd.<br />
Austin , TX 78759</p>
<p>Let's help them out. Everyone is encouraged to participate.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Austin Linux Group Meeting Minutes; Date: April 17, 2008; Election results</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/261" />
    <id>http://austinlug.org/node/261</id>
    <published>2008-04-17T17:49:37-04:00</published>
    <updated>2008-04-24T14:49:26-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="Meeting Minutes" />
    <summary type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: April 17, 2008<br />
Location: Waller Creek<br />
Discussion of backup programs. Opportunity for further nominations. Clio Dunn nominated for Treasurer. Carl for system as well  as mailing list. Stephen Gutknecht. for President. Denis Oxford for Secretary. Paul Elliott withdraws for Secretary. Denis Oxford withdraws for President.<br />
Therefore this is the nominations.<br />
Stephen Gutknecht for President.<br />
 Secretary Denis Oxford.<br />
Treasurer Clio Dunn.<br />
 System Administrator Carl Perry<br />
 Mailing List Carl Perry<br />
 Web Administrator Paul Elliott<br />
 Program Coordinator Newton Hammet<br />
Slate passed by acclimation.<br />
Discussion of virtual booting Linux under OSX.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: April 17, 2008<br />
Location: Waller Creek</p>
<p>Discussion of backup programs. Opportunity for further nominations. Clio Dunn nominated for Treasurer. Carl for system as well  as mailing list. Stephen Gutknecht. for President. Denis Oxford for Secretary. Paul Elliott withdraws for Secretary. Denis Oxford withdraws for President.</p>
<p>Therefore this is the nominations.</p>
<p>Stephen Gutknecht for President.<br />
 Secretary Denis Oxford.<br />
Treasurer Clio Dunn.<br />
 System Administrator Carl Perry<br />
 Mailing List Carl Perry<br />
 Web Administrator Paul Elliott<br />
 Program Coordinator Newton Hammet</p>
<p>Slate passed by acclimation. </p>
<p>Discussion of virtual booting Linux under OSX.</p>
    ]]></content>
  </entry>
  <entry>
    <title>The Linux Foundation excludes local Linux activist from local Summit</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/259" />
    <id>http://austinlug.org/node/259</id>
    <published>2008-04-09T07:43:24-04:00</published>
    <updated>2008-04-10T15:46:07-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="The Watering Hole (general support)" />
    <summary type="html"><![CDATA[<p>I am a local Linux activist. I am secretary of a local LINUX Lug, and I have written commentaries on Free Software/Open Source Software history.  When I read about the LINUX Foundation Collaboration Summit in the local paper I thought I would like to attend. So, I put on my suit, which I do not wear often and headed off for the Pickle Research Center.<br />
When I reached the summit registration, I talked to Jennifer Cloer. I said that I was secretary of a Local Lug and that I have written on Free software/open source history. I asked to attend as an observer and journalist. She said that journalists were only allowed the previous day and that remaining days were only for Linux Foundation Members. Our local LUG was never notified of the existence of the summit in Austin.<br />
The front page of the Linux Foundataion's Web page says "The Linux Foundation is a non profit consortium dedicated to fostering the growth of Linux". Fostering the growth of Linux is also what Austin Linux Group is supposed to be doing.  The event was called the "collaboration summit", but apparently the LINUX foundation did not want to colaborate with any one but themselves.<br />
There was a forum on open source legal issues from which I could have profited. Too bad.<br />
I believe that local LUGS and local LINUX activists have much to contribute to the development of LINUX. I believe that the LINUX FOUNDATION is making a mistake by excluding them.<br />
We are stronger together than separate.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I am a local Linux activist. I am secretary of a local LINUX Lug, and I have written commentaries on Free Software/Open Source Software history.  When I read about the LINUX Foundation Collaboration Summit in the local paper I thought I would like to attend. So, I put on my suit, which I do not wear often and headed off for the Pickle Research Center.</p>
<p>When I reached the summit registration, I talked to Jennifer Cloer. I said that I was secretary of a Local Lug and that I have written on Free software/open source history. I asked to attend as an observer and journalist. She said that journalists were only allowed the previous day and that remaining days were only for Linux Foundation Members. Our local LUG was never notified of the existence of the summit in Austin.</p>
<p>The front page of the Linux Foundataion's Web page says "The Linux Foundation is a non profit consortium dedicated to fostering the growth of Linux". Fostering the growth of Linux is also what Austin Linux Group is supposed to be doing.  The event was called the "collaboration summit", but apparently the LINUX foundation did not want to colaborate with any one but themselves.</p>
<p>There was a forum on open source legal issues from which I could have profited. Too bad.</p>
<p>I believe that local LUGS and local LINUX activists have much to contribute to the development of LINUX. I believe that the LINUX FOUNDATION is making a mistake by excluding them.</p>
<p>We are stronger together than separate.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Austin Linux Group Meeting Minutes; Date: April 3, 2008</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/257" />
    <id>http://austinlug.org/node/257</id>
    <published>2008-04-03T18:16:26-04:00</published>
    <updated>2008-04-03T18:22:18-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="Meeting Minutes" />
    <summary type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: April 3, 2008<br />
Location: Waller Creek<br />
Tested directional wireless card belonging to Eric.  Module loaded under OpenSuse 10.3. Got it working under OpenBSD. But it is too slow.<br />
Paul Elliott nominates:<br />
President Dennis Oxford.<br />
Secretary Paul Elliott<br />
System Administrator Carl Perry<br />
Mailing List Carl Perry<br />
Web administrator Paul Elliott<br />
Program Coordinator Newton Hammet<br />
more nomination on 10th,  election on 17th.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: April 3, 2008<br />
Location: Waller Creek</p>
<p>Tested directional wireless card belonging to Eric.  Module loaded under OpenSuse 10.3. Got it working under OpenBSD. But it is too slow.</p>
<p>Paul Elliott nominates:</p>
<p>President Dennis Oxford.<br />
Secretary Paul Elliott<br />
System Administrator Carl Perry<br />
Mailing List Carl Perry<br />
Web administrator Paul Elliott<br />
Program Coordinator Newton Hammet</p>
<p>more nomination on 10th,  election on 17th.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Alg investigates One Laptop Per Child</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/236" />
    <id>http://austinlug.org/node/236</id>
    <published>2008-01-14T17:47:58-05:00</published>
    <updated>2008-01-15T18:47:45-05:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="The Watering Hole (general support)" />
    <summary type="html"><![CDATA[<p>At the January January 10 Joe Barr made a presentation on One Laptop per child computer the X0.<br />
Joe Barr made some points about the X0 and discussed recent new events related to the X0.<br />
It is not a conventional laptop and it is not intended for use as a general laptop.<br />
A general laptop can do things the X0 can not do. The X0 can do things the general laptop can not do.<br />
Several people including Joe Barr brought in X0's. Much experimenting was done. They can talk to each other!<br />
Elze brought in her XO and had a number of questions, some of which we could not answer. However some<br />
of the questions were answered on IRC  irc.freenode.net #olpc-help.<br />
Elze <a href="http://sfragments.blogspot.com/2008/01/xo-networking-at-austin-linux-group.html">posted about this ALG event</a> on a Blog.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>At the January January 10 Joe Barr made a presentation on One Laptop per child computer the X0.</p>
<p>Joe Barr made some points about the X0 and discussed recent new events related to the X0.</p>
<p>It is not a conventional laptop and it is not intended for use as a general laptop.</p>
<p>A general laptop can do things the X0 can not do. The X0 can do things the general laptop can not do.</p>
<p>Several people including Joe Barr brought in X0's. Much experimenting was done. They can talk to each other!</p>
<p>Elze brought in her XO and had a number of questions, some of which we could not answer. However some<br />
of the questions were answered on IRC  irc.freenode.net #olpc-help.</p>
<p>Elze <a href="http://sfragments.blogspot.com/2008/01/xo-networking-at-austin-linux-group.html">posted about this ALG event</a> on a Blog.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Austin Linux Group Meeting Minutes; Date: January 10, 2008</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/235" />
    <id>http://austinlug.org/node/235</id>
    <published>2008-01-14T17:33:30-05:00</published>
    <updated>2008-01-14T17:33:30-05:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="Meeting Minutes" />
    <summary type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: January 10, 2008<br />
Location: Waller Creek<br />
The Joe Barr OLPC presentation.  Uses Sugar interface. OLPC in the news. Dual boot OLPC and Win XP. MS denies involvement. Intel leaves the board of OLPC.<br />
The OLPCs can talk to each other.  Four people brought X0s in! We experiment with OLPC.<br />
Secretary relays some question using IRC to irc.freenode.net #olpc-help</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: January 10, 2008<br />
Location: Waller Creek</p>
<p>The Joe Barr OLPC presentation.  Uses Sugar interface. OLPC in the news. Dual boot OLPC and Win XP. MS denies involvement. Intel leaves the board of OLPC.</p>
<p>The OLPCs can talk to each other.  Four people brought X0s in! We experiment with OLPC.</p>
<p>Secretary relays some question using IRC to irc.freenode.net #olpc-help</p>
    ]]></content>
  </entry>
  <entry>
    <title>One Laptop Per Child</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/233" />
    <id>http://austinlug.org/node/233</id>
    <published>2008-01-07T12:53:45-05:00</published>
    <updated>2008-01-07T12:53:45-05:00</updated>
    <author>
      <name>nameless</name>
    </author>
    <category term="Presentations" />
    <summary type="html"><![CDATA[<p>On Jan 10 2007 Joe Barr will make a presentation on the One Laptop Per<br />
Child (OLPC) computer.  All that have been to a Barr presentation know<br />
that Joe is informative, clever and witty and a good speaker to boot.<br />
Meeting starts at 07:00 and the presentation starts at 07:30.  ALG<br />
meeting are open to the public so come to the presentation and bring a<br />
friend.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>On Jan 10 2007 Joe Barr will make a presentation on the One Laptop Per<br />
Child (OLPC) computer.  All that have been to a Barr presentation know<br />
that Joe is informative, clever and witty and a good speaker to boot.<br />
Meeting starts at 07:00 and the presentation starts at 07:30.  ALG<br />
meeting are open to the public so come to the presentation and bring a<br />
friend.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Austin Linux Group Meeting Minutes; Date: December 20, 2007</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/232" />
    <id>http://austinlug.org/node/232</id>
    <published>2007-12-20T17:24:51-05:00</published>
    <updated>2007-12-20T17:24:51-05:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="Meeting Minutes" />
    <summary type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: December 20, 2007<br />
Location: Waller Creek<br />
Board meeting called to order by Denis Oxford at  7:15 pm.<br />
Reading of previous meetings meeting minutes be dispensed with.<br />
Old business none.<br />
Denis Oxford will take steps to insure we have a room in January!<br />
Need to renew agreement for meeting place.<br />
Treasurer report Jim Parkhurst:<br />
balance in bank is $677.62.<br />
Discussion of mailing list rules.<br />
Motion for once weekly (for 60 days; then monthly) post of mailing list rules. Seconded. Passed.<br />
Note member ship dues due next week.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Austin Linux Group Meeting Minutes<br />
Date: December 20, 2007<br />
Location: Waller Creek</p>
<p>Board meeting called to order by Denis Oxford at  7:15 pm.</p>
<p>Reading of previous meetings meeting minutes be dispensed with.</p>
<p>Old business none.</p>
<p>Denis Oxford will take steps to insure we have a room in January!</p>
<p>Need to renew agreement for meeting place.</p>
<p>Treasurer report Jim Parkhurst:<br />
balance in bank is $677.62.</p>
<p>Discussion of mailing list rules.</p>
<p>Motion for once weekly (for 60 days; then monthly) post of mailing list rules. Seconded. Passed.</p>
<p>Note member ship dues due next week.</p>
<p>New members needed. More Presentations needed. Monthly presentation discussed.</p>
<p>Possibly give away presentation certificates of merit. Also for working InnoTech.</p>
<p>Installfest January 26.</p>
<p>Board meeting adjourned at 7:51 pm.</p>
<p>Paul Elliot Secretary.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Board meeting</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/230" />
    <id>http://austinlug.org/node/230</id>
    <published>2007-12-13T15:49:25-05:00</published>
    <updated>2007-12-13T16:13:45-05:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <category term="The Watering Hole (general support)" />
    <summary type="html"><![CDATA[<p>Board meeting Scheduled for 20 December 7:30 regular meeting place.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Board meeting Scheduled for 20 December 7:30 regular meeting place.</p>
    ]]></content>
  </entry>
  <entry>
    <title>The roots of ToorCon</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/220" />
    <id>http://austinlug.org/node/220</id>
    <published>2007-10-29T04:45:48-04:00</published>
    <updated>2007-10-29T04:46:35-04:00</updated>
    <author>
      <name>warthawg</name>
    </author>
    <category term="Content Pages" />
    <summary type="html"><![CDATA[<p>November 8, 2007<br />
7:30PM</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>November 8, 2007<br />
7:30PM</p>
<p>A presentation on the happenings at ToorCon 1001, held recently in San Diego.  See interviews with ToorCon founder David "h1kari" Hulton, the infamous Johnny Cache, and ToorCon event coordinator, Geo.  Also major chunks of Beetle's most excellent (WARNING ADULT LANGUAGE) keynote, during which he takes on such sacred cows as Marvel Comics, the Slashdot community, Apple fanboyz, John Gruber, the NSA, Google, the CIA, the American public, and last but not least, the hacker community.  A very entertaining keynote.  Plus other assorted ramblings, photos, and observations.  Free CDs of the video content will be available at the meeting.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Defcon-Debriefing</title>
    <link rel="alternate" type="text/html" href="http://austinlug.org/node/199" />
    <id>http://austinlug.org/node/199</id>
    <published>2007-08-20T20:33:32-04:00</published>
    <updated>2007-08-21T07:43:25-04:00</updated>
    <author>
      <name>pelliott</name>
    </author>
    <summary type="html"><![CDATA[<p>Location Map:<br />
 <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX">maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX</a><br />
 Meeting Agenda:<br />
 Joe Barr  Defcon-Debriefing.  Video and observations from Black Hat and Defcon XV.  Learn the sekrits of his 15th place finish in CoffeeWars!  See the amazing badge!  And the Enigma machine!<br />
 Meeting Location:<br />
 City of Austin Water and Wastewater Complex, 10th and IH-35S</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Location Map:<br />
 <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX">maps.google.com/maps?f=q&amp;hl=en&amp;q=625+E+10th+St,+Austin+TX</a></p>
<p> Meeting Agenda:<br />
 Joe Barr  Defcon-Debriefing.  Video and observations from Black Hat and Defcon XV.  Learn the sekrits of his 15th place finish in CoffeeWars!  See the amazing badge!  And the Enigma machine!</p>
<p> Meeting Location:<br />
 City of Austin Water and Wastewater Complex, 10th and IH-35S</p>
    ]]></content>
  </entry>
</feed>
