diff --git a/blog/src/leftovers.org b/blog/src/leftovers.org index ebfd3f9..5c8dd2f 100644 --- a/blog/src/leftovers.org +++ b/blog/src/leftovers.org @@ -930,3 +930,92 @@ Also, I believe the tower Guy's letter was addressed to David Burton. Looking fo ** TODO Episode one ** TODO Episode two ** TODO Episode three +** Four +Kevin mentioned the book "Assassins" in the library. "Assassins" is my favorite book from the Left Behind series, a book series about the actual Rapture. "Assassins" climaxes with the Antichrist being assassinated. + +Pretty sure they travel to Australia at some point too in this one. I might need to dig this book out of the closet and see if I can find anything interesting. + +EDIT: The "7 years" time frame plays a big part in those novels as +well. Jesus returns to Earth at the Battle of Armageddon on the 7 year +anniversary of the Rapture. + +Take On Me.. this show does a lot of things right but the music is +always exceptional, how it was introduced very choppy on the piano. +Then escalated with the orchestra instrumental and finally the climax +with the huge fight between Kevin and Nora finally resulting in the +full song being played.. genius + + +I just had a thought about the LADR machine people, and about Mark +Linn-Baker being involved as one of the clients, and his similarities +to Nora. Of all the supposed 119 people who have apparently "gone +through" the device, MLB and Nora are the only two that we know the +specifics of pertaining to how many people they were close to who +departed. In both cases, they were the only ones of a group of 4 who +did not depart... the chances of that being "One in 128,000" as they +discuss in S3E2. Perhaps this group is trying to get blood samples and +accumulate data from people who they might think to be "lenses," or +just people who had relation to a larger-than-average number of +departures. I thought of this because I wondered why they took Nora's +blood when it was obvious they had no way to test it for anything in +that warehouse. Maybe they've just thought up a way to get the people +they're looking for to present themselves available for a blood +sample, etc. We certainly know Nora wouldn't just go along with such a +request if they simply asked her for it, as we saw what she did last +season when that guy showed up at her door trying to take data with +that machine he had +** Five +I can't believe how well they turned Matt's internal dialogue and +struggle with God into a visible scene. Amazing writers. + + +Aha. And he was reading the passage about Daniel and the lion. He +wasn't able to keep the lion from attacking him. Thus, he's not who he +claims to be. Matt's faith is restored! + +The part about Matt telling David Burton to use powers to free himself +of he is God reminded of in the bible when they tell Jesus to use his +powers to come down from the cross if he actually is the son of the +god. + +A panda walks into a café. He orders a sandwich, eats it, then draws a +gun and proceeds to fire it at the other patrons. "Why?" asks the +confused, surviving waiter amidst the carnage, as the panda makes +towards the exit. The panda produces a badly punctuated wildlife +manual and tosses it over his shoulder. "Well, I'm a panda," he says. +"Look it up." The waiter turns to the relevant entry in the manual +and, sure enough, finds an explanation. "Panda. Large black-and-white +bear-like mammal, native to China. Eats, shoots and leaves." + +For those who wonders, the creepy lyrics of the opening are basically +the guy who launches the nuke speaking. He believe he's the last hope +because a demon is coming to anihilate mankind on the seventh +anniversary of the departure. Then he thanks God about the nuclear +weapon, as he thinks it's the only way to kill the beast before he's +unleashed. + +FYI the penultimate episode this season is titled The Most Powerful +Man in the World (and His Identical Twin Brother). + +I'm not usually one to delve into deeper analysis, but something stuck +out to me because I recognized the song. The song the choir is singing +during the scene on the plane and when Matt knocks out God is the +Hebrew prayer Avinu Malkeinu which means "Our Father, Our King". It's +typically recited during the High Holidays between Rosh Hashanah and +Yom Kippur (exactly when and what lines are recited varies depending +on the sect). The possible tie-in here is that the Talmud has an +instance where a Rabbi recites the prayer a couple lines at a time +each day to end a drought and successfully brings rain. That is +awfully similar to what Kevin Sr. is doing with the Aborigines. + +Could have called this episode Chekhov's Lion. When they showed the +lion getting wheeled onto the ship at the beginning, you had to know +it was going to get out at the end. I was expecting to see someone +open the cage when Matt strapped Burton to the wheelchair, but I love +that they saved it for later. Matt's final line was hilarious. + +Great catch by a lot of you guys with hints of Matt's cancer being +back earlier this season, I hadn't even thought of it as a +possibility. His transformation from frantic and being on a mission to +find Kevin to very reserved and at ease with what was happening was +jarring. diff --git a/secretwiki/brasello.css b/secretwiki/brasello.css new file mode 100644 index 0000000..c8d6e78 --- /dev/null +++ b/secretwiki/brasello.css @@ -0,0 +1,260 @@ +html { + font-family:sans-serif; + color:#080808 +} +body { + max-width:1366px; + margin:0 auto; + padding:1rem; + background: #f6f1ec; + color: black; + font-size: 18px; +} + +h2 a { + color: purple; + text-decoration: none; +} + +h2 { + color: #45818e; +} + +h3 { + color: purple; +} + +ul a:link { + color: #ce7e00; + text-decoration: none; +} + +ul a:visited { + color: purple; + text-decoration: none; +} + +ul a:hover { + color: #dfd9e6; +} + +img { + max-width: 90%; +} + +.index { + display:flex; + flex-direction:row +} +.index .article-list { + flex-grow:1 +} +.index .article-list .article { + margin-bottom:1rem +} +.index .article-list .date { + display:block; + color:#333 +} +.index aside { + width:40% +} +.index aside img { + display:block; + margin:0 auto 1rem; + border-radius:5px +} +.index aside dt { + font-size:.9rem +} +.index aside dd { + margin-left:0 +} +.index aside dd:not(:last-child) { + margin-bottom:.5rem +} +@media(max-width:640px) { + .index aside { + display:none + } +} +article { + margin:0 auto; + max-width:720px; + line-height:1.3 +} +article img, +article video, +article iframe { + display:block!important; + margin:0 auto!important; + max-width:90% +} +@media(max-width:640px) { + article img, + article video, + article iframe { + max-width:calc(100% - 2rem) + } +} +article .comment { + margin:2rem auto 0; + max-width:80%; + color:#333 +} +.footnotes { + font-size:.85rem +} +footer { + margin-top:2rem; + text-align:center; + font-size:.8rem; + color:#333 +} +.float-img { + float:right; + display:inline; + padding-left:1rem +} +@media(max-width:640px) { + .float-img { + display:block; + float:none; + padding-left:inherit + } +} +pre { + max-width: 50%; + color: purple; +} +pre .cp { + color:#800 +} +pre .k { + color:#008 +} +pre .kt, +pre .kd, +pre .kc { + color:#44f +} +pre .s { + color:#484; + font-style:italic +} +pre .cm, +pre .c1 { + color:#333; + font-style:italic +} +pre .gi { + color:green +} +pre .gd { + color:red +} +pre .gu { + color:blue +} +.webring { + margin-top:2rem +} +.webring h2 { + font-size:1.2rem +} +.webring .articles { + display:flex +} +@media(max-width:640px) { + .webring .articles { + flex-direction:column + } +} +.webring .title { + margin:0 +} +.webring .article { + flex:1; + display:flex; + flex-direction:column; + background:#eee; + padding:.5rem; + margin:0 .5rem +} +@media(max-width:640px) { + .webring .article { + margin:.5rem 0 + } +} +.webring .article:first-child { + margin-left:0 +} +.webring .article:last-child { + margin-right:0 +} +.webring .summary { + font-size:.8rem; + flex:1 +} +.webring .attribution { + float:right; + font-size:.8rem; + color:#555; + line-height:3 +} +.webring .date { + color:#000 +} +summary { + cursor:pointer; + background-color:#eee; + padding:.25rem 1rem; + margin:0 -1rem +} +details[open] { + border-bottom:1rem solid #eee; + margin:0 -1rem 1rem; + padding:0 1rem +} +.text-center { + text-align:center +} +blockquote { + border-left:5px solid #bbb; + background-color:#eee; + padding:0 1rem; + margin-left:calc(-1rem - 5px); + margin-right:-1rem +} +blockquote blockquote { + margin-right:0; + margin-left:0 +} +dl { + display:grid; + grid-template-columns:auto 1fr; + grid-gap:.2rem 1rem +} +dl dt { + font-weight:700; + grid-column-start:1 +} +dl dd { + grid-column-start:2; + margin:0 +} +.alert { + padding:.5rem; + border:1px solid transparent; + margin-bottom:1rem +} +.alert.alert-danger { + background:#f8d7da; + color:#721c24; + border-color:#f5c6cb +} +.alert.alert-info { + background:#d1ecf1; + color:#0c5460; + border-color:#bee5eb +} diff --git a/secretwiki/header.org b/secretwiki/header.org new file mode 100644 index 0000000..f02f708 --- /dev/null +++ b/secretwiki/header.org @@ -0,0 +1,10 @@ +#+HTML_HEAD: +#+AUTHOR: bparodi +#+TITLE: Lezzo secret wiki +#+options: html-scripts:nil date:nil created:nil html-style:nil +#+OPTIONS: toc:nil +#+OPTIONS: num:nil +#+OPTIONS: title:nil +#+BEGIN_EXPORT html +

[ Lezzo secret wiki ]

+#+END_EXPORT diff --git a/secretwiki/hosts.html b/secretwiki/hosts.html new file mode 100644 index 0000000..7acf4a1 --- /dev/null +++ b/secretwiki/hosts.html @@ -0,0 +1,298 @@ + + + + + + + +Lezzo secret wiki + + + + + +
+

[ Lezzo secret wiki ]

+
+

~ Hosts

+
+
+
+

Amelia

+
+

+VM usata per piratare. +

+ +

+Serve: +

+
    +
  • rtorrent
  • +
  • rutorrent e tutte le dipendenze
  • +
  • qbittorrent
  • +
+
+
+
+

Atomino

+
+

+Server vpn privato. Usato per avere una rete interna per i membri di +lezzo.org ma esce in chiaro dall'ip di lezzo.org. +

+ +

+Serve: +

+
    +
  • wireguard
  • +
+
+
+
+

Darkenblot

+
+

+VM che si occupa di condividere la vpn fra brasello e bparodi tramite una static route. +

+
+
+
+

Dinamite

+
+

+ruspante vm personale. Spesso in idle. +

+
+
+
+

Enigm

+
+

+DNS server. +

+ +

+Serve: +

+
    +
  • pihole e tutte le dipendenze
  • +
+
+
+
+

TODO Macchianera

+
+

+Router dietro la vpn di njalla. +

+
+
+
+

Nocciola

+
+

+VM usata per piratare. +

+ +

+Serve: +

+
    +
  • fopnu
  • +
  • nicotine+: client soulseek
  • +
  • vncviewer
  • +
  • mldonkey
  • +
  • amuled
  • +
  • amuleweb
  • +
  • makemkv
  • +
  • nocciola-dl-manager: programma in kotlin che monitora i vari servizi
  • +
+
+
+
+

TODO Orazio

+
+

+Buildserver e logserver. Ci si aspetta che tutte gli host riescano a +comunicare con questa vm. +

+ +

+Serve: +

+
    +
  • syslog-ng
  • +
  • ntpd
  • +
  • rsync
  • +
  • nginx
  • +
+
+
+
+

Paperetta

+
+

+Media server con il maggior numero di vcpu. +

+ +

+Serve: +

+
    +
  • jellyfin
  • +
  • airsonic
  • +
  • archivebox
  • +
  • forkserver: script in python che permetto al bot di irc di +richiedere l'archiviazione di url ad archivebox
  • +
+
+
+ +
+

Paperino

+
+

+Punto di accesso ai vari servizi web di lezzo.org +

+ +

+Serve: +

+
    +
  • nginx, sia come server per il dominio che come reverse proxy
  • +
  • server rsync
  • +
  • gitbucket
  • +
  • remod (sauerbraten)
  • +
  • happy/imageboard
  • +
  • luca/url shortener
  • +
  • ngircd
  • +
  • bot di irc
  • +
  • goaccess (stats.html)
  • +
  • httpbalena
  • +
  • fucktelegram
  • +
  • murmur (mumble server)
  • +
  • atftpd (pxe server)
  • +
+
+
+
+

Paperoga

+
+

+ruspante vm personale dietro vpn. +

+ +

+Serve: +

+
    +
  • weechat
  • +
+
+
+
+

Pippo

+
+

+Vm dietro vpn, generalmente usata per cose relative alle feste. +

+ +

+Serve: +

+
    +
  • jupyter notebook per Neutravel
  • +
  • gitbucket
  • +
+
+
+
+

Plottigat

+
+

+Matrix server. +

+ +

+Serve: +

+
    +
  • synapse
  • +
  • heisenbridge
  • +
  • nginx come reverse proxy per cinny
  • +
  • cinny
  • +
  • postgres
  • +
  • fucktelegram python telegram client
  • +
+
+
+
+

Pluto

+
+

+ssh bastion: /root/bastionuser.sh . +No root login. +

+
+
+
+

Topolino

+
+

+bparodi vm personale. +

+ +

+Serve: +

+
    +
  • neomutt
  • +
  • offlineimap
  • +
  • mpd
  • +
  • roberto/barnard
  • +
  • mympd
  • +
  • syncthing
  • +
+ +

+Monta: +

+
    +
  • vibbra
  • +
  • pr0n
  • +
+
+
+
+

Toppersby

+
+

+bparodi vm personale dietro vpn. +

+ +

+Serve: +

+
    +
  • weechat
  • +
+
+
+
+

TODO Uno

+
+

+Router. +

+
+
+
+
+
+

Author: bparodi

+
+ + diff --git a/secretwiki/hosts.org b/secretwiki/hosts.org new file mode 100644 index 0000000..4bf9bd0 --- /dev/null +++ b/secretwiki/hosts.org @@ -0,0 +1,119 @@ +#+INCLUDE: header.org +* *~* Hosts +** Amelia +VM usata per piratare. + +Serve: +- rtorrent +- rutorrent e tutte le dipendenze +- qbittorrent +** Atomino +Server vpn privato. Usato per avere una rete interna per i membri di +lezzo.org ma esce in chiaro dall'ip di lezzo.org. + +Serve: +- wireguard +** Darkenblot +VM che si occupa di condividere la vpn fra brasello e bparodi tramite una static route. +** Dinamite +ruspante vm personale. Spesso in idle. +** Enigm +DNS server. + +Serve: +- pihole e tutte le dipendenze +** TODO Macchianera +Router dietro la vpn di njalla. +** Nocciola +VM usata per piratare. + +Serve: +- fopnu +- nicotine+: client soulseek +- vncviewer +- mldonkey +- amuled +- amuleweb +- makemkv +- nocciola-dl-manager: programma in kotlin che monitora i vari servizi +** TODO Orazio +Buildserver e logserver. Ci si aspetta che tutte gli host riescano a +comunicare con questa vm. + +Serve: +- syslog-ng +- ntpd +- rsync +- nginx +** Paperetta +Media server con il maggior numero di vcpu. + +Serve: +- jellyfin +- airsonic +- archivebox +- forkserver: script in python che permetto al bot di irc di + richiedere l'archiviazione di url ad archivebox + +** Paperino +Punto di accesso ai vari servizi web di lezzo.org + +Serve: +- nginx, sia come server per il dominio che come reverse proxy +- server rsync +- gitbucket +- remod (sauerbraten) +- happy/imageboard +- luca/url shortener +- ngircd +- bot di irc +- goaccess (stats.html) +- httpbalena +- fucktelegram +- murmur (mumble server) +- atftpd (pxe server) +** Paperoga +ruspante vm personale dietro vpn. + +Serve: +- weechat +** Pippo +Vm dietro vpn, generalmente usata per cose relative alle feste. + +Serve: +- jupyter notebook per Neutravel +- gitbucket +** Plottigat +Matrix server. + +Serve: +- synapse +- heisenbridge +- nginx come reverse proxy per cinny +- cinny +- postgres +- fucktelegram python telegram client +** Pluto +ssh bastion: /root/bastion_user.sh . +No root login. +** Topolino +bparodi vm personale. + +Serve: +- neomutt +- offlineimap +- mpd +- roberto/barnard +- mympd +- syncthing + +Monta: +- vibbra +- pr0n +** Toppersby +bparodi vm personale dietro vpn. + +Serve: +- weechat +** TODO Uno +Router. diff --git a/secretwiki/stylesheet.css b/secretwiki/stylesheet.css new file mode 100644 index 0000000..97eb4ae --- /dev/null +++ b/secretwiki/stylesheet.css @@ -0,0 +1,289 @@ +html { + font-family:sans-serif; + color:#080808 +} +body { + max-width:1366px; + margin:0 auto; + padding:1rem; + background: #ded7db; + color: black; + font-size: 18px; +} + +div .pgp { + background: #cfc6cb; + border: 15px solid; + border-color: transparent; + text-align: center; + vertical-align: middle; + display: inline-block; +} + +h2 a { + color: green; + text-decoration: none; +} + +h2 { + color: #45818e; +} + +h3 { + color: #45818e; +} + +h4 { + color: #45818e; + font-size: 35px; +} + +a { + color: green; + text-decoration: none; +} + +a:visited { + color: green; + text-decoration: none; +} + +ul a:link { + color: green; + text-decoration: none; +} + +ul a:visited { + color: green; + text-decoration: none; +} + +ul a:hover { + color: #1fd149; +} + +img { + max-width: 90%; +} + +.index { + display:flex; + flex-direction:row +} +.index .article-list { + flex-grow:1 +} +.index .article-list .article { + margin-bottom:1rem +} +.index .article-list .date { + display:block; + color:#333 +} +.index aside { + width:40% +} +.index aside img { + display:block; + margin:0 auto 1rem; + border-radius:5px +} +.index aside dt { + font-size:.9rem +} +.index aside dd { + margin-left:0 +} +.index aside dd:not(:last-child) { + margin-bottom:.5rem +} +@media(max-width:640px) { + .index aside { + display:none + } +} +article { + margin:0 auto; + max-width:720px; + line-height:1.3 +} +article img, +article video, +article iframe { + display:block!important; + margin:0 auto!important; + max-width:90% +} +@media(max-width:640px) { + article img, + article video, + article iframe { + max-width:calc(100% - 2rem) + } +} +article .comment { + margin:2rem auto 0; + max-width:80%; + color:#333 +} +.footnotes { + font-size:.85rem +} +footer { + margin-top:2rem; + text-align:center; + font-size:.8rem; + color:#333 +} +.float-img { + float:right; + display:inline; + padding-left:1rem +} +@media(max-width:640px) { + .float-img { + display:block; + float:none; + padding-left:inherit + } +} + +pre { + max-width: 50%; + color: #45818e; +} +pre .cp { + color:#800 +} +pre .about { + color: black; +} + +pre .k { + color:#008 +} +pre .kt, +pre .kd, +pre .kc { + color:#44f +} +pre .s { + color:#484; + font-style:italic +} +pre .cm, +pre .c1 { + color:#333; + font-style:italic +} +pre .gi { + color:green +} +pre .gd { + color:red +} +pre .gu { + color:blue +} +.webring { + margin-top:2rem +} +.webring h2 { + font-size:1.2rem +} +.webring .articles { + display:flex +} +@media(max-width:640px) { + .webring .articles { + flex-direction:column + } +} +.webring .title { + margin:0 +} +.webring .article { + flex:1; + display:flex; + flex-direction:column; + background:#eee; + padding:.5rem; + margin:0 .5rem +} +@media(max-width:640px) { + .webring .article { + margin:.5rem 0 + } +} +.webring .article:first-child { + margin-left:0 +} +.webring .article:last-child { + margin-right:0 +} +.webring .summary { + font-size:.8rem; + flex:1 +} +.webring .attribution { + float:right; + font-size:.8rem; + color:#555; + line-height:3 +} +.webring .date { + color:#000 +} +summary { + cursor:pointer; + background-color:#eee; + padding:.25rem 1rem; + margin:0 -1rem +} +details[open] { + border-bottom:1rem solid #eee; + margin:0 -1rem 1rem; + padding:0 1rem +} +.text-center { + text-align:center +} +blockquote { + border-left:5px solid #bbb; + background-color:#eee; + padding:0 1rem; + margin-left:calc(-1rem - 5px); + margin-right:-1rem +} +blockquote blockquote { + margin-right:0; + margin-left:0 +} +dl { + display:grid; + grid-template-columns:auto 1fr; + grid-gap:.2rem 1rem +} +dl dt { + font-weight:700; + grid-column-start:1 +} +dl dd { + grid-column-start:2; + margin:0 +} +.alert { + padding:.5rem; + border:1px solid transparent; + margin-bottom:1rem +} +.alert.alert-danger { + background:#f8d7da; + color:#721c24; + border-color:#f5c6cb +} +.alert.alert-info { + background:#d1ecf1; + color:#0c5460; + border-color:#bee5eb +} diff --git a/secretwiki/wiki.html b/secretwiki/wiki.html new file mode 100644 index 0000000..f327eb7 --- /dev/null +++ b/secretwiki/wiki.html @@ -0,0 +1,33 @@ + + + + + + + +Lezzo secret wiki + + + + + +
+

[ Lezzo secret wiki ]

+

+Ogni pagina è disponibile anche in org-mode sostituendo .org a.html. +

+
+

Pagine

+
+ +
+
+
+
+

Author: bparodi

+
+ + diff --git a/secretwiki/wiki.org b/secretwiki/wiki.org new file mode 100644 index 0000000..517f3eb --- /dev/null +++ b/secretwiki/wiki.org @@ -0,0 +1,4 @@ +#+INCLUDE: header.org +Ogni pagina è disponibile anche in org-mode sostituendo .org a.html. +* Pagine +- [[./hosts.html][Hosts]]