summaryrefslogtreecommitdiff
path: root/public/index.xml
blob: 6232e2f0c950197c9b7ca48e26ad97fe7dd4a5f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>blog.tinfoil-hat.net</title>
    <link>https://blog.tinfoil-hat.net/</link>
    <description>Recent content on blog.tinfoil-hat.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 25 Jan 2024 13:22:34 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Shell Aliases</title>
      <link>https://blog.tinfoil-hat.net/posts/shell-aliases/</link>
      <pubDate>Thu, 25 Jan 2024 13:22:34 +0100</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/shell-aliases/</guid>
      <description>Here are my Shell Aliases, that I use mostly on a regular basis, enjoy
# Aliases ## RSS Feeds alias rss=&amp;#34;newsboat&amp;#34; ## Change OpenBSDs Soundlevel alias audio-ext=&amp;#34;sysctl hw.snd.default_unit=4&amp;#34; alias audio-int=&amp;#34;sysctl hw.snd.default_unit=0&amp;#34; ## List files and Folders alias ll=&amp;#34;ls -lah&amp;#34; ## Mount with SSH alias nasm=&amp;#34;sudo sshfs -o uid=1000 -o gid=1000 -o allow_other root@192.168.178.200:/hdds/ /media/anon/nas &amp;#34; ## Torrent via CLI - no seed alias torrent=&amp;#34;aria2c --follow-torrent=mem --seed-time=0 -j 10&amp;#34; ## Neofetch with Picture alias fetch=&amp;#34;neofetch --backend w3m --source ~/Bilder/tiger.</description>
    </item>
    
    <item>
      <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
      <link>https://blog.tinfoil-hat.net/posts/removed-services/</link>
      <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/removed-services/</guid>
      <description>Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</description>
    </item>
    
    <item>
      <title>Revert Brave Flatpak to Deb</title>
      <link>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</link>
      <pubDate>Thu, 30 Nov 2023 23:24:41 +0100</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</guid>
      <description>Hi there,
I switched to Linuxmint Debian Edition 6 (LMDE6) and thought: why install Bravebrowser via Apt-Repo, when I could use the integrated Flatpak Store. The Problem that I encounterd was, that the Brave Flatpak doesn&amp;rsquo;t seem to can access my KeepassXC via Addon because of the Flatpak restrictions.
So I tried this Fix https://www.vastactive.com/posts/keepassxc-firefox-flatpak/ which didn&amp;rsquo;t seem to work for me.
So I am going another route, by moving my appdata dir where the .</description>
    </item>
    
    <item>
      <title>Proxmox Docker Workstation</title>
      <link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>
      <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</guid>
      <description>Install Linux Mint Debian Edition 6 I am assuming, that you want to use a Debian based Operating System (not Ubuntu based) and you want Proxmox, Docker and GPT4All installed on your Laptop. Here I am using Linux Mint Debian Edition 6
let&amp;rsquo;s get started: Go trough installation process
Install Proxmox VE Upgrade the system and install some basic tools
sudo apt update &amp;amp;&amp;amp; sudo apt dist-upgrade -y sudo apt install vim git curl wget htop ssh netcat-traditional openvpn Cerate a Interface used for LXC Containers: edit /etc/network/interfaces</description>
    </item>
    
    <item>
      <title>Local Apt Mirror</title>
      <link>https://blog.tinfoil-hat.net/posts/local-apt-mirror/</link>
      <pubDate>Thu, 19 Oct 2023 14:47:13 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/local-apt-mirror/</guid>
      <description>How do make a local debian apt mirror To create a local Debian APT mirror, you can follow these general steps:
Set up a server: You will need a server with sufficient storage capacity and network bandwidth to host the mirror.
Install the necessary packages: Start by installing the apt-mirror package, which is available in the Debian repositories. Use the following command to install it:
sudo apt-get install apt-mirror Configure the mirror: Open the apt-mirror configuration file using a text editor.</description>
    </item>
    
    <item>
      <title>The Black and the White Wolf</title>
      <link>https://blog.tinfoil-hat.net/posts/the-black-and-the-white-wolf/</link>
      <pubDate>Mon, 16 Oct 2023 16:29:15 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/the-black-and-the-white-wolf/</guid>
      <description>One evening, an old Indian was sitting around the campfire with his son. It had grown dark. The trees around them cast eerie shadows and the fire crackled and crackled as the flames licked into the sky.
The Indian gazed thoughtfully into the flames.
&amp;ldquo;The flame light and the darkness, are like the two wolves, that dwell in our hearts.&amp;rdquo;
Questioningly, his son looked at him. After a time of silence, the Indian began to tell his son a story.</description>
    </item>
    
    <item>
      <title>Nitter Ratelimiting &amp; Guest_Accounts branch</title>
      <link>https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/</link>
      <pubDate>Sun, 08 Oct 2023 00:01:08 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/</guid>
      <description>Mitigating Unauthorized Web Scraping Bot Traffic The current design of Nitter, along with its methodology for accessing the Twitter service, necessitates heightened vigilance on the part of instance operators to manage unwarranted access by web scraping bots. This guide is intended to provide operators with essential information to effectively mitigate unauthorized web scraping bot traffic.
Prerequisites Before proceeding with the rate-limiting setup, ensure that you have:
A functional Nitter installation located at /opt/nitter.</description>
    </item>
    
    <item>
      <title>Rammstein Singer Till Lindemann Lizard Confirmed</title>
      <link>https://blog.tinfoil-hat.net/posts/till-lindemann-lizard/</link>
      <pubDate>Mon, 02 Oct 2023 04:44:38 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/till-lindemann-lizard/</guid>
      <description>Watch his eyes closly at 30:22 you should see this There are other videos out there that show the eyes, here:
https://youtube.com/watch?v=GyUNmmj19-A&amp;amp;t=1822s
https://youtu.be/eONecDS2sIo?t=121</description>
    </item>
    
    <item>
      <title>Generals</title>
      <link>https://blog.tinfoil-hat.net/posts/generals/</link>
      <pubDate>Fri, 04 Aug 2023 02:47:23 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/generals/</guid>
      <description>Generals 4chan is full of shit, but it also provides some interesting and in useful information, here I&amp;rsquo;ll summarize the so called &amp;ldquo;Generals&amp;rdquo;
/sdg/ - Stable Diffusion General SDXL v1.0 download
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0
SDXL info
https://rentry.org/sdg-link#sdxl
Local install
Automatic1111: https://github.com/automatic1111/stable-diffusion-webui
ComfyUI (Node-based): https://rentry.org/comfyui
AMD GPU: https://rentry.org/sdg-link#amd-gpu
CPU: http://rentry.org/cputard
Automatic1111 forks
Anapnoe UX: https://github.com/anapnoe/stable-diffusion-webui-ux
Vladmandic: https://github.com/vladmandic/automatic
Run cloud hosted instance
https://rentry.org/sdg-link
Try online without registration
txt2img: https://huggingface.co/spaces/stabilityai/stable-diffusion
img2img: https://huggingface.co/spaces/huggingface/diffuse-the-rest
Inpainting: https://huggingface.co/spaces/fffiloni/stable-diffusion-inpainting</description>
    </item>
    
    <item>
      <title>Prepping</title>
      <link>https://blog.tinfoil-hat.net/posts/prep/</link>
      <pubDate>Tue, 16 May 2023 14:09:30 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/prep/</guid>
      <description>What I do for prepping I think it&amp;rsquo;s more than likely that it comes to a blackout in Germany. So I am starting to prepare for it. Here&amp;rsquo;s what I got so far, which will last some days. It&amp;rsquo;s only the beginning and I&amp;rsquo;ll post updates some time.
items 40 Liter water
&amp;ndash; In 10 Liter Canisters Water filter
&amp;ndash; Can make river water drinkable. You can screw it on a standard bottle Micropur Forte</description>
    </item>
    
    <item>
      <title>Ai Snoop Dogg</title>
      <link>https://blog.tinfoil-hat.net/posts/ai-snoop-dogg/</link>
      <pubDate>Sat, 06 May 2023 18:26:02 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/ai-snoop-dogg/</guid>
      <description>Uberduck Snoop Dogg - Alpaka Text
Input: write a hip-hop song about hackers, the illuminati, the new world order, freedom of speech and Aliens
Verse 1:
Hacking is our passion, we&amp;rsquo;ll take it to extremes
Gonna use this skillz for good not evil designs
Ripping through firewalls like they ain&amp;rsquo;t shit
Spreadin the truth and spreadin the bit
Takin down corrupt systems in a single night No one can stop us, cause we always fight right.</description>
    </item>
    
    <item>
      <title>About the Lone Wolf</title>
      <link>https://blog.tinfoil-hat.net/posts/wolf/</link>
      <pubDate>Wed, 24 Nov 2021 21:36:49 +0100</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/wolf/</guid>
      <description>The Lone Wolf https://www.youtube.com/watch?v=or3UZajR6Ao
[Part1] Its gray fur completely bites but still keeps warm His pack uncontrollable but it follows him well-behaved The hunger so big always on the hunt Eyes dull, but teeth still sharp The room too narrow to breathe But even the sharpest claws become dull on the street Food becomes scarce, remains a growling stomach There are almost only wolves dressed as sheep So he moves away from here Because no plant grows on burnt soil So the rest remains for the rest Because only who comes first is the one who always has enough meat From gamma to alpha, from puppy to leader Is one of the best, one of the last of its kind Shares its food also with the weakest link of the chain, if it asks him Lives by unwritten rules, honor still flows through his veins He knows that you have to have them, too, rather than just talking about them But let them speak</description>
    </item>
    
  </channel>
</rss>