summaryrefslogtreecommitdiff
path: root/public/tags/linux
diff options
context:
space:
mode:
Diffstat (limited to 'public/tags/linux')
-rw-r--r--public/tags/linux/index.html10
-rw-r--r--public/tags/linux/index.xml12
2 files changed, 20 insertions, 2 deletions
diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html
index 002b4d4..afe609f 100644
--- a/public/tags/linux/index.html
+++ b/public/tags/linux/index.html
@@ -50,6 +50,14 @@
<li>
<div class="post-title">
+ <a href="/posts/shell-aliases/">Shell Aliases</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
<a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a>
</div>
@@ -81,7 +89,7 @@
</main>
<footer>
- <p>&copy; 2023 <a href="https://blog.tinfoil-hat.net"><b>blog.tinfoil-hat.net</b></a>.
+ <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>.
diff --git a/public/tags/linux/index.xml b/public/tags/linux/index.xml
index 6fe8883..0c8760f 100644
--- a/public/tags/linux/index.xml
+++ b/public/tags/linux/index.xml
@@ -6,7 +6,17 @@
<description>Recent content in Linux on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/linux/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Thu, 25 Jan 2024 13:22:34 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/linux/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>Proxmox Docker Workstation</title>
<link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>