diff --git a/.gitmodules b/.gitmodules index 2ba8459..51657a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "themes/defiance"] - path = themes/defiance - url = https://gitlab.com/insurgentuo/defiance.git [submodule "themes/defiance-ng"] path = themes/defiance-ng url = https://gitlab.com/ch0ccyra1n/defiance-ng.git diff --git a/content/_index.md b/content/_index.md index 8fbdb36..1fffc64 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,22 +1,34 @@ --- -title: "Introduction" - -description: "A Hugo site built with GitLab Pages" -cascade: - featured_image: '/images/gohugo-default-sample-hero-image.jpg' --- -# Introduction - {{< rawhtml >}}picture of ch0ccyra1n, a cat sitting at a computer desk{{< /rawhtml >}} -Hi, I'm ch0ccyra1n and this is my website! Thanks for stopping by! +Hi, I’m ch0ccyra1n! Thanks for stopping by! + +I'm a trans woman, nerd, and anarchist and occasionally post things here. Mainly more techie stuff, since most of my political writings are in *[The Student Insurgent](https://studentinsurgent.org/)*. + +This is my website (***you*** should have one too. even if you don't think it's important, it is.) ## In my network... -- {{< rawhtml >}}Insurgent iconThe Student Insurgent{{< /rawhtml >}}, a student-run radical newspaper where I work as technomancer. +- {{< rawhtml >}}GitLab icon My Gitlab{{< /rawhtml >}}, where I publish code. +- {{< rawhtml >}}ch0ccyra1n's website icon My Posts on this blog{{< /rawhtml >}} +- {{< rawhtml >}}Insurgent icon My Writings for The Student Insurgent{{< /rawhtml >}} -- {{< rawhtml >}}GitLab iconMy Gitlab{{< /rawhtml >}}, where I publish code. +## Projects I maintain... +- {{< rawhtml >}}Mastodon icon Defiance Hugo Theme{{< /rawhtml >}} +- {{< rawhtml >}}Insurgent icon The Student Insurgent website{{< /rawhtml >}} +- {{< rawhtml >}}UO Student Workers icon UO Student Workers website{{< /rawhtml >}} +- {{< rawhtml >}}Mastodon icon Emerald Social Mastodon Instance{{< /rawhtml >}} -- {{< rawhtml >}}Mastodon iconMy Mastodon[?]{{< /rawhtml >}} on my own instance, where I post semi-frequently. +## Follow me! -- {{< rawhtml >}}RSS iconSubscribe via RSS{{< /rawhtml >}} +- {{< rawhtml >}}Mastodon icon Mastodon (for updates about the instance and my life in-general, as well as cats, memes, and politics) {{< /rawhtml >}} + +- {{< rawhtml >}}RSS icon Subscribe to this blog via RSS{{< /rawhtml >}} + +## Contact + +Feel free to send me questions, fanmail, or anything else that's cool through these. + +- {{< rawhtml >}}Element Messenger icon Matrix (recommended){{< /rawhtml >}} +- {{< rawhtml >}}E-mail icon E-mail{{< /rawhtml >}} \ No newline at end of file diff --git a/content/posts/use-rss-to-get-updates.md b/content/posts/use-rss-to-get-updates.md index fa220d0..7482b2d 100644 --- a/content/posts/use-rss-to-get-updates.md +++ b/content/posts/use-rss-to-get-updates.md @@ -4,6 +4,7 @@ date: 2022-08-09T11:09:00-07:00 draft: false tags: - rss + - tutorial - education - tech --- diff --git a/content/posts/z-library-lives-on-accessing-z-library-with-tor.md b/content/posts/z-library-lives-on-accessing-z-library-with-tor.md new file mode 100644 index 0000000..127ca90 --- /dev/null +++ b/content/posts/z-library-lives-on-accessing-z-library-with-tor.md @@ -0,0 +1,49 @@ +--- +title: "Z-Library Lives On! Accessing Z-Lib With Tor" +date: 2022-11-13T20:31:53-08:00 +draft: true +tags: + - tutorial + - education + - tech +--- + +You may have heard about one of the coolest sites on the web, [Z-Library](https://en.wikipedia.org/wiki/Z-Library) being [seized](https://torrentfreak.com/u-s-authorities-seize-z-library-domain-names-221104/), but fret not ebook lovers! There's still a way to access this popular ebook repository with Tor. This article will explain in-detail the steps needed to access the site and keep on reading. + +## Getting Started With Tor Browser +Explaining all the use-cases and technology behind Tor is a story for another article, but for our purposes, it allows for us to continue accessing Z-library through its official onion service. + +To do this, you will have to start by installing [Tor Browser](https://www.torproject.org/download/) to your computer. Once this is done, launch it, and you will see something like this: + +![Initial connection setup from Tor Browser, with two buttons labelled from left-to-right "Configure Connection..." and "Connect"](/images/z-library-lives-1.png) + +After clicking `Connect`, and waiting (Tor is *kinda slow*, even on faster internet connections so be patient!), you will then be able to use **the darknet** (congrats!) + +![Tor Browser Homepage, which during the time the screenshot was taken shows a promotion for the "Resistance, Change, Freedom" donation drive](/images/z-library-lives-2.png) + +## Getting onto the Onion Service + +Now that you are done with that, you can then use the onion service descriptor to access the site. An **onion service descriptor** is similar to a website domain, although instead of `.com`, `.net`, `.org` or similar, it has a `.onion` top-level domain at the end. These `.onion` addresses cannot be connected to at all from a *normal* web browser like Firefox, which is why earlier you had to download and install Tor Browser. ***At this point, you just need to paste the following address into the address bar in Tor Browser:*** + +``` +http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/ +``` + +After waiting some more (again, Tor is *kinda slow* so be patient!)... You will be greeted with a login screen. If you have existing credentials, you can sign in, or otherwise sign up for an account. (If you sign up for a new account, make sure to check your e-mail for a verification link and select `Load Normally` when the NoScript dialog appears.) + +![Z-Library Single Sign In page](/images/z-library-lives-3.png) + +## You're in! + +Then, after clicking `Continue` and being redirected... Voilà! You now can browse and download books on Z-Library freely! + +![Z-Library Front Page, featuring a search bar and a variety of featured popular books](/images/z-library-lives-4.png) + +## Author's Note + +Thanks for reading this all the way to the end! I have noticed a lot of people talking about Z-Library being gone, and nobody was talking about the Onion Service. If you found this article useful or have any thoughts to share, please leave them in the comment section below! + +Feedback is always appreciated. + +### Comments +{{< chat z-library-lives-on-accessing-z-library-with-tor >}} \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico index 4d2db95..915c829 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/images/envelope-at.svg b/static/images/envelope-at.svg new file mode 100644 index 0000000..46b9134 --- /dev/null +++ b/static/images/envelope-at.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/images/z-library-lives-1.png b/static/images/z-library-lives-1.png new file mode 100644 index 0000000..365841e Binary files /dev/null and b/static/images/z-library-lives-1.png differ diff --git a/static/images/z-library-lives-2.png b/static/images/z-library-lives-2.png new file mode 100644 index 0000000..06a022c Binary files /dev/null and b/static/images/z-library-lives-2.png differ diff --git a/static/images/z-library-lives-3.png b/static/images/z-library-lives-3.png new file mode 100644 index 0000000..a030fc0 Binary files /dev/null and b/static/images/z-library-lives-3.png differ diff --git a/static/images/z-library-lives-4.png b/static/images/z-library-lives-4.png new file mode 100644 index 0000000..23445bd Binary files /dev/null and b/static/images/z-library-lives-4.png differ diff --git a/themes/defiance b/themes/defiance deleted file mode 160000 index de77b6a..0000000 --- a/themes/defiance +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de77b6ac475d00b4808ebeaf6a4efa99ac67ab00