summaryrefslogtreecommitdiff
path: root/public/categories
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2023-10-23 06:40:27 +0200
committertinfoil-hat <mail@tinfoil-hat.net>2023-10-23 06:40:27 +0200
commit6c590c1a020a82aa7d12e3e82ea499f9eaf9e692 (patch)
treea1beb49cf26e12a0b1fe5df2a13ba8b469be70ba /public/categories
parent41c812648b714322be0c93ed1af30a0c1ccf964c (diff)
downloadblog.tinfoil-hat.net-6c590c1a020a82aa7d12e3e82ea499f9eaf9e692.tar.gz
blog.tinfoil-hat.net-6c590c1a020a82aa7d12e3e82ea499f9eaf9e692.tar.bz2
blog.tinfoil-hat.net-6c590c1a020a82aa7d12e3e82ea499f9eaf9e692.zip
Added Blogpost Devstation
Diffstat (limited to 'public/categories')
-rw-r--r--public/categories/index.xml4
-rw-r--r--public/categories/technology/index.html8
-rw-r--r--public/categories/technology/index.xml14
3 files changed, 23 insertions, 3 deletions
diff --git a/public/categories/index.xml b/public/categories/index.xml
index c94c580..ba86cd6 100644
--- a/public/categories/index.xml
+++ b/public/categories/index.xml
@@ -6,11 +6,11 @@
<description>Recent content in Categories on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <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" />
+ <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Technology</title>
<link>https://blog.tinfoil-hat.net/categories/technology/</link>
- <pubDate>Thu, 19 Oct 2023 14:47:13 +0200</pubDate>
+ <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
<guid>https://blog.tinfoil-hat.net/categories/technology/</guid>
<description></description>
diff --git a/public/categories/technology/index.html b/public/categories/technology/index.html
index 2d8541b..d7f93fd 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/proxmox-docker-workstation/">Proxmox Docker Workstation</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
<a href="/posts/local-apt-mirror/">Local Apt Mirror</a>
</div>
diff --git a/public/categories/technology/index.xml b/public/categories/technology/index.xml
index b716f90..6ac2c38 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>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" />
+ <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/technology/index.xml" rel="self" type="application/rss+xml" />
+ <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>