<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/home/drscream &#187; cmd</title>
	<atom:link href="http://www.cyber-tec.org/tag/cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyber-tec.org</link>
	<description>blog of thomas merkel (alias drscream) - creative coding</description>
	<lastBuildDate>Mon, 02 Jan 2012 17:06:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>airport &#8211; command line tool</title>
		<link>http://www.cyber-tec.org/2008/12/24/airport-command-line-tool/</link>
		<comments>http://www.cyber-tec.org/2008/12/24/airport-command-line-tool/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 12:15:05 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=307</guid>
		<description><![CDATA[Als Linux User ist man es irgendwie gewohnt ein command line tool zur Verwaltung von bestimmten Anwendungen zu verwenden. Doch naja unter Mac OS X vermisst man das einfach. Durch etwas Googlen hab ich es dann gefunden *juhu*: cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/ ./airport -I agrCtlRSSI: -51 agrExtRSSI: 0 agrCtlNoise: -96 agrExtNoise: 0 state: running op mode: station [...]]]></description>
			<content:encoded><![CDATA[<p>Als Linux User ist man es irgendwie gewohnt ein <strong>command line tool</strong> zur Verwaltung von bestimmten Anwendungen zu verwenden. Doch naja unter Mac OS X vermisst man das einfach. Durch etwas Googlen hab ich es dann gefunden *juhu*:<br />
<code>
<pre>
cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/
./airport -I
</pre>
<p></code><br />
<code>
<pre>
     agrCtlRSSI: -51
     agrExtRSSI: 0
    agrCtlNoise: -96
    agrExtNoise: 0
          state: running
        op mode: station
     lastTxRate: 54
        maxRate: 54
lastAssocStatus: 0
    802.11 auth: open
      link auth: wpa2-psk
          BSSID: 0:18:84:17:28:3a
           SSID: cienfuegos
            MCS: -1
        channel: 2
</pre>
<p></code></p>
<p>Da man das ganze sicher einfach nur ueber den Befehl <strong>airport</strong> verwenden moechte, linked man das ganze einfach nach <strong>/usr/sbin</strong>:<br />
<code>
<pre>
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2008/12/24/airport-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

