87 lines
4.3 KiB
Plaintext
87 lines
4.3 KiB
Plaintext
|
extends base.pug
|
||
|
|
||
|
block nav
|
||
|
nav
|
||
|
a(href='/') Home
|
||
|
a(href='/mindflow') Mindflow
|
||
|
a(href='/about') About
|
||
|
a(href='/guestbook') Guestbook
|
||
|
h1 Stuff
|
||
|
|
||
|
block content
|
||
|
p.center Here lies everything I've made that I'm willing to share.
|
||
|
section#articles
|
||
|
h2 Articles
|
||
|
p These articles are more like the sysadmin's notes. I describe those parts here that I did myself. The date here represents when article was updated last time.
|
||
|
table
|
||
|
tr
|
||
|
td
|
||
|
time(datetime='2020-12-04') 4 December 2020
|
||
|
td
|
||
|
a(href='stuff/article/nginx_recipes_and_tips') NGiNX's recipes & tips
|
||
|
tr
|
||
|
td
|
||
|
time(datetime='2020-09-22') 22 September 2020 (WIP)
|
||
|
td
|
||
|
a(href='stuff/article/setting_up_a_mail_server') Setting up a mail server
|
||
|
tr
|
||
|
td
|
||
|
time(datetime='2020-08-15') 15 August 2020
|
||
|
td
|
||
|
a(href='stuff/article/setting_up_a_tor_proxy_relay_hiddenserv') Setting up a Tor proxy, relay and hidden service
|
||
|
tr
|
||
|
td
|
||
|
time(datetime='2020-08-15') 15 August 2020
|
||
|
td
|
||
|
a(href='stuff/article/rpi_root_on_external_drive') How to move a root partition from SD card off to external drive on Raspberry Pi
|
||
|
section#programs-scripts
|
||
|
h2 Programs and scripts
|
||
|
p.center Simple, yet useful (at least for me) programs and scripts I made. Everything is licensed under MIT.
|
||
|
table
|
||
|
tr
|
||
|
td
|
||
|
td February 2021
|
||
|
td Go
|
||
|
td
|
||
|
tr
|
||
|
td(colspan='4')
|
||
|
p I will soon release two tools written in Go. I just want to finish them and give them proper names. The one is a wrapper for nsupdate BIND9's utility used for updating DNS resource records through a POST query. And the other one is a tool for monitoring up/down status of a set of processes and giving it out in form of a JSON object.
|
||
|
tr
|
||
|
td PiggyBank
|
||
|
td 1.0.0 (8 July 2020)
|
||
|
td Python
|
||
|
td
|
||
|
a(href='http://git.arav.top/Arav/PiggyBank') source
|
||
|
|
|
||
|
a(href='http://git.arav.top/Arav/PiggyBank/releases') releases
|
||
|
tr
|
||
|
td(colspan='4')
|
||
|
p One of the most autistic shit I ever made. :)
|
||
|
p Many years ago I wrote a little script to keep track of my piggy bank to learn how to work with SQLite 3 in Python.
|
||
|
p Now I wanted to learn how to make packages that could be installed using pip. And I took that script and made a universal simple solution that can work with any currency (that script was nailed to rubles). I threw SQLite and made a simple text format.
|
||
|
tr
|
||
|
td ScrapTheChan
|
||
|
td 0.4.0 (18 November 2020)
|
||
|
td Python
|
||
|
td
|
||
|
a(href='http://git.arav.top/Arav/ScrapTheChan') source
|
||
|
|
|
||
|
a(href='http://git.arav.top/Arav/ScrapTheChan/releases') releases
|
||
|
tr
|
||
|
td(colspan='4')
|
||
|
p Imageboards file scraper using theirs JSON API. Currently supported: 4chan.org, lainchan.org, 2ch.hk and 8kun.top.
|
||
|
p Attention! Was made to the point it works. Lotta shitcode!
|
||
|
tr
|
||
|
td OpenNIC active domains extraction script
|
||
|
td 10 July 2020
|
||
|
td Bash
|
||
|
td
|
||
|
a(href='http://git.arav.top/Arav/opennic-extract-domains') source
|
||
|
tr
|
||
|
td(colspan='4')
|
||
|
p Bash script for BIND9 that extracts domains from zone files of OpenNIC and forms a list of domains that have an IP-address.
|
||
|
section#music
|
||
|
h2 Music
|
||
|
p There was a period in my life when I was playing with audio sequencers. I lost all project files and only 3 tracks survived in mp3. <a href="https://files.arav.top/music/My%20tracks,%20that%20survived/">You can get them here</a>. I've maybe like 15-20-ish project files ever created and just like 5 of them was finished.
|
||
|
|