summaryrefslogtreecommitdiff
path: root/public/tags/linux/index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'public/tags/linux/index.xml')
-rw-r--r--public/tags/linux/index.xml12
1 files changed, 11 insertions, 1 deletions
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>