<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Latrokles</id>
	<title>HacDC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Latrokles"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php/Special:Contributions/Latrokles"/>
	<updated>2026-05-07T14:03:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5100</id>
		<title>Intro to Programming</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5100"/>
		<updated>2011-05-20T01:10:51Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pre class HW ==&lt;br /&gt;
&lt;br /&gt;
For the class we will be using python and pygame. Instructions on how to install them on your operating system of choice can be found below.&lt;br /&gt;
&lt;br /&gt;
* [[ Installing Python and Pygame ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Git and Github &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We would like those taking the class to keep a source repository to store workshop and homework code so that:&lt;br /&gt;
1. they can modify without fear of messing it up beyond repair&lt;br /&gt;
2. they can share code and, thus, assist each other&lt;br /&gt;
&lt;br /&gt;
To that end, we have some resources below to get git installed, open a github account, and the main git commands you will need to get started.&lt;br /&gt;
&lt;br /&gt;
[http://help.github.com/win-set-up-git/ Setting up git on Windows]&lt;br /&gt;
[http://help.github.com/mac-set-up-git/ Setting up git on OS X]&lt;br /&gt;
[http://help.github.com/linux-set-up-git/ Setting up git on Linux] (you may choose to use your package manager (apt, yum, pacman, etc.) to install the git-core package)&lt;br /&gt;
&lt;br /&gt;
If you can go through this before the class 0, great! you will have more time to write some code during the workshop. Otherwise, we will be available to assist anyone who may need help getting things started.&lt;br /&gt;
&lt;br /&gt;
You can get the presentation slides, code, and other material from this wiki OR live from the [https://github.com/3lawsafe/HacDC-Intro-to-Programming class repository]&lt;br /&gt;
&lt;br /&gt;
== Class 0 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Covers &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Slides &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Workshop &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Demo code &#039;&#039;&#039;:&lt;br /&gt;
[[File:Turtle_demo.py]]&lt;br /&gt;
[[File:Wrapper_turtle.py]]&lt;br /&gt;
&#039;&#039;&#039; Homework &#039;&#039;&#039;:&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Installing_Python_and_Pygame&amp;diff=5093</id>
		<title>Installing Python and Pygame</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Installing_Python_and_Pygame&amp;diff=5093"/>
		<updated>2011-05-18T02:48:20Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Windows ==&lt;br /&gt;
You can download python from [http://python.org/download/releases/2.7.1/ Python 2.7 release], get the Windows installer and run it.&lt;br /&gt;
&lt;br /&gt;
After that, you are ready to install pygame, which can be obtained from [http://www3.telus.net/len_l/pygame/ Pygame releases for Windows], make sure you get the one for 2.7. Once you run the installer you should be good to go.&lt;br /&gt;
&lt;br /&gt;
== Mac osx ==&lt;br /&gt;
&#039;&#039;&#039;OS X 10.6.* (Snow Leopard)&#039;&#039;&#039;&lt;br /&gt;
You already have python 2.6 installed. You need only then to download the pygame installer at [http://www.pygame.org/download.shtml Pygame releases], you will find the snow leopard installer at the bottom of the OS X section. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OS X 10.5 and below &#039;&#039;&#039;&lt;br /&gt;
Earlier versions are running an older version of python, so you may want to install python [http://python.org/download/releases/2.7.1/ 2.6] or [http://python.org/download/releases/2.7.1/ 2.7] and follow that with the appropriate pygame installer from [http://www.pygame.org/download.shtml Pygame releases]&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
If you are running a recent version of your distro, chances are you may already have python 2.6 or 2.7 installed. If that is the case you can go ahead and install pygame using your package manager (in the case of ubuntu the package is python-pygame).&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5092</id>
		<title>Intro to Programming</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5092"/>
		<updated>2011-05-18T02:14:23Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pre class HW ==&lt;br /&gt;
&lt;br /&gt;
For the class we will be using python and pygame. Instructions on how to install them on your operating system of choice can be found below.&lt;br /&gt;
&lt;br /&gt;
* [[ Installing Python and Pygame ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Git and Github &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We would like those taking the class to keep a source repository to store workshop and homework code so that:&lt;br /&gt;
1. they can modify without fear of messing it up beyond repair&lt;br /&gt;
2. they can share code and, thus, assist each other&lt;br /&gt;
&lt;br /&gt;
To that end, we have some resources below to get git installed, open a github account, and the main git commands you will need to get started.&lt;br /&gt;
&lt;br /&gt;
[http://help.github.com/win-set-up-git/ Setting up git on Windows]&lt;br /&gt;
[http://help.github.com/mac-set-up-git/ Setting up git on OS X]&lt;br /&gt;
[http://help.github.com/linux-set-up-git/ Setting up git on Linux] (you may choose to use your package manager (apt, yum, pacman, etc.) to install the git-core package)&lt;br /&gt;
&lt;br /&gt;
If you can go through this before the class 0, great! you will have more time to write some code during the workshop. Otherwise, we will be available to assist anyone who may need help getting things started.&lt;br /&gt;
&lt;br /&gt;
== Class 0 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Covers &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Slides &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Workshop &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Demo code &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Homework &#039;&#039;&#039;:&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5091</id>
		<title>Intro to Programming</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5091"/>
		<updated>2011-05-18T02:12:34Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pre class HW ==&lt;br /&gt;
&lt;br /&gt;
For the class we will be using python and pygame. Instructions on how to install them on your operating system of choice can be found below.&lt;br /&gt;
&lt;br /&gt;
* [[ Installing Python and Pygame ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Git and Github &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We would like those taking the class to keep a source repository to store workshop and homework code so that:&lt;br /&gt;
1. they can modify without fear of messing it up beyond repair&lt;br /&gt;
2. they can share code and, thus, assist each other&lt;br /&gt;
&lt;br /&gt;
To that end, we have some resources below to get git installed, open a github account, and the main git commands you will need to get started.&lt;br /&gt;
&lt;br /&gt;
[http://help.github.com/win-set-up-git/ Setting up git on Windows]&lt;br /&gt;
[http://help.github.com/mac-set-up-git/ Setting up git on OS X]&lt;br /&gt;
[http://help.github.com/linux-set-up-git/ Setting up git on Linux] (you may choose to use your package manager (apt, yum, pacman, etc.) to install the git-core package)&lt;br /&gt;
&lt;br /&gt;
If you can go through this before the class 0, great! you will have more time to write some code during the workshop. Otherwise, we will be available to assist anyone who may need help getting things started.&lt;br /&gt;
&lt;br /&gt;
== Class 0 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Covers &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Slides &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Workshop &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Demo code &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Homework &#039;&#039;&#039;:&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Installing_Python_and_Pygame&amp;diff=5090</id>
		<title>Installing Python and Pygame</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Installing_Python_and_Pygame&amp;diff=5090"/>
		<updated>2011-05-18T02:07:29Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: Created page with &amp;quot;== Windows ===  == Mac osx ==  == Linux ==  If you are running a recent version of your distro, chances are you may already have python 2.6 or 2.7 installed. If that is the case you&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Windows ===&lt;br /&gt;
&lt;br /&gt;
== Mac osx ==&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
If you are running a recent version of your distro, chances are you may already have python 2.6 or 2.7 installed. If that is the case you&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5089</id>
		<title>Intro to Programming</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5089"/>
		<updated>2011-05-18T01:55:31Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pre class HW ==&lt;br /&gt;
&lt;br /&gt;
For the class we will be using python and pygame. Instructions on how to install them on your operating system of choice can be found below.&lt;br /&gt;
&lt;br /&gt;
* [[ Installing Python and Pygame ]]&lt;br /&gt;
&lt;br /&gt;
We would like those taking the class to keep a source repository to store workshop and homework code so that:&lt;br /&gt;
1. they can modify without fear of messing it up beyond repair&lt;br /&gt;
2. they can share code and, thus, assist each other&lt;br /&gt;
&lt;br /&gt;
To that end, we have some resources below to get git installed, open a github account, and the main git commands you will need to get started&lt;br /&gt;
&lt;br /&gt;
* [[ Git/Github howtos ]]&lt;br /&gt;
&lt;br /&gt;
If you can go through this before the class 0, great! you will have more time to write some code during the workshop. Otherwise, we will be available to assist anyone who may need help getting things started.&lt;br /&gt;
&lt;br /&gt;
== Class 0 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Covers &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Slides &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Workshop &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Demo code &#039;&#039;&#039;:&lt;br /&gt;
&#039;&#039;&#039; Homework &#039;&#039;&#039;:&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5088</id>
		<title>Intro to Programming</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Intro_to_Programming&amp;diff=5088"/>
		<updated>2011-05-18T01:53:31Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: Created page with &amp;quot;== Pre class HW ==  For the class we will be using python and pygame. Instructions on how to install them on your operating system of choice can be found below.  * [[ Installing ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pre class HW ==&lt;br /&gt;
&lt;br /&gt;
For the class we will be using python and pygame. Instructions on how to install them on your operating system of choice can be found below.&lt;br /&gt;
&lt;br /&gt;
* [[ Installing Python and Pygame ]]&lt;br /&gt;
&lt;br /&gt;
We would like those taking the class to keep a source repository to store workshop and homework code so that:&lt;br /&gt;
1. they can modify without fear of messing it up beyond repair&lt;br /&gt;
2. they can share code and, thus, assist each other&lt;br /&gt;
&lt;br /&gt;
To that end, we have some resources below to get git installed, open a github account, and the main git commands you will need to get started&lt;br /&gt;
&lt;br /&gt;
* [[ Git/Github howtos ]]&lt;br /&gt;
&lt;br /&gt;
If you can go through this before the class 0, great! you will have more time to write some code during the workshop. Otherwise, we will be available to assist anyone who may need help getting things started.&lt;br /&gt;
&lt;br /&gt;
== Class 0 ==&lt;br /&gt;
&lt;br /&gt;
== Class 1 ==&lt;br /&gt;
&lt;br /&gt;
== Class 2 ==&lt;br /&gt;
&lt;br /&gt;
== Class 3 ==&lt;br /&gt;
&lt;br /&gt;
== Class 4 ==&lt;br /&gt;
&lt;br /&gt;
== Class 5 ==&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=5087</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=5087"/>
		<updated>2011-05-18T01:37:47Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: /* Cool Stuff Going On Right Now */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of DC.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [http://www.hacdc.org/mailman/listinfo/announce announcement] (weekly e-mail) and [http://www.hacdc.org/mailman/listinfo/blabber blabber] (high traffic) mailing lists.&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Cool Stuff Going On Right Now ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Quantified Self]]&lt;br /&gt;
* [[Intro to Programming]]&lt;br /&gt;
* [[Byzantium]]&lt;br /&gt;
* [[AVR Microcontroller Class 2011]]&lt;br /&gt;
* [[Great Global Hackerspace Challenge]]&lt;br /&gt;
* [[Linux Class]]&lt;br /&gt;
* [[TECS | The Elements of Computing Systems: Building a Modern Computer from First Principles]]&lt;br /&gt;
* [[3D Printing]]&lt;br /&gt;
* [[Bike Maintenance Class]]&lt;br /&gt;
* [[HacDC Spaceblimp 4]]&lt;br /&gt;
&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[New Space]]&#039;&#039;&#039;&lt;br /&gt;
* [[TECS | The Elements of Computing Systems]]&lt;br /&gt;
* [[GettingHere]]&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes]] . Next: [[Regular Member Meeting 2011 05 10]]&lt;br /&gt;
* [[:Category:Meeting Agendas | Meeting Agendas]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[:Category:Hacker Travel | Hacker Travel]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
* [[:Category:Abandoned Projects | Abandoned Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:SpaceSearch | Space Search: the search for a new space]]&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Human_Resources | Workspace Access]]&lt;br /&gt;
* [[Central_Services | HacDC Leadership]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
* [[Suppliers | Suppliers]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
== Events ==&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=c0jnbtagjrjs0h1o00jqvauduflv24ca%40import.calendar.google.com&amp;amp;amp;color=%2328754E&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border-width:0 &amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [http://hacdc.org/ics iCal feed] is also available, for enjoying our events from your favorite calendaring software.&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[:Category:Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Babel_Setup&amp;diff=4426</id>
		<title>Babel Setup</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Babel_Setup&amp;diff=4426"/>
		<updated>2011-02-27T00:33:50Z</updated>

		<summary type="html">&lt;p&gt;Latrokles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Compile and install Babel ==&lt;br /&gt;
Download babeld and ahcpd.&lt;br /&gt;
Standard &amp;quot;make &amp;amp;&amp;amp; sudo make install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
On OS X:&lt;br /&gt;
rt lib is not available in OS X, the ahcpd README is missing this info&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make LDLIBS=&#039;&#039;&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setup ad-Hoc network ==&lt;br /&gt;
# Disable NetworkManager&lt;br /&gt;
## Fedora: &amp;lt;pre&amp;gt;# /etc/init.d/NetworkManager stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
## Ubuntu: &amp;lt;pre&amp;gt;# stop network-manager&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Disable the firewall&lt;br /&gt;
## &amp;lt;pre&amp;gt;# iptables -F&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig wlan0 down&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# iwconfig wlan0 mode ad-hoc essid hacdc-babel channel 9&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig wlan0 up&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setup Babel ==&lt;br /&gt;
# &amp;lt;pre&amp;gt;# babeld -D wlan0&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ahcpd -D wlan0&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Latrokles</name></author>
	</entry>
</feed>