<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kelvin Hey</title>
    <description>The latest articles on DEV Community by Kelvin Hey (@kelvinhey).</description>
    <link>https://dev.to/kelvinhey</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1249093%2F9127ed6c-77c1-403a-b652-cc826064e4bf.png</url>
      <title>DEV Community: Kelvin Hey</title>
      <link>https://dev.to/kelvinhey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kelvinhey"/>
    <language>en</language>
    <item>
      <title>How to Install Anytype on Linux</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Mon, 09 Dec 2024 10:01:35 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-install-anytype-on-linux-4mod</link>
      <guid>https://dev.to/kelvinhey/how-to-install-anytype-on-linux-4mod</guid>
      <description>&lt;p&gt;In this tutorial, you'll learn how to install and use the Anytype note-taking app, a powerful app offering end-to-end encryption and many other features to help organize your notes securely.&lt;/p&gt;

&lt;p&gt;🎥 &lt;strong&gt;Check out the video tutorial:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/qIg4K_Ul5oY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How to Download Anytype&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;To get started, visit the official Anytype website and download the &lt;code&gt;.deb&lt;/code&gt; package:  &lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://download.anytype.io/" rel="noopener noreferrer"&gt;Download Anytype&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa9ctrdrwvgdogd8fj0bw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa9ctrdrwvgdogd8fj0bw.png" alt="Anytype Download" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Installing Anytype&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After downloading the &lt;code&gt;.deb&lt;/code&gt; package, navigate to the folder containing the file and run the following command in your terminal to install Anytype:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;dpkg &lt;span class="nt"&gt;-i&lt;/span&gt; anytype.deb
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqnkkstyc59giyxlao07s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqnkkstyc59giyxlao07s.png" alt="Anytype Installation" width="800" height="546"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Saving the Vault Key&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Once Anytype is installed, you’ll need to save your vault key. This key protects your data, so make sure to store it in a safe place. Simply copy the key and keep it secure.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuoi4w0iir6sgcen30150.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuoi4w0iir6sgcen30150.png" alt="Vault Key" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Installing Templates in Anytype&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Anytype allows you to use pre-made templates to boost your productivity. To install a template, click the "Gallery" button on the left sidebar, then select a template you'd like to install.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8drelyetjhz8bq9nu2xc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8drelyetjhz8bq9nu2xc.png" alt="Template Gallery" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3wdcwyiqmuahs4hu0kdl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3wdcwyiqmuahs4hu0kdl.png" alt="Template Installation" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this tutorial has been helpful in improving your productivity using Linux.&lt;/p&gt;

</description>
      <category>anytype</category>
      <category>linux</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to install Ferdium on Linux</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Thu, 07 Nov 2024 15:38:27 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-install-ferdium-on-linux-4134</link>
      <guid>https://dev.to/kelvinhey/how-to-install-ferdium-on-linux-4134</guid>
      <description>&lt;p&gt;Ferdium is a free, open-source desktop application that allows you to consolidate all your messaging, chat services and others services into one place, making it easy to access. &lt;/p&gt;

&lt;p&gt;Compatible with Linux, Windows, and macOS, Ferdium supports hundreds of integrated services and offers features like multiple account support, cloud synchronization, password protection, and more. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Unified Interface&lt;/strong&gt;: Access multiple services like WhatsApp, Slack, Telegram, Gmail, and more from a single window.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable Workspaces&lt;/strong&gt;: Organize your services into different workspaces to stay focused on specific tasks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rich Notifications&lt;/strong&gt;: Receive unified notifications for all your services.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/RmoCA_PHgKc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>ferdium</category>
      <category>linux</category>
      <category>browser</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to install Zoxide on Linux</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Sat, 02 Nov 2024 01:26:44 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-install-zoxide-on-linux-5ah2</link>
      <guid>https://dev.to/kelvinhey/how-to-install-zoxide-on-linux-5ah2</guid>
      <description>&lt;p&gt;The cd (change directory) command is fundamental in the Linux terminal and other Unix-based operating systems. This command is one of the first you learn when using the terminal, as it allows you to navigate between directories, making it an essential part of interacting with the file system.&lt;/p&gt;

&lt;p&gt;While cd enables efficient navigation, there are tools that can make this experience even smoother, such as Zoxide, an open-source tool that works like "a smarter cd command." Zoxide has the ability to remember which directories you've accessed frequently, allowing you to jump to them with just a few keystrokes.&lt;/p&gt;

&lt;p&gt;By using Zoxide, you can save time and effort when navigating between directories, making the navigation much more intuitive. With Zoxide, your productivity in the terminal can significantly increase, providing a more fluid and efficient navigation experience.&lt;/p&gt;

&lt;p&gt;In this tutorial, you will learn how to install and use Zoxide. &lt;/p&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/gWu7n8A2_DM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Installing Zoxide
&lt;/h2&gt;

&lt;p&gt;You can install Zoxide by using the installation binary or a package manager. If you are using Debian, run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt install Zoxide 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu8nsnejpeza930h2vct8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu8nsnejpeza930h2vct8.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 Zoxide Github Page: &lt;a href="https://github.com/ajeetdsouza/zoxide" rel="noopener noreferrer"&gt;https://github.com/ajeetdsouza/zoxide&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Setup Zoxide on your shell
&lt;/h2&gt;

&lt;p&gt;After installing, you need to add Zoxide to your shell to start using it.&lt;/p&gt;

&lt;p&gt;If you are using Zsh, this line must be added to the end of your shell config file.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;eval "$(zoxide init zsh)"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To edit the Zsh configuration file run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nano .zshrc
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbaqgftq6eu3t081zglum.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbaqgftq6eu3t081zglum.png" alt=" " width="640" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are using Bash, you need to add this line to the end of your shell config file.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;eval "$(zoxide init bash)"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To edit the Bash configuration file run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nano .bashrc
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  How to use Zoxide
&lt;/h2&gt;

&lt;p&gt;To start using Zoxide, navigate to some directories as you would with cd, but use the z command instead. After that, Zoxide will remember the directories you visit, allowing you to access them quickly.&lt;/p&gt;

&lt;p&gt;For example, you can access some directories using the z command. After that, you can quickly access any of them by simply typing the name of the last directory in the path, such as themes from /usr/share/themes.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# change to a path using z
z /usr/share/themes

# zoxide will remember the path
z themes
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# change to a path using z
z /etc/mysql
z /etc/ssh
z /usr/local/share/fonts

# quickly access the path
z mysql
z ssh
z fonts
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I hope this article has been helpful in improving your experience using the Linux terminal.&lt;/p&gt;

</description>
      <category>zoxide</category>
      <category>terminal</category>
      <category>linux</category>
      <category>cli</category>
    </item>
    <item>
      <title>How to customize Zen Browser</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Sun, 13 Oct 2024 14:36:48 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-customize-zen-browser-2373</link>
      <guid>https://dev.to/kelvinhey/how-to-customize-zen-browser-2373</guid>
      <description>&lt;p&gt;Zen Browser is an open-source, Firefox-based browser focused on privacy and customization. This browser is heavily customizable, allowing you to customize your browsing experience to reflect your unique style and preferences.&lt;/p&gt;

&lt;p&gt;In this tutorial, you'll learn how to customize Zen Browser by installing themes, mods, and other enhancements to improve usability.&lt;/p&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/MCH9LH3hD0Q"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  1 Installing Themes
&lt;/h2&gt;

&lt;p&gt;To install themes and mods on Zen Browser, you simply need to access the themes section on the Zen Browser website:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://zen-browser.app/themes" rel="noopener noreferrer"&gt;https://zen-browser.app/themes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F26om5cpjmbahqhaiiveg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F26om5cpjmbahqhaiiveg.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can search for a theme name and install it:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhm3qahopish9gfljd91v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhm3qahopish9gfljd91v.png" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2 Activating Gradient
&lt;/h2&gt;

&lt;p&gt;To achieve the gradient effect in Zen Browser, you can install the SuperGradient mod:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F08in000ehywz9z4j6rfp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F08in000ehywz9z4j6rfp.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Choosing Gradient Colors
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyu1m6kz4m1ta1o9ugwru.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyu1m6kz4m1ta1o9ugwru.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3 Installing Mods
&lt;/h2&gt;

&lt;p&gt;Mods are essential for customizing Zen Browser. Next, we’re going to install a few mods to enhance the appearance and usability of the browser.&lt;/p&gt;

&lt;h3&gt;
  
  
  Drop Shadow
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Falu6szai753bwpyg0cdn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Falu6szai753bwpyg0cdn.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Collapsed Tab Close Button
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyq4vie7yxta6n27ecy60.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyq4vie7yxta6n27ecy60.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Floating URLbar, Status Bar and Findbar
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fth1as0eo6tfmweprizd6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fth1as0eo6tfmweprizd6.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Minimal Exit Menu
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fupdywpnocx2mykjgf7wt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fupdywpnocx2mykjgf7wt.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this article has been helpful in guiding you on how to customize Zen Browser.&lt;/p&gt;

</description>
      <category>zenbrowser</category>
      <category>zenbrowsercustomization</category>
      <category>linux</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to install Wave AI Terminal on Linux</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Thu, 10 Oct 2024 11:28:32 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-install-wave-ai-terminal-on-linux-452a</link>
      <guid>https://dev.to/kelvinhey/how-to-install-wave-ai-terminal-on-linux-452a</guid>
      <description>&lt;p&gt;Have you ever thought about having a modern terminal with built-in AI and various other interesting features, such as a file manager and more?&lt;/p&gt;

&lt;p&gt;Meet Wave Terminal, an open-source terminal that can launch graphical widgets, which are controlled and integrated directly with the command line (CLI).&lt;/p&gt;

&lt;p&gt;This guide will take you through the steps required to install Wave Terminal on Linux.&lt;/p&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/39Ujm989dPk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h1&gt;
  
  
  1 Download Wave Terminal
&lt;/h1&gt;

&lt;p&gt;Visit the Wave Terminal oficial website and download the .deb package:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.waveterm.dev/download" rel="noopener noreferrer"&gt;https://www.waveterm.dev/download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjsamh0rzdp32s5qsgx3w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjsamh0rzdp32s5qsgx3w.png" alt=" " width="800" height="493"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  2 Install Wave Terminal
&lt;/h1&gt;

&lt;p&gt;To install Wave Terminal, navigate to the folder containing the downloaded .deb package and simple run this command on your terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo dpkg -i install waveterm-linux-amd64-0.8.10.deb
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7y630hva6zgc3tbeatiw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7y630hva6zgc3tbeatiw.png" alt=" " width="800" height="516"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  3 Launch Wave Terminal
&lt;/h1&gt;

&lt;p&gt;After the installation is complete, you can simply launch Wave Terminal. To run it, you can either use the app explorer or just type the following command in a terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;waveterm
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz50wad8tqytt6ilw9h55.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz50wad8tqytt6ilw9h55.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this tutorial has been helpful in improving your experience using Linux Terminal.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>waveterminal</category>
      <category>bash</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>How to install an SDDM Theme on Linux</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Fri, 27 Sep 2024 11:05:48 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-install-an-sddm-theme-on-linux-1fgc</link>
      <guid>https://dev.to/kelvinhey/how-to-install-an-sddm-theme-on-linux-1fgc</guid>
      <description>&lt;p&gt;Installing a new theme for SDDM is a good way to improve the appearance of your Linux login screen. This guide will take you through the steps required to install an SDDM theme.&lt;/p&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/T85ZjBAGt6o"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h1&gt;
  
  
  1 Download an SDDM Theme
&lt;/h1&gt;

&lt;p&gt;Visit the Pling website to find and download an SDDM theme:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com" rel="noopener noreferrer"&gt;https://www.pling.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgrtvk55z7ngg1d29eylg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgrtvk55z7ngg1d29eylg.png" alt=" " width="800" height="440"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;
  
  
  2 Extract the theme content
&lt;/h1&gt;

&lt;p&gt;To extract the downloaded theme, you can use either the file explorer or the terminal. If you're using the terminal, navigate to the folder containing the downloaded theme and run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tar -xvf theme-name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Example:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyepwp7kq9mmsyobx8q50.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyepwp7kq9mmsyobx8q50.png" alt=" " width="800" height="493"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;
  
  
  3 Move the Theme Folder to the Correct Location
&lt;/h1&gt;

&lt;p&gt;After extracting the theme, move it to the appropriate directory for SDDM themes:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo mv theme-name /usr/share/sddm/themes/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmzrafw40i37szrb57uax.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmzrafw40i37szrb57uax.png" alt=" " width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  4 Edit the SDDM configuration file
&lt;/h1&gt;

&lt;p&gt;Next, edit the SDDM configuration file to add (or edit) the &lt;strong&gt;Theme&lt;/strong&gt; section. You can find the configuration file at /etc/sddm.conf.&lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2zdv3snspw03va9rvk98.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2zdv3snspw03va9rvk98.png" alt=" " width="800" height="496"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb10py4m2papqu0dtc13e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb10py4m2papqu0dtc13e.png" alt=" " width="800" height="495"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;
  
  
  5 Restart SDDM service
&lt;/h1&gt;

&lt;p&gt;Finally, restart the SDDM service to apply the changes. Run the following command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo systemctl restart sddm.service
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I hope this article has been helpful in improving your experience using Linux.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>sddm</category>
      <category>productivity</category>
      <category>bash</category>
    </item>
    <item>
      <title>How to use the Web Browser with just your Keyboard</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Thu, 22 Aug 2024 10:25:19 +0000</pubDate>
      <link>https://dev.to/kelvinhey/how-to-use-the-web-browser-with-just-your-keyboard-42ne</link>
      <guid>https://dev.to/kelvinhey/how-to-use-the-web-browser-with-just-your-keyboard-42ne</guid>
      <description>&lt;p&gt;In this tutorial, you will learn how to maximize your web browsing efficiency using only your keyboard! We will guide you through essential keyboard shortcuts, demonstrating the usage of the Vimium extension, all of this without requiring you to reach for your mouse.&lt;/p&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/g0FdVqWX_uA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;👉 Vimium for Chrome: &lt;a href="https://chromewebstore.google.com/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 Vimium for Firefox: &lt;a href="https://addons.mozilla.org/pt-BR/firefox/addon/vimium-ff/" rel="noopener noreferrer"&gt;https://addons.mozilla.org/pt-BR/firefox/addon/vimium-ff/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vimium</category>
      <category>keyboard</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
    <item>
      <title>10 Best SDDM Themes available for Linux</title>
      <dc:creator>Kelvin Hey</dc:creator>
      <pubDate>Tue, 20 Aug 2024 21:43:05 +0000</pubDate>
      <link>https://dev.to/kelvinhey/10-best-sddm-themes-available-for-linux-41ii</link>
      <guid>https://dev.to/kelvinhey/10-best-sddm-themes-available-for-linux-41ii</guid>
      <description>&lt;p&gt;As experienced Linux users, we're always on the lookout for ways to enhance our experience and usability with this Operating System.&lt;/p&gt;

&lt;p&gt;Currently, Linux offers several login managers to customize the login screen, with SDDM (Simple Desktop Display Manager) being one of the most popular and highly customizable.&lt;/p&gt;

&lt;p&gt;SDDM stands out for its extensive range of available themes. In this article, we'll explore 10 great SDDM themes that you can install on your Linux!&lt;/p&gt;

&lt;p&gt;🎥 Check out the video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jtI6T9D1hts"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  1 Chili login SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvj2d2dg5lq7vvg8gukvj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvj2d2dg5lq7vvg8gukvj.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1240784/" rel="noopener noreferrer"&gt;https://www.pling.com/p/1240784/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2 Sweet SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5gnotfgm7w8vm0avhrr9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5gnotfgm7w8vm0avhrr9.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/2153297/" rel="noopener noreferrer"&gt;https://www.pling.com/p/2153297/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3 Sugar Candy SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvodxnqdfkdgfh1ofqhd6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvodxnqdfkdgfh1ofqhd6.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1312658" rel="noopener noreferrer"&gt;https://www.pling.com/p/1312658&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4 Sugar Light SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvs9dgj6xejbpwtd4p1aq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvs9dgj6xejbpwtd4p1aq.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1272119/" rel="noopener noreferrer"&gt;https://www.pling.com/p/1272119/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5 Sugar Dark SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0f9ensagbp93zrquc86u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0f9ensagbp93zrquc86u.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1272122/" rel="noopener noreferrer"&gt;https://www.pling.com/p/1272122/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6 Psion SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg8jm8iepjtgne34fbk03.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg8jm8iepjtgne34fbk03.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1688188/" rel="noopener noreferrer"&gt;https://www.pling.com/p/1688188/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  7 WarGames SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fac4vlkcyco3opfhfbutc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fac4vlkcyco3opfhfbutc.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/2072906/" rel="noopener noreferrer"&gt;https://www.pling.com/p/2072906/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  8 Terminal-Style SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F37jk9r4ywf2ss5tqgwh0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F37jk9r4ywf2ss5tqgwh0.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1949572/" rel="noopener noreferrer"&gt;https://www.pling.com/p/1949572/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  9 Federation Login SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8ox0byqmgouz19kdrdqg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8ox0byqmgouz19kdrdqg.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/1701110/" rel="noopener noreferrer"&gt;https://www.pling.com/p/1701110/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  10 Where is my SDDM theme
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjn71iaw20001imz1kn9a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjn71iaw20001imz1kn9a.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.pling.com/p/2011322" rel="noopener noreferrer"&gt;https://www.pling.com/p/2011322&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this short article has been helpful in improving your experience using Linux.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>bash</category>
      <category>shell</category>
    </item>
  </channel>
</rss>
