summaryrefslogtreecommitdiff
path: root/public/categories
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2023-10-23 03:00:46 +0200
committertinfoil-hat <mail@tinfoil-hat.net>2023-10-23 03:00:46 +0200
commit41c812648b714322be0c93ed1af30a0c1ccf964c (patch)
tree37beb95a27dcd5cb1cf49ead1f2b3b291af5b652 /public/categories
parent87daf1c7462a0c7db80a2d6c5ac51c1d4b194cae (diff)
downloadblog.tinfoil-hat.net-41c812648b714322be0c93ed1af30a0c1ccf964c.tar.gz
blog.tinfoil-hat.net-41c812648b714322be0c93ed1af30a0c1ccf964c.tar.bz2
blog.tinfoil-hat.net-41c812648b714322be0c93ed1af30a0c1ccf964c.zip
added Blogpost Local Apt-Mirror
Diffstat (limited to 'public/categories')
-rw-r--r--public/categories/index.html4
-rw-r--r--public/categories/index.xml18
-rw-r--r--public/categories/technology/index.html8
-rw-r--r--public/categories/technology/index.xml14
4 files changed, 32 insertions, 12 deletions
diff --git a/public/categories/index.html b/public/categories/index.html
index 929cade..246fc95 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -50,7 +50,7 @@
<li>
<div class="post-title">
- <a href="/categories/lore/">Lore</a>
+ <a href="/categories/technology/">Technology</a>
</div>
</li>
@@ -58,7 +58,7 @@
<li>
<div class="post-title">
- <a href="/categories/technology/">Technology</a>
+ <a href="/categories/lore/">Lore</a>
</div>
</li>
diff --git a/public/categories/index.xml b/public/categories/index.xml
index 8624ac7..c94c580 100644
--- a/public/categories/index.xml
+++ b/public/categories/index.xml
@@ -6,22 +6,22 @@
<description>Recent content in Categories on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 16 Oct 2023 16:29:15 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Thu, 19 Oct 2023 14:47:13 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
- <title>Lore</title>
- <link>https://blog.tinfoil-hat.net/categories/lore/</link>
- <pubDate>Mon, 16 Oct 2023 16:29:15 +0200</pubDate>
+ <title>Technology</title>
+ <link>https://blog.tinfoil-hat.net/categories/technology/</link>
+ <pubDate>Thu, 19 Oct 2023 14:47:13 +0200</pubDate>
- <guid>https://blog.tinfoil-hat.net/categories/lore/</guid>
+ <guid>https://blog.tinfoil-hat.net/categories/technology/</guid>
<description></description>
</item>
<item>
- <title>Technology</title>
- <link>https://blog.tinfoil-hat.net/categories/technology/</link>
- <pubDate>Sun, 08 Oct 2023 00:01:08 +0200</pubDate>
+ <title>Lore</title>
+ <link>https://blog.tinfoil-hat.net/categories/lore/</link>
+ <pubDate>Mon, 16 Oct 2023 16:29:15 +0200</pubDate>
- <guid>https://blog.tinfoil-hat.net/categories/technology/</guid>
+ <guid>https://blog.tinfoil-hat.net/categories/lore/</guid>
<description></description>
</item>
diff --git a/public/categories/technology/index.html b/public/categories/technology/index.html
index b700162..2d8541b 100644
--- a/public/categories/technology/index.html
+++ b/public/categories/technology/index.html
@@ -50,6 +50,14 @@
<li>
<div class="post-title">
+ <a href="/posts/local-apt-mirror/">Local Apt Mirror</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
<a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a>
</div>
diff --git a/public/categories/technology/index.xml b/public/categories/technology/index.xml
index 928928a..b716f90 100644
--- a/public/categories/technology/index.xml
+++ b/public/categories/technology/index.xml
@@ -6,7 +6,19 @@
<description>Recent content in Technology on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Sun, 08 Oct 2023 00:01:08 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/technology/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Thu, 19 Oct 2023 14:47:13 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/technology/index.xml" rel="self" type="application/rss+xml" />
+ <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>Nitter Ratelimiting &amp; Guest_Accounts branch</title>
<link>https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/</link>