<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'randomize your mac address'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 15:21:38 GMT</pubDate>
<item>
<title>adkatrit said on 1/30/13</title>
<link>http://snipplr.com/view/28691/randomize-your-mac-address/</link>
<description><![CDATA[ ran=$(head /dev/urandom | md5sum); MAC=00:07:${ran:0:2}:${ran:3:2}:${ran:5:2}:${ran:7:2}; sudo ifconfig eth1 down hw ether $MAC; sudo ifconfig eth1 up; ]]></description>
<pubDate>Wed, 30 Jan 2013 07:21:13 GMT</pubDate>
<guid>http://snipplr.com/view/28691/randomize-your-mac-address/</guid>
</item>
</channel>
</rss>