This file contains hidden or 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
[js object] | |
var EXAMPLE = { | |
foo: 'hello', | |
hello: 42, | |
payload: new Buffer('a'), | |
meh: { | |
b: { | |
tmp: { | |
baz: 1000 |
This file contains hidden or 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
mount -t tmpfs -o mand,size=1m tmpfs /home/guest/dir/ | |
mount -oremount,mand /home/guest/dir/ |
This file contains hidden or 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
chmod g+s,g-x lockthese* |
This file contains hidden or 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
panda PAU05 | |
atheros AR9271 | |
ralink RT3070 | |
ralink RT3572 | |
realtek AR8812 | |
TP-LINK TLWN722N v1.0 | |
alfa AWUS036NHA | |
realtek AR8812AU | |
alfa AWUS036ACH |
This file contains hidden or 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
Bus 001 Device 005: ID 0b95:7720 ASIX Electronics Corp. AX88772 | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 255 Vendor Specific Class | |
bDeviceSubClass 255 Vendor Specific Subclass | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0b95 ASIX Electronics Corp. |
This file contains hidden or 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
[/etc/network/interfaces] | |
auto lo | |
iface lo inet loopback | |
#auto wlan0 | |
allow-hotplug wlan0 | |
iface wlan0 inet manual | |
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf | |
iface home inet dhcp | |
iface mobile inet dhcp |
This file contains hidden or 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
git gc --prune=now | |
git remote prune origin |
This file contains hidden or 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
iwgetid -r |
This file contains hidden or 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
iw dev wlan0 link |
This file contains hidden or 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
iwconfig | grep wlan0 |
OlderNewer