<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>zedDev</title>
    <link>https://yourshorts.club/</link>
    <description>Recent content on zedDev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 26 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://yourshorts.club/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>About</title>
      <link>https://yourshorts.club/about/</link>
      <pubDate>Thu, 27 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/about/</guid>
      <description>Log    [start gaming 1997; sysadmin \ 2003-2008; coding since 2008;]  Interests     OpenSource Freedom of choice Dezentralize the world Bitcoin Privacy  Hire     Serverhosting, virtualization und security Websites and blogs Bitcoin and Lightning Nodes Telegram Bots Bitcoin Wallets and Transactions, backup and restore Linux Trading Scripting Programming  You can hire me for your projects and pay with Bitcoin or Satoshi.</description>
    </item>
    
    <item>
      <title>Tip me Bitcoin or Satoshi</title>
      <link>https://yourshorts.club/donate/</link>
      <pubDate>Wed, 26 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/donate/</guid>
      <description>On this Page you can tip me. Choose from all the examples below.
Thank You!
Bitcoin (BIP38)    Works with every Bitcoin ₿ wallet
123DvGz5td1jypzcaBhHf1f1wjWFn1BPXG
Bitcoin PayNym (BIP47)    For Samourai-Wallet users only
+roughsound28C
Bitcoin (BIP84)    Works with all modern Bitcoin ₿ wallets
 bc1q6pwp6pfxcax676rcuv66fdxcx22l0xmgwxvgd5
Lightning as LNURLp    Only with compatible Lightning ⚡️ wallets
 LNURL1DP68GURN8GHJ7MRFVA58GMNFDENHWCTVDDJHYTNYW43KKERWWVHX7UN89AKXUATJD3CZ7CTSDYHHVVF0D3H82UNV9UESSYY28Z
Lightning as Paywall    Create your own Lightning ⚡️ invoice to tip me with the Paywall</description>
    </item>
    
    <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>
    
    <item>
      <title>Contact</title>
      <link>https://yourshorts.club/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/contact/</guid>
      <description>Ideas on how to improve things around us, you can contact me
Mail      Telegram Group Chat      Matrix Chat (TOR)      Mastodon Social (TOR)      </description>
    </item>
    
    <item>
      <title>Donation Successful!</title>
      <link>https://yourshorts.club/thanks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/thanks/</guid>
      <description>Thanks for your Donation :)</description>
    </item>
    
    <item>
      <title>Projects</title>
      <link>https://yourshorts.club/projects/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://yourshorts.club/projects/</guid>
      <description>LNBits Instant Wallets for Lightning Network    Feel free to try my self hosted instant wallets for use with the lightning network. Host your own, check https://github.com/lnbits/lnbits for further informations.
   https://lightningwalker.duckdns.org  For more examples check out my donation page
Mastodon decentralized social network    Get rid of twitter and facebook
 https://joinmastodon.org/ https://tusky.app/  Matrix Chat Server    This is the next fallback if Telegram gets killed</description>
    </item>
    
  </channel>
</rss>
