From 6d7a886a6150b55d7d51adce4b73ab3129ed03d5 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 26 Mar 2019 22:37:23 -0400 Subject: [PATCH] prepend links with icon and modify some pages --- _includes/page/title.html | 2 +- ...root-certificates-what-you-need-to-know.md | 2 +- _sass/_default.scss | 8 ++++-- about.html | 25 +++++++++++-------- contact.html | 2 ++ friends.html | 23 +++++++++++++++++ friends.md | 18 ------------- index.html | 6 +++-- 8 files changed, 51 insertions(+), 35 deletions(-) create mode 100644 friends.html delete mode 100644 friends.md diff --git a/_includes/page/title.html b/_includes/page/title.html index 2f34cc5..c2b76b3 100644 --- a/_includes/page/title.html +++ b/_includes/page/title.html @@ -1,4 +1,4 @@

{{ page.title }}
{{ page.subtitle }}
-

\ No newline at end of file + diff --git a/_posts/2019-02-05-dns-and-root-certificates-what-you-need-to-know.md b/_posts/2019-02-05-dns-and-root-certificates-what-you-need-to-know.md index 9db6b3e..82946d4 100644 --- a/_posts/2019-02-05-dns-and-root-certificates-what-you-need-to-know.md +++ b/_posts/2019-02-05-dns-and-root-certificates-what-you-need-to-know.md @@ -7,7 +7,7 @@ cover: /assets/posts/privacy.png date: 2019-02-05 10:53 -0500 ---

This post was mirrored from Privacy Today on Telegram.

-

https://t.me/PrivacyToday

+

t.me/PrivacyToday


Due to recent events we felt compelled to write an impromptu article on this matter. It's intended for all audiences so it will be kept simple - technical details may be posted later. diff --git a/_sass/_default.scss b/_sass/_default.scss index 8de2881..0078b82 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -87,8 +87,12 @@ a { text-decoration: none; } .content a { - text-decoration: bold; - content: '' + text-decoration: none; + font-weight: bold; +} +.content a::before { + content: "\f0c1 "; + font-size: 15px; } p { font-size: 20px; diff --git a/about.html b/about.html index 33399ca..351373d 100644 --- a/about.html +++ b/about.html @@ -9,21 +9,24 @@ permalink: /about/

NixNet

NixNet.xyz is a network of websites and services hosted by the pseudonymous Amolith (me). The main reason I'm hosting these sites is because I like to be in control of my own data where feasible. The easiest way to accomplish this is to host the services I use. I make them public and and maintain them simply because I want to. The Linux and FLOSS community has completely changed my life and I feel like this is a small way I can do my part and give back.

+

-

Finance

-

At the moment, all the sites I host are running on netcup GmbH's 500 G8 VPS. I pay $6.10/mo in lump sums of $36.60 every six months. The domain nixnet.xyz is registered with gandi.net and it renews at $13.63/yr. I use Gandi because they have WHOIS privacy by default, every domain comes with two inboxes and unlimited aliases for both. One is amolith@nixnet.xyz and the other uses my real name rather than my pseudonym.

- -

- - - - +

Finance

-

+

At the moment, all the sites I host are running on netcup GmbH's 500 G8 VPS. I pay $6.10/mo in lump sums of $36.60 every six months. The domain nixnet.xyz is registered with gandi.net and it renews at $13.63/yr. I use Gandi because they have WHOIS privacy by default, every domain comes with two inboxes and unlimited aliases for both. One is amolith@nixnet.xyz and the other uses my real name rather than my pseudonym. My plans are to upgrade to the 1000 G8 (on the same page) and add a Tariff A storage server. This would cost $4.07/mo. I've also added the domain, nixnet.xyz to the goal, which is $13/year ($0.27/mo). My goal is $4.34/week exactly so I can upgrade VPSs, add a storage server, and not have anything left over.

+ + +
+ + + + +
+
+

If you want to donate in crypto currencies, I accept Bitcoin and Litecoin though I do prefer Litecoin because of its speed. If you do crypto on mobile, you can scan the QR codes with your preferred app or tap them to open the appropriate app. The address is also below for other methods.

-

My goal is $4.34/week exactly so I can upgrade VPSs, add a storage server, and not have anything left over.

-

Currently, NixNet is running netcup GmbH's 500 G8. My plans are to upgrade to the 1000 G8 (on the same page) and add a Tariff A storage server. This would cost $4.07/mo. I've also added the domain, nixnet.xyz to the goal, which is $13/year ($0.27/mo).

+
diff --git a/contact.html b/contact.html index 0f0a5c5..36c7e9d 100644 --- a/contact.html +++ b/contact.html @@ -40,6 +40,7 @@ These are some of my more public accounts; feel free to contact me at any of the


+

I also have Briar and Signal if we meet IRL, Keybase, and I'm on Wire as @amolith. I can be found on my Jabber/XMPP server at amolith@nixnet.xyz.

@@ -48,3 +49,4 @@ Despite the many ways to contact me, email is and always will be my most preferr

If you email me, please be sure to encrypt it with my GPG key.

+
diff --git a/friends.html b/friends.html new file mode 100644 index 0000000..24f1360 --- /dev/null +++ b/friends.html @@ -0,0 +1,23 @@ +--- +layout: page +title: Friends of NixNet +subtitle: A list of some like-minded people and their websites +description: A list of some like-minded people and their websites +cover: /assets/pages/friends.png +permalink: /friends/ +--- +
+

People

+ +

Organisations

+
    +
  • LibreHo.st - a network of average people who host FLOSS services available for anyone to use
  • +
  • Lelux.fi - really cool guy who hosts some services like I do
  • +
  • Snopyta.org - Snopyta provides online services based on freedom, privacy and decentralization. Part of LibreHosters.
  • +
  • LibreDesigners.org - a website for learning how to create art, interfaces, websites, etc. with free/libre and open source software (Portuguese-only right now)
  • +
  • CYGONetwork.com - alternative to Facebook. Better features, better community, and enhanced privacy/security
  • +
+
diff --git a/friends.md b/friends.md deleted file mode 100644 index b5adcc4..0000000 --- a/friends.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: Friends of NixNet -subtitle: A list of some like-minded people and their websites -description: A list of some like-minded people and their websites -cover: /assets/pages/friends.png -permalink: /friends/ ---- -## People -* [Anxhelo Lushka](https://lushka.al/) - graphic designer, frontend developer, computer engineering student and heavy open source user/advocate. Has an interesting blog. -* [Luke Smith](http://lukesmith.xyz/) - makes technology videos on YouTube, is the Luke of [Luke's Auto-Rice Bootstrapping Scripts (LARBS)](https://larbs.xyz/), and does a podcast called _Not Related_ on "Big-Braned" topics - -## Organisations -* [LibreHo.st](https://libreho.st/) - a network of average people who host FLOSS services available for anyone to use -* [Lelux.fi](https://lelux.fi/) - really cool guy who hosts some services like I do -* [Snopyta.org](https://snopyta.org/) - Snopyta provides online services based on freedom, privacy and decentralization. Part of LibreHosters. -* [LibreDesigners.org](https://libredesigners.org/) - a website for learning how to create art, interfaces, websites, etc. with free/libre and open source software (Portuguese-only right now) -* [CYGONetwork.com](https://cygonetwork.com) - alternative to Facebook. Better features, better community, and enhanced privacy/security diff --git a/index.html b/index.html index 00695b2..e4bba17 100644 --- a/index.html +++ b/index.html @@ -29,9 +29,10 @@ priority: 0.9

Help welcome

-

I didn't think I would be doing this but I find myself needing assistance. As I say in about/, I am a high school student. I'm currently trying to get together enough money to go to college for computer science. I'm not sure exactly what I want to go into but I am thinking about cybersecurity and working with SELinux as a specialisation. Back to the point.

+

I didn't think I would be doing this but I find myself needing assistance. As I say in /about, I am a high school student. I'm currently trying to get together enough money to go to college for computer science. I'm not sure exactly what I want to go into but I am thinking about cybersecurity and working with SELinux as a specialisation. Back to the point.

College is expensive in the US. Very expensive. The one I plan to go to will be ~$28,000 per year. They gave me enough financial aid and institutional scholarships to bring the cost down to $8,000/yr. My father has said he would help and bring it down further to ~$5,500/yr. Even with third-party scholarships, this is going to leave me thousands of dollars in debt.

-

If you can do anything to help monetarily, I would be forever grateful. I pay for the servers running this site and everything on it partially from donations and the rest out-of-pocket. If you even know of any scholarships I may be eligible for, a message and a link would be greatly appreciated.

+

If you can do anything to help monetarily, I would be forever grateful. I pay for the servers running this site and everything on it partially from donations and the rest out-of-pocket. If you even know of any scholarships I may be eligible for, a message and link would be greatly appreciated.

+

@@ -40,6 +41,7 @@ priority: 0.9

+

Thank you,
Amolith