sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit 40afe9ff4be7251d8935c0a2c5d69cda7d85969b
parent 186eb8627828303f26a07c370be85bd8f578d168
Author: parazyd <parazyd@dyne.org>
Date:   Mon,  4 Jul 2016 10:23:09 +0200

add various fixes

Diffstat:
Mblog/201603/systemdsucks.md | 10+++++-----
Mblog/musings/cloudflare.md | 1+
Mblog/musings/firefoxspyware.md | 3++-
Mblog/musings/fixthenet.md | 28++++++++++++++--------------
Mblog/musings/tails2.md | 2+-
Mnavigation.html | 2+-
Mprojects/navigation.html | 2+-
Apushweb.sh | 12++++++++++++
Mrsync-exclude | 3+--
Mstatic/style.css | 19+++++++++----------
10 files changed, 47 insertions(+), 35 deletions(-)

diff --git a/blog/201603/systemdsucks.md b/blog/201603/systemdsucks.md @@ -48,11 +48,11 @@ abhorrent enough, to the point that massive groups of people (who didn't participate in any surveys or statistic gatherings) became refugees and migrated to other videogame consoles.. -[Microsoft announces Linux OS](http://itsfoss.com/microsoft-announces-linux-os/) -[Microsoft submits source code for kernel](http://www.networkworld.com/article/2260199/virtualization/microsoft-stuns-linux-world--submits-source-code-for-kernel.html) -[MS Linux](http://mslinux.org/) -[Ubuntu Conspiracy](http://www.linuxjournal.com/content/ubuntu-conspiracy) -[Canonical-Microsoft Buyout](http://itsfoss.com/canonical-microsoft-buyout/) +[Microsoft announces Linux OS](http://itsfoss.com/microsoft-announces-linux-os/) +[Microsoft submits source code for kernel](http://www.networkworld.com/article/2260199/virtualization/microsoft-stuns-linux-world--submits-source-code-for-kernel.html) +[MS Linux](http://mslinux.org/) +[Ubuntu Conspiracy](http://www.linuxjournal.com/content/ubuntu-conspiracy) +[Canonical-Microsoft Buyout](http://itsfoss.com/canonical-microsoft-buyout/) Conclusions: diff --git a/blog/musings/cloudflare.md b/blog/musings/cloudflare.md @@ -12,4 +12,5 @@ What you can do to help Tor user abuse is to send DMCA and abuse complaints to website owners using Cloudflare in order for them to drop it. The point of this is that Cloudflare is basically restricting content access to anyone using Tor. + ![fuck cloudflare captcha](cloudflare.png) diff --git a/blog/musings/firefoxspyware.md b/blog/musings/firefoxspyware.md @@ -7,7 +7,8 @@ At a certain point in time, programs behaving like this were called spyware. What happened in the meantime? Beats me... People care less and less. ->Using [Dowse](http://dowse.eu), a [Dyne.org](https://www.dyne.org) + +Using [Dowse](http://dowse.eu), a [Dyne.org](https://www.dyne.org) project, I discovered that Firefox calls home whenever a user opens a new tab, and also pings every website you **just hover** on that newtab page. This behavior can be overriden in about:config, but do you diff --git a/blog/musings/fixthenet.md b/blog/musings/fixthenet.md @@ -7,17 +7,17 @@ Snowden... Well, those things are the truth. Spying, manipulation and surveilance broke the Internet. Is there a way to fix it? Not overnight, but here are a few guidelines: - * Install Tor software on EVERY router, complete unfiltered - * Force EVERYONE to use PGP, no exception - * Forbid non-free software in essential parts of using the - Internet (Web browser, mail client...) - * Build a company which is only there for pentesting. If something - is found, they have to call/mail the website owner and inform - him - * Build a company which is completely transparent. The only thing - they do is build network hardware. Everyone has the right to look - into their files/production processes to verify there are no - backdoors in the hardware - * Same for computer manufacturers - * ISPs are forbidden to give "middle traffic speed", but they have - to give you a minimum traffic speed every time +* Install Tor software on EVERY router, complete unfiltered +* Force EVERYONE to use PGP, no exception +* Forbid non-free software in essential parts of using the + Internet (Web browser, mail client...) +* Build a company which is only there for pentesting. If something + is found, they have to call/mail the website owner and inform + him +* Build a company which is completely transparent. The only thing + they do is build network hardware. Everyone has the right to look + into their files/production processes to verify there are no + backdoors in the hardware +* Same for computer manufacturers +* ISPs are forbidden to give "middle traffic speed", but they have + to give you a minimum traffic speed every time diff --git a/blog/musings/tails2.md b/blog/musings/tails2.md @@ -9,6 +9,6 @@ Tails! In my honest opinion, this was ABSOLUTELY unnecessary and only shows you how much systemd is affecting our daily lives. Tails turned to shit. Unless Tails switches to Devuan when Devuan is ready, Tails will stay shit. Luckily there are alternatives for now, and they are good. A -distro like [Freepto](http://www.freepto.mx)is a great example. +distro like [Freepto](http://www.freepto.mx) is a great example. Mainstream = Bad diff --git a/navigation.html b/navigation.html @@ -12,7 +12,7 @@ <ul> <li><a class="thisPage" href="/">main</a></li> <li><a href="/blog/">blog/</a></li> - <li><a href="/blog/musings/"> musings/</a></li> + <li><a href="/blog/musings/">&nbsp;&nbsp;&nbsp;&nbsp;musings/</a></li> <li><a href="/projects/">projects/</a></li> <li><a href="/contact.html">contact</a></li> <li><a href="https://www.dyne.org">../dyne.org</a></li> diff --git a/projects/navigation.html b/projects/navigation.html @@ -12,7 +12,7 @@ <ul> <li><a href="/">main</a></li> <li><a href="/blog/">blog/</a></li> - <li><a href="/blog/musings/"> musings/</a></li> + <li><a href="/blog/musings/">&nbsp;&nbsp;&nbsp;&nbsp;musings/</a></li> <li><a class="thisPage" href="/projects/">projects/</a></li> <li><a href="/contact.html">contact</a></li> <li><a href="https://www.dyne.org">../dyne.org</a></li> diff --git a/pushweb.sh b/pushweb.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# parazyd - (c) wtfpl 2016 +# hacks for my website + +make + +## contact.html navigation fix +sed -i -e 's/class="thisPage" //' contact.html +sed -i -e 's/href="\/contact.html"/class="thisPage" href="\/contact.html"/' contact.html + +make push diff --git a/rsync-exclude b/rsync-exclude @@ -7,10 +7,9 @@ Makefile *.swp mars.sh webtree -README.md -LICENSE pub/* ssl/* navigation.html footer.html header.html +pushweb.sh diff --git a/static/style.css b/static/style.css @@ -3,16 +3,16 @@ src: url('/static/fonts/OfficinaSansStd-BoldItalic.otf'); } @font-face { - font-family: 'OfficinaBold'; - src: url('/static/fonts/OfficinaSansStd-Bold.otf'); + font-family: 'OfficinaBold'; + src: url('/static/fonts/OfficinaSansStd-Bold.otf'); } @font-face { - font-family: 'OfficinaBookItalic'; - src: url('/static/fonts/OfficinaSansStd-BookItalic.otf'); + font-family: 'OfficinaBookItalic'; + src: url('/static/fonts/OfficinaSansStd-BookItalic.otf'); } @font-face { - font-family: 'OfficinaBook'; - src: url('/static/fonts/OfficinaSansStd-Book.otf'); + font-family: 'OfficinaBook'; + src: url('/static/fonts/OfficinaSansStd-Book.otf'); } body { @@ -41,7 +41,7 @@ a, a:visited { } a:hover { - background-color: #eee; + background-color: #eee; text-decoration: none; } @@ -95,7 +95,7 @@ h1 { h2 { font-family: 'OfficinaBold', sans-serif; margin: 1em 1ex 0.5ex 0; - font-size: 1.3em; + font-size: 1.3em; } h3 { @@ -145,7 +145,7 @@ h4 { } #nav li ul { - padding-left: 0.6em !important; + padding-left: 0.6em !important; } #nav li a { @@ -186,4 +186,3 @@ h4 { margin: 0; padding: 0; } -