This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lsusb | grep Ralink | |
Bus 001 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter | |
# lsmod | grep rt2 | |
rt2800usb 12069 0 | |
rt2800lib 47242 1 rt2800usb | |
rt2x00usb 11075 1 rt2800usb | |
rt2x00lib 41057 3 rt2x00usb,rt2800lib,rt2800usb | |
mac80211 236178 3 rt2x00lib,rt2x00usb,rt2800lib | |
cfg80211 171957 2 mac80211,rt2x00lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:http="http://www.w3.org/2006/http#" | |
xmlns:cnt="http://www.w3.org/2008/content#"> | |
<head> | |
<title>Example of HTTP in RDFa</title> | |
<style type="text/css"> | |
div[typeof="http:Request"] | |
{ | |
border: 1px solid black; |