Typo fixing
This commit is contained in:
parent
6dcf07a75b
commit
7cb8c485b9
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ We just made Our Very Own Top 10 Of Shame! And remember that is is _just one day
|
|||
|
||||
# Mapping the scanners
|
||||
|
||||
To top it off, I would like to have some sort of graphical visualization of this heinous crimes. There are some great libraries out there to plot coordinate data into a mapamundi. I would consider [something like folium](https://georgetsilva.github.io/posts/mapping-points-with-folium/) if I were to do more with the Python side of this blogpost. But that's not what we're here for today. Today we're using crappy sites and copy-pasting.
|
||||
To top it off, I would like to have some sort of graphical visualization of these heinous crimes. There are some great libraries out there to plot coordinate data into a mapamundi. I would consider [something like folium](https://georgetsilva.github.io/posts/mapping-points-with-folium/) if I were to do more with the Python side of this blogpost. But that's not what we're here for today. Today we're using crappy sites and copy-pasting.
|
||||
|
||||
```
|
||||
$ cut -d'~' -f6,7 --output-delimiter=',' ipstats | xclip -selection clipboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue