<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>SmartTech101</title>
        <link>https://smarttech101.com</link>
        <description>Do Everything in Linux - Enhance Your Productivity Using Linux as a Desktop</description>
        <item>
          <title>How to Use Virtual Environments in Python</title>
          <link>https://smarttech101.com/how-to-use-virtual-environments-in-python</link>
          <description>Discover the essentials of Python virtual environments with a focus on venv. This concise guide outlines steps for creating, activating, and managing isolated environments, allowing seamless experimentation with packages. Ideal for developers seeking practical insights into maintaining project-specific requirements while ensuring system-wide stability. Master the art of leveraging virtual environments for efficient and reliable Python project development.</description>
          <pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure and Use MPV Video Player</title>
          <link>https://smarttech101.com/how-to-configure-use-mpv-video-player</link>
          <description>In this comprehensive guide to harnessing the power of the MPV video player, we will delve into key aspects such as keybindings, configuration settings, creating profiles, and managing playlists. Here, I will talk about how to tailor your MPV experience through custom keybindings, fine-tune configurations for optimal performance, create personalized profiles to suit various media types, and seamlessly manage playlists for a fluid viewing experience.</description>
          <pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Bind Shortcut Keys to Commands in i3</title>
          <link>https://smarttech101.com/how-bind-shortcut-keys-to-commands-in-i3</link>
          <description>Learn to bind keys effectively in i3, the Linux tiling window manager, and elevate your productivity through custom shortcuts. Unlock the magic of binding modes in i3, which not only lets you create custom shortcuts but also helps you remember the keys you need to press, especially when you've run out of keys on your keyboard. Elevate your productivity today.</description>
          <pubDate>Thu, 14 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure Picom in Linux</title>
          <link>https://smarttech101.com/how-to-configure-picom-in-linux</link>
          <description>Picom, a versatile compositor, tackles common issues like screen tearing and stuttering in Linux. With its customizable shadow and transparency settings, it not only eliminates these nuisances but also enhances your visual experience, delivering smooth transitions and precise control over window elements' appearance.</description>
          <pubDate>Thu, 14 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Ncdu - Managing Disk Space Using Terminal User Interface</title>
          <link>https://smarttech101.com/ncdu-managing-disk-space-using-terminal-user-interface</link>
          <description>Ncdu, short for NCurses Disk Usage, is a game-changer for Linux users looking to manage disk space efficiently. With its Terminal User Interface (TUI), it offers a user-friendly alternative to the traditional `du` command. Ncdu provides intuitive navigation, sorting options, and even the ability to delete files and directories, all while displaying critical information about your disk usage. This powerful tool simplifies the process of exploring and optimizing your storage, making it a must-have for anyone seeking effective disk space management on Linux.</description>
          <pubDate>Mon, 11 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure Modifier Keys to Act as Other Keys Without Losing Their Original Ability (ft. xcape)</title>
          <link>https://smarttech101.com/modifier-keys-to-act-as-other-keys-when-pressed-alone-using-xcape</link>
          <description>Do you find your modifier keys, such as Shift, Control, Windows, and Alt, often going to waste when pressed individually? Meet Xcape, the innovative utility that changes the game. With Xcape, you can assign alternative functions to these keys when pressed and released on their own. This guide will walk you through the installation and configuration process, revealing how to make your modifier keys work smarter and enhance your keyboard experience. Say goodbye to underutilized keys and hello to increased productivity with Xcape.</description>
          <pubDate>Sun, 10 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Change Brightness on a Linux Laptop</title>
          <link>https://smarttech101.com/how-change-brightness-on-a-linux-laptop</link>
          <description>In this article, we'll explore four methods to adjust screen brightness on a Linux laptop. Manufacturers often prioritize Windows support, so standard function keys may not work out of the box. The methods include direct backlight-file editing, using xbacklight, employing the ACPI daemon, and utilizing xrandr. Discover which one suits your Linux laptop best.</description>
          <pubDate>Sat, 09 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure Fonts in i3 Tiling Window Manager</title>
          <link>https://smarttech101.com/how-to-cofigure-fonts-in-i3-tiling-window-manager</link>
          <description>If you're a Linux enthusiast who enjoys the simplicity and efficiency of the i3 tiling window manager, you know that customization is key to making your desktop environment truly your own. One aspect of customization that often gets overlooked is configuring the fonts in i3's title bars. In this guide, we'll walk you through the process of configuring fonts in i3 using the font directive.</description>
          <pubDate>Fri, 08 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure and Use the vim-sneak for Easy Navigation</title>
          <link>https://smarttech101.com/how-to-configure-and-use-the-vim-sneak-for-easy-navigation</link>
          <description>Discover the power of vim-sneak for seamless navigation and text editing in Vim, enhancing productivity for both beginners and seasoned users.</description>
          <pubDate>Wed, 06 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Organize Neovim/Vim Configuration Files into Multiple Files</title>
          <link>https://smarttech101.com/organizing-neovim-configuration-files</link>
          <description>Uncover the power of structuring your Neovim/Vim config files. Effortlessly manage settings, plugins, and pave the way for seamless future expansions, resulting in a more efficient and tailored editing environment.</description>
          <pubDate>Fri, 01 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Manage Plugins in Vim/Neovim (ft. vim-plug)</title>
          <link>https://smarttech101.com/how-to-manage-plugins-in-vim-neovim-ft-vim-plug</link>
          <description>Unlock the potential of Vim/Neovim with vim-plug: a comprehensive guide to seamless plugin management. Effortless installation, updates, and removal for an optimized text editing experience.</description>
          <pubDate>Thu, 31 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Popup Vim/Neovim Keybindings using vim-which-key</title>
          <link>https://smarttech101.com/how-to-popup-vim-neovim-keybindings-using-vim-which-key</link>
          <description>Unlock the full potential of Vim/Neovim with vim-which-key. Simplify keybinding mastery by displaying them in intuitive popups. Organize into categories and tailor your workflow effortlessly. Experience efficient and engaging Vim usage.</description>
          <pubDate>Wed, 30 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Create Watermarks with ImageMagick's Convert Command</title>
          <link>https://smarttech101.com/create-watermarks-with-imagemagick-convert</link>
          <description>In this article, I will talk about how to create watermark on your image. After reading this article you will be able to create watermarks like Shutterstock and istock. You will also learn about  Imagemagick's convert command - trim, composite, rotation, canvas, background, cloning, etc. You can also use this command to put watermarks in bulk.</description>
          <pubDate>Tue, 29 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Enter Sudo Password in GUI Using Askpass in Linux</title>
          <link>https://smarttech101.com/enter-sudo-password-in-gui-using-askpass-linux</link>
          <description>Streamline Linux administrative tasks with Askpass Helper. Discover how to integrate GUI password prompts for sudo commands using Zenity. Elevate security and user experience in managing system configurations, editing root files, and more. Effortlessly enhance your workflow and boost efficiency in daily operations.</description>
          <pubDate>Tue, 29 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to send notifications in linux using dunstify/notify-send</title>
          <link>https://smarttech101.com/how-to-send-notifications-in-linux-using-dunstify-notify-send</link>
          <description>The guide covers installation, configuration, closing notifications with shortcuts, urgency levels, adding icons, timeouts, replacing older notifications, taking actions, and sending notifications from automation tools.</description>
          <pubDate>Thu, 17 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure Dunst Notifications in Linux (with images)</title>
          <link>https://smarttech101.com/how-to-configure-dunst-notifications-in-linux-with-images</link>
          <description>In this article, I will talk about how to configure dunst in Linux - colors, paddings, frame, timeout, progressbar, separator, font, markup (bold, underline, etc.), text alignment, icon alignment, icons, mouse settings, etc. There will be lots of examples and images to illustrate my point. I will use simple language and hope in the end you will have a pretty-looking notifications in your computer.</description>
          <pubDate>Tue, 15 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Use Conditional Statements in Bash: The If-Else Fi Basics</title>
          <link>https://smarttech101.com/how-to-use-conditional-statements-in-bash-the-if-else-fi-basics</link>
          <description>Learn about conditonal statements in bash - if, if else, if-elif-else, conditional expressions like `-z`, `-n`, `>`, etc. with examples.</description>
          <pubDate>Fri, 11 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Use Loops in Bash?</title>
          <link>https://smarttech101.com/how-to-use-loops-in-bash</link>
          <description>Learn the ins and outs of loop scripting in Bash. Discover various loop types, applications, and real-world examples in this comprehensive guide. From basic iterations to dynamic file processing and creative timer implementation, you'll gain the expertise needed to efficiently automate tasks and manage complex operations using loops in Bash.</description>
          <pubDate>Sat, 05 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding Brace Expansion in Bash: Generating Sequences</title>
          <link>https://smarttech101.com/understanding-brace-expansion-in-bash-generating-sequences</link>
          <description>Discover the power of Brace Expansion in Bash, a feature that enables you to generate sequences of text effortlessly. Learn how to create numeric ranges, combine letters and numbers, and even use variables in brace expansion. Boost your Linux productivity with this essential technique.</description>
          <pubDate>Thu, 03 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Bash Commands in Linux With Examples</title>
          <link>https://smarttech101.com/bash-commands-in-linux-with-examples</link>
          <description>In this article, I'll introduce you to some important tools you can use in the Linux terminal. We'll explore variables in bash, and some basic operations used along with bash like copying files, displaying text, moving and deleting files, listing directories, and searching for specific words. These commands will  boost your productivity. So, welcome aboard as we embark on an exciting journey into the world of Bash commands in Linux! Let's get started!</description>
          <pubDate>Mon, 31 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Printf Command in Linux with Examples and their Outputs</title>
          <link>https://smarttech101.com/printf-command-in-linux-with-examples-and-their-outputs</link>
          <description></description>
          <pubDate>Sun, 30 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Resolve Linux Boot Issues After File Mishap</title>
          <link>https://smarttech101.com/how-to-resolve-linux-boot-issues-after-file-mishap</link>
          <description>Encounter Linux boot issues after a file mishap? Don't panic! This comprehensive troubleshooting guide will walk you through accessing the GRUB console, using second TTY, and other effective methods to get your system up and running again. Restore your Linux computer with ease and confidence.</description>
          <pubDate>Sun, 23 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Mount Disks and Create Fstab Entries in Linux</title>
          <link>https://smarttech101.com/how-to-mount-disks-and-create-fstab-entries-in-linux</link>
          <description></description>
          <pubDate>Thu, 20 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Linux Gaming: How to Get Started and What You Need to Know</title>
          <link>https://smarttech101.com/linux-gaming-how-to-get-started-and-what-you-need-to-know</link>
          <description></description>
          <pubDate>Mon, 19 Jun 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Use Vim/Neovim</title>
          <link>https://smarttech101.com/how-to-use-vim-neovim</link>
          <description>Here, I will talk about vim/neovim keys in normal, insert and visual modes. I will also give you some examples.</description>
          <pubDate>Sat, 08 Apr 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure Colorscheme in Vim/Neovim</title>
          <link>https://smarttech101.com/how-to-configure-colorscheme-in-vim-neovim</link>
          <description>I will talk how to install a colorscheme theme in Vim/Neovim, then how to activate it and put some modifications to these colorscheme - changing the color and font weight of cursorline, wrong spelling, diagnostics and completion, markdown headings.</description>
          <pubDate>Fri, 31 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Configure Neovim/Vim</title>
          <link>https://smarttech101.com/how-to-configure-neovim</link>
          <description>Here, I will talk about how to configure Neovim - syntax highlighting, wrapping/unwrapping, show statusline, cursorline, cursor position, number line, popup menu, splits, tabline, tabs as spaces, smart indentation, spelling check, highlight on yank, colors, etc.</description>
          <pubDate>Tue, 28 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Copy Command cp in Linux/Unix</title>
          <link>https://smarttech101.com/copy-command-cp-in-linux-unix</link>
          <description>Here, I will talk about how you can use copy command cp to copy any files or directory in Linux or Unix based distros.</description>
          <pubDate>Sat, 25 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Create Shell Scripts in Linux/Unix</title>
          <link>https://smarttech101.com/how-to-create-shell-scripts-in-linux-unix</link>
          <description>It is about how to create and run shell scripts in Linux and Mac. I will also talk about basic commands getting and setting variable values.</description>
          <pubDate>Fri, 24 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Use Pacman in Arch Linux</title>
          <link>https://smarttech101.com/how-to-use-pacman-in-arch-linux</link>
          <description>In this article, I will talk about pacman's configuration, how to use it to install and remove any package, how to update/downgrade a package, upgrade your Arch Linux based distros. Finally, I will give you a very useful and simple script which will handle all such operations.</description>
          <pubDate>Thu, 23 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Create and Use Virtual Hard Disk in Linux</title>
          <link>https://smarttech101.com/how-to-create-and-use-virtual-hard-disk-in-linux</link>
          <description>Here, I will give you basic introduction of Virtual Hard Disk (VHD), how to create it, mount/unmount it and how I use it personally.</description>
          <pubDate>Wed, 22 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to create fstab entry in Linux</title>
          <link>https://smarttech101.com/how-to-create-fstab-entry-in-linux</link>
          <description>Here, I will talk how /etc/fstab works, its fields, how to create a fstab entry for new drives, ntfs drive, virtual hard disk, swapfile, etc.</description>
          <pubDate>Sun, 19 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Mount a Drive in Linux</title>
          <link>https://smarttech101.com/how-to-mount-a-drive-in-linux</link>
          <description>In this article, I will tell you how to mount and unmount a drive in Linux using mount/umount, gio, and udisksctl commands in Linux.</description>
          <pubDate>Sat, 18 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Backup and Restore Your Computer Using Rsync</title>
          <link>https://smarttech101.com/backup-and-restore-your-computer-using-rsync</link>
          <description>Here, I will talk about how to use rsync for backup and restore. Then I will guide you how to create a script and cronjob for that.</description>
          <pubDate>Fri, 17 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How To Use Anacron In Linux</title>
          <link>https://smarttech101.com/how-to-use-anacron-in-linux</link>
          <description>I will talk about what is anacron in Linux, the difference between anacron and cron, and how to create an anacron job.</description>
          <pubDate>Fri, 17 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to encrypt and Sign your files using GPG</title>
          <link>https://smarttech101.com/how-to-encrypt-and-sign-your-files-using-gpg</link>
          <description>It is a comprehensive guide on GPG encryption and signature. Learn how public cryptography works and what are the GPG commands to encrypt and sign your files/messages.</description>
          <pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Evolution of Linux: A Journey Through Its History and Impact</title>
          <link>https://smarttech101.com/the-evolution-of-linux-a-journey-through-its-history-and-impact</link>
          <description></description>
          <pubDate>Mon, 20 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to setup Newsboat - RSS Reader in Linux</title>
          <link>https://smarttech101.com/how-to-setup-newsboat-rss-reader-in-linux</link>
          <description>This article is about how to configure and use newsboat. It describes various colorschemes and keybindings among other things.</description>
          <pubDate>Sat, 12 Nov 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Nvim lsp: set up null-ls for beginners</title>
          <link>https://smarttech101.com/nvim-lsp-set-up-null-ls-for-beginners</link>
          <description>This article helps you enhance your lsp server's capability or create one using null-ls. It covers diagnostics, formatting, code actions, and other null-ls features with examples and images.</description>
          <pubDate>Fri, 08 Jul 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to install and manage Xampp in Linux</title>
          <link>https://smarttech101.com/how-to-install-and-manage-xampp-in-linux</link>
          <description>This article will help you how to install/uninstall and manage Xampp in Linux. It talks about backup, configuration files, security, xampp commands, etc.</description>
          <pubDate>Fri, 24 Jun 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Nvim lsp autocompletion: mapping, snippets, fuzzy search</title>
          <link>https://smarttech101.com/nvim-lsp-autocompletion-mapping-snippets-fuzzy-search</link>
          <description>This article covers nvim lsp autocompletion, its keybindings, icons, fuzzy matching, snippets. It also covers autocompletion for command and search.</description>
          <pubDate>Sun, 19 Jun 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Nvim lsp: configure language servers, shortcuts, highlights</title>
          <link>https://smarttech101.com/nvim-lsp-configure-language-servers-shortcuts-highlights</link>
          <description>nvim-lsp: learn what are language server and lsp, set up language servers in neovim, highlight symbol under the cusor, keybindings for code actions, rename, hover info, implementations, definition and declaration, workspace</description>
          <pubDate>Sat, 11 Jun 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>FFmpeg: Compress and Rescale Video and Image</title>
          <link>https://smarttech101.com/ffmpeg-compress-rescale-video-and-image</link>
          <description>Compress video or image using FFmpeg with/without losing quality - use default or x265 encoder, get/change resolution, keep the aspect ratio.</description>
          <pubDate>Thu, 02 Jun 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Nvim lsp diagnostics - keybindings, signs, virtual texts</title>
          <link>https://smarttech101.com/nvim-lsp-diagnostics-keybindings-signs-virtual-texts</link>
          <description>Configure your nvim lsp diagnostics including signs, virtual and floating texts along with key bindings, and many more.</description>
          <pubDate>Thu, 26 May 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>zsh: highlighting, autosuggestion, themes, binding, alias, fzf</title>
          <link>https://smarttech101.com/zsh-highlighting-autosuggestion-themes-binding-alias-fzf</link>
          <description>Configure zsh - syntax highlighting, autosuggestion, themes, key bindings, alias, fzf, title and many more.</description>
          <pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>libinput: Fix your Linux touchpad using libinput</title>
          <link>https://smarttech101.com/libinput-fix-your-linux-touchpad-using-libinput</link>
          <description>This article is all libinput - one, two, and three-finger gestures, natural scroll, and scrolling acceleration among other things.</description>
          <pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Xmodmap: Remap any key using xmodmap</title>
          <link>https://smarttech101.com/xmodmap-remap-any-key-using-xmodmap</link>
          <description>xmodmap is a tool used to remap any key on your keyboard specially Control, Escape, and, Capslock. It is also useful for laptops.</description>
          <pubDate>Wed, 04 May 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>AUR (Arch User Repository) and Yay in Arch Linux</title>
          <link>https://smarttech101.com/aur-arch-user-repository-and-yay-in-arch-linux</link>
          <description>It's about installing any package from AUR (Arch User Repository) manually or using Yay with the example of Google Chrome and Spotify.</description>
          <pubDate>Fri, 11 Mar 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>bc command in Linux</title>
          <link>https://smarttech101.com/bc-command-in-linux</link>
          <description>learn bc command in Linux, set scale, remove warranty info, set an alias for these two, use sin, cos, tan, log, etc, use bc in shell scripts</description>
          <pubDate>Fri, 04 Mar 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Regular Expression (Regex, and Regexp) in Linux Ft. Grep</title>
          <link>https://smarttech101.com/regular-expression-regex-and-regexp-in-linux-ft-grep</link>
          <description>This is about regular expression (aka regex, regexp) - anchors (dot and dollar), brackets ((,[,{), named class, alternation, back-references.</description>
          <pubDate>Wed, 02 Mar 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Grep Command in Linux with Examples</title>
          <link>https://smarttech101.com/grep-command-in-linux</link>
          <description>This article is about the grep command in Linux with examples - case insensitive search, types of regex, colored and numbered output.</description>
          <pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Echo Command in Linux With Practical Examples</title>
          <link>https://smarttech101.com/echo-with-examples</link>
          <description>This article is all about echo command with practical examples and a little information about escape sequences in Linux.</description>
          <pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to get the basename and directory of a file in Linux</title>
          <link>https://smarttech101.com/basename-dirname-directory-name</link>
          <description>In this article, we will explore how we can find the basename and directory's name of a file and where they are used.</description>
          <pubDate>Sat, 12 Feb 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The df command in Linux with Examples</title>
          <link>https://smarttech101.com/df-command-in-linux</link>
          <description>In this article, you will learn about basic applications of the df command - finding file system type, free and used space, mount location.</description>
          <pubDate>Sat, 12 Feb 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Set Battery Charging Threshold (Limit the Charging) In Thinkpad and Other Laptops in Linux/Unix</title>
          <link>https://smarttech101.com/how-to-set-battery-charging-threshold-limit-the-charging-in-thinkpad-and-other-laptops-in-linux-unix</link>
          <description>This article will help you how to set the battery charging threshold in Linux along with its benefit and explanations.</description>
          <pubDate>Sat, 08 Jan 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>What Is Swap Memory in Linux and How to Manage It?</title>
          <link>https://smarttech101.com/what-is-swap-memory-in-linux-and-how-to-manage-it</link>
          <description>This article is all about swap memory - swap partition and swap file, what are they, and how to activate and deactivate them.</description>
          <pubDate>Sat, 01 Jan 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to Install Arch Linux and Support Graphics</title>
          <link>https://smarttech101.com/how-to-install-arch-linux-and-support-graphics</link>
          <description>This article will help you install Arch Linux and GUI supports on BIOS and UEFI. It will also cover Dual Boot with Windows.</description>
          <pubDate>Sat, 25 Dec 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>relatime, atime, noatime, strictatime, lazytime</title>
          <link>https://smarttech101.com/relatime-atime-noatime-strictatime-lazytime</link>
          <description>This article explains the effect of relatime, atime, noatime, strictatime, lazytime, and nodiratime on the access time with examples.</description>
          <pubDate>Sat, 25 Dec 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Date Command in Linux/Unix with Practical Examples</title>
          <link>https://smarttech101.com/date-command-in-linux-unix-with-practical-examples</link>
          <description>Everything about date command using practical examples - alarm clock, unique name generation, convert unix timestamp, different time zones.</description>
          <pubDate>Wed, 15 Dec 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Dmenu - What It Is and How I Use It</title>
          <link>https://smarttech101.com/dmenu-what-it-is-and-how-i-use-it</link>
          <description>A comprehensive guide to dmenu - installation, available features, patches, modern day useful examples, and dmenu replacing many packages.</description>
          <pubDate>Sat, 11 Dec 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Cron: the Job Scheduler in Linux/Unix</title>
          <link>https://smarttech101.com/cron-the-job-scheduler-in-linux-unix</link>
          <description>Cron is a job scheduler utility in Linux/Unix. As the name implies, it is used to execute commands (called cronjobs) periodically. I can use it, for example, to backup, and update my computer once a week or reboot my servers once a month.</description>
          <pubDate>Tue, 07 Dec 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Bluetoothctl: Management of Bluetooth Devices in Linux</title>
          <link>https://smarttech101.com/bluetoothctl-management-of-bluetooth-devices-in-linux</link>
          <description>This article is about the Management of Bluetooth devices in Linux using a command-line tool called bluetoothctl.</description>
          <pubDate>Sun, 05 Dec 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Touch Command in Linux/Unix with Examples</title>
          <link>https://smarttech101.com/touch-command-in-linux-unix-with-examples</link>
          <description>In Linux/Unix, the touch command is used to change the \"modify-time\" and \"access-time\" of a file. If the file does not exist, it is created.</description>
          <pubDate>Sun, 28 Nov 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Hard Links and Soft Links in Linux</title>
          <link>https://smarttech101.com/hard-links-and-soft-links-in-linux</link>
          <description>Links in Linux/Unix are of two types - soft links (aka symlinks and symbolic links) and hard links. It is handled by the ln command.</description>
          <pubDate>Sat, 27 Nov 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>URxvt: Installation, Color Scheme, Fonts, Resize, etc.</title>
          <link>https://smarttech101.com/urxvt-installation-color-scheme-fonts-resize-etc</link>
          <description>Configuration of URxvt: Color Schemes, Fonts, Transparency, Extensions, Navigation like Vi, URL handling, Tabbed Support, Scrollbar</description>
          <pubDate>Sat, 20 Nov 2021 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>