From f0ddd7aebf31c968f2e9f3c8facd94e5ad2f3e75 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 7 Oct 2020 09:49:37 -0400 Subject: [PATCH] add some images --- Makefile | 21 +++++++++++++++++-- README.md | 1 + idk.i2p.torrent | Bin 2809 -> 2932 bytes index.html | 3 ++- infographics.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++ infographics.md | 38 ++++++++++++++++++++++++++++++++++ ySidebar.md | 1 + 7 files changed, 112 insertions(+), 3 deletions(-) create mode 100644 infographics.html create mode 100644 infographics.md diff --git a/Makefile b/Makefile index c73e963..afa8d41 100644 --- a/Makefile +++ b/Makefile @@ -15,15 +15,32 @@ torrent: up: cp idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.torrent - mv ./idk.i2p ~/.i2p/i2psnark/idk.i2p + cp -rv ./idk.i2p ~/.i2p/i2psnark/idk.i2p README: cat yTop.md ySidebar.md zBlog.md | tee README.md +info: + @echo "" > infographics.html + @echo "" >> infographics.html + @echo "" >> infographics.html + @echo " idk's home page" >> infographics.html + @echo " " >> infographics.html + @echo " " >> infographics.html + @echo " " >> infographics.html + @echo "" >> infographics.html + @echo "" >> infographics.html + sed "s|magnetsub|[Magnet Link]($(magnet))|g" infographics.md | \ + sed 's|https://github.com/eyedeekay/various-i2p-browsers/tree/master||g' | \ + markdown | tee -a infographics.html + @echo " " >> infographics.html + @echo "" >> infographics.html + @echo "" >> infographics.html + mag: @echo `torrent2magnet idk.i2p.torrent` -index: README +index: README info @echo "" > index.html @echo "" >> index.html @echo "" >> index.html diff --git a/README.md b/README.md index aed609a..9c7be7b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ are also I2P labs projects. * [I2P Browser Fingerprint Gallery](I2P-Browser-Attackability-Evaluation/) This is an ongoing evaluation of the various ways there are to configure browsers for I2P and a developing rating system for them. + * [InfoGraphic Gallery for testing X-I2P-TorrentLocation](infographics.html) ### Go(golang) I2P Tools diff --git a/idk.i2p.torrent b/idk.i2p.torrent index f6d19c0c56d415c3aa241a9d2a8b58fa73367d7c..1e177b2c19b816059353f42906b035a2c1571e5f 100644 GIT binary patch delta 918 zcmV;H18MyE74#O6hXgn@H8+uq8v`>iGm)u688tUDWi&c)VRUG0F)=!6ZDD6+b1rOY zb9Axap9KRkGc%Kc1|do^H#Rb5G&*o$bZBfbH#%ufq5>`wHZ*<|halfwAQb}PTN=eTwM&a@Y+ZiMe0TJM9(4uRXt9vrxeUG~evq%H7(PW!2Jv}pM2S7qZ0KBF9T(Pf9AUCC5 zLz~?Q=9vAAs;r{@XP*hs3pp6BpLz#$9a=jo5g(j-5Ali+H)p}Sj~`>qXTAp{Bg1KX zRDY^vtCRXzHK?ZA27NH_Y=1!$$Nh_g8w>?by+H<7lUz_U+)XzCBsGZYhhZDZ$KtsCNm=^DBM`)3wyiM)*N}c_K~p|u zEGg*1W26-9UOV~L|Kk3K{~pGHI1R0%?+QYbKX+02txfcZ35%9R9e+{X6uLUQ0c|XI z{jib15s4bpMg^sSVUk|=u??pY;N)WI1@ z5q=~GaWHb#V;2+Bg3Y1fkkaekEJEPP+{w5DFj~9yOc0!Y8!S_z=Nk2^u#vP~e3I_3 zdhL sDRJ@>BCX8AUH%~00m$fMgQmx30UYC#hkyIymHRG zt9oUKXT{c0y@9_97KarUV%=8R#*wX_2#yMbGKd6Mqc1(WQ zyaTZc;vhB=mFxsF6DRPIU_6Y6FW3g%PJhb;9<#h`H-(V>+JXj$koN>N5`){N5s>)g znHBq8WKF)`Ju9VRCsPPO1xpGOl{if`u)!h2@GxADXF_V8$j?DeQ@}`>J@j0J_`E(m z=lx+xdq0@tzAg;_L{a_*uR@Dw?J3$rqeHg>xTv<689>!RJgg zkQHgjs}D#!L|c)(O97I$J)V(L!SYK_rAg|#PTe>m66ica7WN)JvV4wkkZKBS_f55i zoUt4(#f9UT4P>+3$oDux6(MNda(}RtyZ1C4$R+Zl211rrq0uoq za?^lX2B^UxInOWib7y9~TE`BXHfE~;(=`;uS$I1Af8Opc=XbT=TJ|KaR+f(F)=Mj#*8WYLi; z5W(J_oqY`~wsv3Kdp*1MqAQ0h>ENr&pp%uYs9d@A>f1aRJ&b~k!#bA`8Evga1uHXK zzx1(TK!S6CZ^5Q>vI6m2V1Eq?f(LoXB0=a%L!fkm&`wZkf>C(HQ5xMidk's home page - +

idk's home page

@@ -32,6 +32,7 @@ use I2P with the maximum privacy available from Chromium.
  • I2P Browser Fingerprint Gallery This is an ongoing evaluation of the various ways there are to configure browsers for I2P and a developing rating system for them.
  • +
  • InfoGraphic Gallery for testing X-I2P-TorrentLocation
  • Go(golang) I2P Tools

    diff --git a/infographics.html b/infographics.html new file mode 100644 index 0000000..65e9138 --- /dev/null +++ b/infographics.html @@ -0,0 +1,51 @@ + + + + idk's home page + + + + + +

    Infographics Gallery

    + +

    These are various infographics I've found around Reddit, mostly, +and collected here. They are here in part as a way of testing +an approach to using Bittorrent-over-I2P as a peer-to-peer way +of backing the resources on the site.

    + +
      +
    • Types of Attacks
    • +
    • Security Awareness
    • +
    • Bank Note Security
    • +
    • Barricading a Door
    • +
    • Burglar Defenses
    • +
    • Cell Phones
    • +
    • Computer Security
    • +
    • Computer Security 2
    • +
    • Etherpad
    • +
    • Knots
    • +
    • Languages
    • +
    • Languages 1
    • +
    • Laptop Security
    • +
    • Leader Security Vehicles
    • +
    • Wifi vs Lifi
    • +
    • Morse
    • +
    • Passwords
    • +
    • Passwords 2
    • +
    • Passwords 3
    • +
    • Lock Picks
    • +
    • Lock Picks 2
    • +
    • Electric Plugs
    • +
    • Productivity
    • +
    • Registration Flow
    • +
    • Sites
    • +
    • Tents
    • +
    • Tor vs VPN
    • +
    • Tor vs VPN 2
    • +
    • Uber
    • +
    • Wi-Fi
    • +
    + + + diff --git a/infographics.md b/infographics.md new file mode 100644 index 0000000..3fc3310 --- /dev/null +++ b/infographics.md @@ -0,0 +1,38 @@ +Infographics Gallery +==================== + +These are various infographics I've found around Reddit, mostly, +and collected here. They are here in part as a way of testing +an approach to using Bittorrent-over-I2P as a peer-to-peer way +of backing the resources on the site. + + - ![Types of Attacks](images/attacks.jpg) + - ![Security Awareness](images/awareness.jpg) + - ![Bank Note Security](images/banknotes.jpg) + - ![Barricading a Door](images/barricade.jpg) + - ![Burglar Defenses](images/burglars.png) + - ![Cell Phones](images/cells.jpg) + - ![Computer Security](images/csec2.jpg) + - ![Computer Security 2](images/csec.jpg) + - ![Etherpad](images/etherpad.jpg) + - ![Knots](images/knots.jpeg) + - ![Languages](images/langs1.png) + - ![Languages 1](images/langs2.png) + - ![Laptop Security](images/laptopsec.jpg) + - ![Leader Security Vehicles](images/leadersec.jpg) + - ![Wifi vs Lifi](images/lifi.jpg) + - ![Morse](images/morse.jpg) + - ![Passwords](images/password-3.png) + - ![Passwords 2](images/passwords-1.jpg) + - ![Passwords 3](images/passwords-2.jpg) + - ![Lock Picks](images/picks1.jpg) + - ![Lock Picks 2](images/picks2.jpg) + - ![Electric Plugs](images/plugs.jpg) + - ![Productivity](images/productivity.jpg) + - ![Registration Flow](images/regflow.jpg) + - ![Sites](images/sites.png) + - ![Tents](images/tents.jpg) + - ![Tor vs VPN](images/tor.png) + - ![Tor vs VPN 2](images/torvpnsorta.jpg) + - ![Uber](images/uber.jpg) + - ![Wi-Fi](images/wifisec.jpg) diff --git a/ySidebar.md b/ySidebar.md index 2d80ecf..c66b817 100644 --- a/ySidebar.md +++ b/ySidebar.md @@ -18,6 +18,7 @@ are also I2P labs projects. * [I2P Browser Fingerprint Gallery](I2P-Browser-Attackability-Evaluation/) This is an ongoing evaluation of the various ways there are to configure browsers for I2P and a developing rating system for them. + * [InfoGraphic Gallery for testing X-I2P-TorrentLocation](infographics.html) ### Go(golang) I2P Tools