<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on zedDev</title>
    <link>https://yourshorts.club/posts/</link>
    <description>Recent content in Posts on zedDev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 03 Jan 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://yourshorts.club/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setup USB Live Bootstick with LUKS</title>
      <link>https://yourshorts.club/posts/tools/setup_usb_live_bootstick_with_luks/</link>
      <pubDate>Mon, 03 Jan 2022 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/tools/setup_usb_live_bootstick_with_luks/</guid>
      <description>Check partition table for usb drive (i.e. /dev/sdb)    sudo fdisk -l  Delete the partition table and create a new one    sudo fdisk /dev/sdb  Enter o -&amp;gt; w
Create new partitions for OS and encrypted storage    sudo fdisk /dev/sdb  Enter n -&amp;gt; p -&amp;gt; 1 -&amp;gt; 2048 -&amp;gt; +4G -&amp;gt; w sudo fdisk /dev/sdb Enter n -&amp;gt; p -&amp;gt; 2 -&amp;gt; (default) -&amp;gt; (default) -&amp;gt; w</description>
    </item>
    
    <item>
      <title>World of Wallets - Electronic Cash</title>
      <link>https://yourshorts.club/posts/world-of-wallets/</link>
      <pubDate>Sun, 10 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/world-of-wallets/</guid>
      <description>Bitcoin    Some examples which software can be used to handle your keys. Those tools are NOT A BACKUP!
For every setup you will need to be able to remember different passwords in a safe way. To store your keys in a secure way is another topic. Everyone needs to choose between hardware wallets or pure software wallets. Both ways got pros and cons. Now we will address the software to ACCESS your cash in a daily use.</description>
    </item>
    
    <item>
      <title>Linux console basics</title>
      <link>https://yourshorts.club/posts/server/linux-console-basics/</link>
      <pubDate>Sat, 09 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/server/linux-console-basics/</guid>
      <description>Linux console basics    Here you can find a cheat sheet to handle your linux consoles with ease.
Hotkeys and Shortcuts    Yes, we need to remember those
  Notice Hotkey     Recent commands STRG+R   Copy STRG + SHIFT + C   Paste STRG + SHIFT + V   Cancel STRG + C    Very important and usefull commands to remember    list a directory (laht=show all and sort by time)</description>
    </item>
    
    <item>
      <title>LetsEncrypt and Certbot</title>
      <link>https://yourshorts.club/posts/server/letsencrypt-with-certbot/</link>
      <pubDate>Fri, 08 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/server/letsencrypt-with-certbot/</guid>
      <description>Free HTTPS with LetsEncrypt and Certbot Ubuntu 20.04    Create valid HTTPS connections to your websites configured with Nginx
  https://certbot.eff.org/lets-encrypt/ubuntufocal-nginx  Install Certbot and Nginx extension    sudo apt install certbot python3-certbot-nginx  Setup LetsEncrypt    sudo certbot --nginx -d example.com -d www.example.com  Test renew subscription    sudo certbot renew --dry-run  Check auto renew timer    sudo systemctl status certbot.</description>
    </item>
    
    <item>
      <title>Install PhotoGIMP on Ubuntu 20.04 LTS</title>
      <link>https://yourshorts.club/posts/tools/install-photogimp/</link>
      <pubDate>Sun, 03 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/tools/install-photogimp/</guid>
      <description>Install PhotoGIMP      Install Flatpak    sudo apt install flatpak  Install GIMP    flatpak·install·flathub·org.gimp.GIMP  Download PhotoGIMP Extension    Github Download PhotoGIMP Extension
Info  All of these folders have to be extracted on your /home/$USER folder, overwriting everything if you already have the same files from an older installation.  PhotoGIMP should be available on your applications list, GIMP should be gone.</description>
    </item>
    
    <item>
      <title>Markdown Syntax Guide</title>
      <link>https://yourshorts.club/posts/markdown-syntax/</link>
      <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/markdown-syntax/</guid>
      <description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Rich Content</title>
      <link>https://yourshorts.club/posts/rich-content/</link>
      <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/rich-content/</guid>
      <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>More Rich Content</title>
      <link>https://yourshorts.club/posts/more-rich-content/</link>
      <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/more-rich-content/</guid>
      <description>&lt;p&gt;Hugo Coder provides some Custom Shortcodes.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Math Typesetting</title>
      <link>https://yourshorts.club/posts/math-typesetting/</link>
      <pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/math-typesetting/</guid>
      <description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Emoji Support</title>
      <link>https://yourshorts.club/posts/emoji-support/</link>
      <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/emoji-support/</guid>
      <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>External Page: Hugo Coder Wiki</title>
      <link>https://yourshorts.club/posts/hugo-coder-wiki/</link>
      <pubDate>Mon, 04 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/posts/hugo-coder-wiki/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
