diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-14 19:30:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-14 19:30:18 -0300 |
commit | 06dee920237e1cf8e8641a0266cbf70feb2fb487 (patch) | |
tree | 80d4ed0450702f862a5fa879de41bca81fffd741 /research | |
parent | 0787a20848b2f2ede8417af0d94e1edd89752335 (diff) | |
download | blog-06dee920237e1cf8e8641a0266cbf70feb2fb487.tar.gz blog-06dee920237e1cf8e8641a0266cbf70feb2fb487.tar.bz2 |
Misc update
Diffstat (limited to 'research')
-rw-r--r-- | research/radio.md | 2 | ||||
-rw-r--r-- | research/readers.md | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/research/radio.md b/research/radio.md index d76f34e..bd4d985 100644 --- a/research/radio.md +++ b/research/radio.md @@ -4,3 +4,5 @@ * [Transmitting FM, AM, SSB, SSTV and FSQ with just a Raspberry Pi](http://www.rtl-sdr.com/transmitting-fm-am-ssb-sstv-and-fsq-with-just-a-raspberry-pi/). * [Raspberry PiRate Radio FM Transmitter](http://www.rtl-sdr.com/raspberry-pirate-radio-fm-transmitter/). * [Transmitting Data with a Raspberry Pi and RTL-SDR](http://www.rtl-sdr.com/transmitting-data-raspberry-pi-rtl-sdr/). +* [RTL-SDR Tutorial: Analyzing GSM with Airprobe/GR-GSM and Wireshark](https://www.rtl-sdr.com/rtl-sdr-tutorial-analyzing-gsm-with-airprobe-and-wireshark/). +* [Open Security Research: Getting Started with GNU Radio and RTL-SDR (on Backtrack)](http://blog.opensecurityresearch.com/2012/06/getting-started-with-gnu-radio-and-rtl.html). diff --git a/research/readers.md b/research/readers.md index 15375a2..fd2f725 100644 --- a/research/readers.md +++ b/research/readers.md @@ -35,8 +35,8 @@ Kobo A partir de uma cópia completa do acervo: storage="/path/to/complete/doc/repos" - sudo rsync --size-only -avL --no-p --no-g --no-owner --delete-after --ignore-errors \ - --include='*/' --include='*.pdf' --include='*.epub' --include='*.mobi' --exclude='*' \ + sudo rsync --size-only -avL --no-p --no-g --no-owner --delete-after --ignore-errors \ + --include='*/' --include='*.pdf' --include='*.epub' --include='*.mobi' --include='*djvu' --exclude='*' \ $storage/books/ /media/tablet/books/ Notar que usamos: |