summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 87ed317b7bc8b8a0283ce484f7bedc9e66b18a1a (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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en-us">
<head>
	<meta name="generator" content="Hugo 0.111.3">
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<style type=text/css>body{font-family:monospace;}</style>
	<title>blog.tinfoil-hat.net</title>
	
	
	<link rel="stylesheet" href="/css/style.css">
	
	<link rel="alternate" type="application/rss+xml" href="/index.xml" title="blog.tinfoil-hat.net">
</head>
<body>
	<header>
	==========================<br>
	== <a href="https://blog.tinfoil-hat.net">blog.tinfoil-hat.net</a> ==<br>
	==========================
	<div style="float: right;">A save home for every tinfoil-hat!</div><br>
	<p>
	<nav>
			<a href="/"><b>Start</b></a>.
			
			
			<a href="/posts/"><b>Posts</b></a>.
			
			<a href="/categories/"><b>Categories</b></a>.
			
			<a href="/tags/"><b>Tags</b></a>.
			
	</nav>
	</p>
	<script async defer data-website-id="9b2f4923-27f6-41ac-ba15-43c51d35250e" src="https://stats.tinfoil-hat.net/umami.js"></script>
	
</header>

	
	<main>
		
		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/shell-aliases/">Shell Aliases</a></h1>
	<b><time>25.01.2024 13:22</time></b>
	
	<a href="/tags/technology">Technology</a>
	
	<a href="/tags/linux">Linux</a>
	
	<div>
		Here are my Shell Aliases, that I use mostly on a regular basis, enjoy
# Aliases ## RSS Feeds alias rss=&#34;newsboat&#34; ## Change OpenBSDs Soundlevel alias audio-ext=&#34;sysctl hw.snd.default_unit=4&#34; alias audio-int=&#34;sysctl hw.snd.default_unit=0&#34; ## List files and Folders alias ll=&#34;ls -lah&#34; ## Mount with SSH alias nasm=&#34;sudo sshfs -o uid=1000 -o gid=1000 -o allow_other root@192.168.178.200:/hdds/ /media/anon/nas &#34; ## Torrent via CLI - no seed alias torrent=&#34;aria2c --follow-torrent=mem --seed-time=0 -j 10&#34; ## Neofetch with Picture alias fetch=&#34;neofetch --backend w3m --source ~/Bilder/tiger.
		
			<a href="https://blog.tinfoil-hat.net/posts/shell-aliases/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></h1>
	<b><time>24.12.2023 21:25</time></b>
	
	<a href="/tags/server">Server</a>
	
	<a href="/tags/technology">Technology</a>
	
	<div>
		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.
		
			<a href="https://blog.tinfoil-hat.net/posts/removed-services/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></h1>
	<b><time>30.11.2023 23:24</time></b>
	
	<a href="/tags/"></a>
	
	<a href="/tags/"></a>
	
	<div>
		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&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&rsquo;t seem to work for me.
So I am going another route, by moving my appdata dir where the .
		
			<a href="https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></h1>
	<b><time>23.10.2023 05:50</time></b>
	
	<a href="/tags/linux">Linux</a>
	
	<a href="/tags/server">Server</a>
	
	<a href="/tags/technology">Technology</a>
	
	<div>
		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&rsquo;s get started: Go trough installation process
Install Proxmox VE Upgrade the system and install some basic tools
sudo apt update &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
		
			<a href="https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/local-apt-mirror/">Local Apt Mirror</a></h1>
	<b><time>19.10.2023 14:47</time></b>
	
	<a href="/tags/linux">Linux</a>
	
	<a href="/tags/server">Server</a>
	
	<a href="/tags/technology">Technology</a>
	
	<div>
		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.
		
			<a href="https://blog.tinfoil-hat.net/posts/local-apt-mirror/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></h1>
	<b><time>16.10.2023 16:29</time></b>
	
	<a href="/tags/lore">Lore</a>
	
	<a href="/tags/stories">Stories</a>
	
	<div>
		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.
&ldquo;The flame light and the darkness, are like the two wolves, that dwell in our hearts.&rdquo;
Questioningly, his son looked at him. After a time of silence, the Indian began to tell his son a story.
		
			<a href="https://blog.tinfoil-hat.net/posts/the-black-and-the-white-wolf/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></h1>
	<b><time>08.10.2023 00:01</time></b>
	
	<a href="/tags/technology">Technology</a>
	
	<a href="/tags/linux">Linux</a>
	
	<a href="/tags/server">Server</a>
	
	<div>
		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.
		
			<a href="https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></h1>
	<b><time>02.10.2023 04:44</time></b>
	
	<a href="/tags/conspiracy">Conspiracy</a>
	
	<a href="/tags/paranormal">Paranormal</a>
	
	<div>
		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;t=1822s
https://youtu.be/eONecDS2sIo?t=121
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/generals/">Generals</a></h1>
	<b><time>04.08.2023 02:47</time></b>
	
	<a href="/tags/4chan">4chan</a>
	
	<a href="/tags/technology">Technology</a>
	
	<a href="/tags//g/">/g/</a>
	
	<div>
		Generals 4chan is full of shit, but it also provides some interesting and in useful information, here I&rsquo;ll summarize the so called &ldquo;Generals&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
		
			<a href="https://blog.tinfoil-hat.net/posts/generals/">Read more...</a>
		
	</div>
</article>

		
			<article>
	<h1><a href="https://blog.tinfoil-hat.net/posts/prep/">Prepping</a></h1>
	<b><time>16.05.2023 14:09</time></b>
	
	<a href="/tags/preping">Preping</a>
	
	<a href="/tags/blackout">Blackout</a>
	
	<a href="/tags/doomsday">Doomsday</a>
	
	<div>
		What I do for prepping I think it&rsquo;s more than likely that it comes to a blackout in Germany. So I am starting to prepare for it. Here&rsquo;s what I got so far, which will last some days. It&rsquo;s only the beginning and I&rsquo;ll post updates some time.
items 40 Liter water
&ndash; In 10 Liter Canisters Water filter
&ndash; Can make river water drinkable. You can screw it on a standard bottle Micropur Forte
		
			<a href="https://blog.tinfoil-hat.net/posts/prep/">Read more...</a>
		
	</div>
</article>

		
		<div>

1 of 2

	<a href="/page/2/">Next Page</a>

</div>

	</main>

	<footer>
	<p>&copy; 2024 <a href="https://blog.tinfoil-hat.net"><b>blog.tinfoil-hat.net</b></a>.
	<a href="https://tinfoil-hat.net"><b>Landing Page</b></a>.
	<a href="http://keys.gnupg.net/pks/lookup?op=vindex&amp;fingerprint=on&amp;search=0xC0090D40CFE34966"><b>GPG-Fingerprint</b></a>.
	<a href="mailto:mal@tinfoil-hat.net"><b>E-Mail</b></a>.
	<a href="https://git.tinfoil-hat.net"><b>Gitweb</b></a>.
	</p>
</footer>

</body>
</html>