<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>docs on CrankyTechDad</title>
    <link>https://crankytechdad.com/docs/</link>
    <description>Recent content in docs on CrankyTechDad</description>
    <image>
      <title>CrankyTechDad</title>
      <url>https://crankytechdad.com/%3C/images/profile.jpg</url>
      <link>https://crankytechdad.com/%3C/images/profile.jpg</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 16 Feb 2024 16:31:52 -0500</lastBuildDate>
    <atom:link href="https://crankytechdad.com/docs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux for Beginners: The Less Command</title>
      <link>https://crankytechdad.com/docs/linux-less-utility/</link>
      <pubDate>Fri, 16 Feb 2024 16:31:52 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-less-utility/</guid>
      <description>Linux for Beginners: The Less Command If you are new to Linux, you might have heard of the less command, but what does it do and how can you use it effectively? In this blog post, we will explain what the less command is, how to use it, and how it compares to the cat command. We will also share some best practices and tips on using the less command flags.</description>
    </item>
    <item>
      <title>Windows Use Cases for Wsl</title>
      <link>https://crankytechdad.com/docs/windows-use-cases-for-wsl/</link>
      <pubDate>Tue, 13 Feb 2024 09:24:52 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/windows-use-cases-for-wsl/</guid>
      <description>Use Cases for Windows Subsystem for Linux Introduction The Windows Subsystem for Linux (WSL) bridges the gap between Windows and Linux, allowing developers and system administrators to harness the power of both operating systems within a single environment. Whether you&amp;rsquo;re a seasoned Linux user or a Windows enthusiast, WSL offers a plethora of use cases that can enhance your productivity, streamline development workflows, and unlock new possibilities. In this blog post, we&amp;rsquo;ll explore the various scenarios where WSL shines.</description>
    </item>
    <item>
      <title>Bridging Worlds: Step-by-Step Installation of WSL on Windows 11</title>
      <link>https://crankytechdad.com/docs/windows-install-wsl/</link>
      <pubDate>Thu, 08 Feb 2024 12:16:24 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/windows-install-wsl/</guid>
      <description>Windows Subsystem for Linux (WSL): Bridging the Gap Between Windows and Linux Introduction The Windows Subsystem for Linux (WSL) is a powerful tool that brings the best of both worlds to developers and system administrators. Whether you&amp;rsquo;re a seasoned Linux enthusiast or a Windows aficionado, WSL provides a seamless experience for running Linux environments directly on your Windows machine. In this blog post, we&amp;rsquo;ll explore what WSL is, why you&amp;rsquo;d want to use it, and how to set it up.</description>
    </item>
    <item>
      <title>Linux for Beginners: Time to Create Aliases</title>
      <link>https://crankytechdad.com/docs/linux-bashrc-file/</link>
      <pubDate>Wed, 07 Feb 2024 23:34:35 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-bashrc-file/</guid>
      <description>Linux for Beginners: Time to Create Aliases Introduction As a newcomer to the Linux world, you&amp;rsquo;ve probably encountered the command line interface (CLI) and wondered how to make it work more efficiently. Fear not! In this blog post, we&amp;rsquo;ll explore the power of .bashrc and aliases, demystifying these concepts and empowering you to become a Linux command-line ninja.
What Is an Alias for Your .bashrc File? The .bashrc file is your secret weapon.</description>
    </item>
    <item>
      <title>Linux for Beginners: The Bat Command is the Cooler Cousin of the Cat Command</title>
      <link>https://crankytechdad.com/docs/linux-bat-utility/</link>
      <pubDate>Wed, 07 Feb 2024 22:23:46 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-bat-utility/</guid>
      <description>Linux for Beginners: The Bat Command is the Cooler Cousin of the Cat Command Introduction As you embark on your Linux journey, mastering essential commands is akin to wielding a magic wand. Among these, the bat command stands out—a versatile tool that elevates your file-viewing experience. In this blog post, tailored for Linux beginners, we&amp;rsquo;ll delve into the intricacies of the bat command. Buckle up, fellow penguin enthusiasts, as we explore syntax highlighting, line numbering, and more!</description>
    </item>
    <item>
      <title>Linux for Beginners: Deleting Files from Your Terminal</title>
      <link>https://crankytechdad.com/docs/linux-rm-utility/</link>
      <pubDate>Tue, 06 Feb 2024 22:45:59 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-rm-utility/</guid>
      <description>Linux for Beginners: Deleting Files from Your Terminal Introduction Welcome to the Linux command line! As a beginner, you&amp;rsquo;re about to explore a powerful tool: the &amp;ldquo;rm&amp;rdquo; command. Think of it as your digital broomstick—it sweeps away files and directories. But beware, it&amp;rsquo;s not a gentle feather duster; it&amp;rsquo;s more like a chainsaw. Let&amp;rsquo;s learn how to wield it safely.
What Is the &amp;ldquo;rm&amp;rdquo; Command? The &amp;ldquo;rm&amp;rdquo; command is your go-to for file removal.</description>
    </item>
    <item>
      <title>Linux for Beginners: Peeking Inside Files with Cat</title>
      <link>https://crankytechdad.com/docs/linux-cat-utility/</link>
      <pubDate>Tue, 06 Feb 2024 22:45:59 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-cat-utility/</guid>
      <description>&amp;lsquo;Linux for Beginners: Peeking Inside Files Using ‘cat&amp;rsquo;&amp;rsquo; Introduction When it comes to navigating the Linux command line, understanding essential commands is crucial. One such command that you&amp;rsquo;ll encounter frequently is cat. Short for &amp;ldquo;concatenate,&amp;rdquo; the cat command allows you to view and manipulate file contents without the need to open files for editing. In this comprehensive guide, we&amp;rsquo;ll explore how to use the cat command effectively, catering specifically to beginners.</description>
    </item>
    <item>
      <title>Linux for Beginners: Uncovering the Mysteries of Your Files with the File Command</title>
      <link>https://crankytechdad.com/docs/linux-file-utility/</link>
      <pubDate>Tue, 06 Feb 2024 22:28:58 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-file-utility/</guid>
      <description>Linux for Beginners: Unveiling the Power of the &amp;ldquo;file&amp;rdquo; Command Introduction Welcome to the fascinating world of Linux! As a beginner, you&amp;rsquo;re about to discover a versatile command that can unravel the mysteries hidden within files. Say hello to the &amp;ldquo;file&amp;rdquo; command—a Swiss Army knife for identifying file types, understanding their content, and making informed decisions.
What Is the &amp;ldquo;file&amp;rdquo; Command? At its core, the &amp;ldquo;file&amp;rdquo; command is a detective. It doesn&amp;rsquo;t just look at a file&amp;rsquo;s name; it delves deeper, examining its essence.</description>
    </item>
    <item>
      <title>Mastering Your Linux File System: A Beginners Guide</title>
      <link>https://crankytechdad.com/docs/common-linux-utilities/</link>
      <pubDate>Tue, 06 Feb 2024 21:38:38 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/common-linux-utilities/</guid>
      <description>Mastering Your Linux File System: A Beginners Guide Introduction: Embarking on the Linux journey can be both exciting and intimidating for beginners. As you dive into the world of this open-source operating system, understanding fundamental commands is crucial. In this guide, we&amp;rsquo;ll explore seven essential Linux commands: mv, cp, touch, mkdir, ls, man, and mv, tailored specifically for Linux beginners.
Moving Directories or Files mv (Move): The &amp;lsquo;mv&amp;rsquo; command in Linux is your go-to tool for moving or renaming files and directories.</description>
    </item>
    <item>
      <title>Linux for Beginners: Moving and Renaming Files and Directories from the Linux Terminal</title>
      <link>https://crankytechdad.com/docs/linux-mv-utility/</link>
      <pubDate>Tue, 06 Feb 2024 19:12:04 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-mv-utility/</guid>
      <description>Mastering the mv Command in Linux: A Beginner&amp;rsquo;s Guide Welcome to the fascinating world of Linux! As a beginner, you&amp;rsquo;re about to unlock the power of the mv command—a versatile tool that lets you move and rename files effortlessly. Think of it as your digital librarian, organizing files just like books in a library.
What is mv? The mv command stands for &amp;ldquo;move&amp;rdquo; or &amp;ldquo;rename.&amp;rdquo; It&amp;rsquo;s your go-to utility for shuffling files around, whether you&amp;rsquo;re reorganizing your directories, changing filenames, or transferring data.</description>
    </item>
    <item>
      <title>Linux for Beginners: Copying and Pasting Directories and Files from Terminal</title>
      <link>https://crankytechdad.com/docs/linux-cp-utility/</link>
      <pubDate>Tue, 06 Feb 2024 17:36:28 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-cp-utility/</guid>
      <description>Mastering the cp Command in Linux: A Beginner&amp;rsquo;s Guide As a Linux beginner, you&amp;rsquo;re embarking on an exciting journey into the world of open-source computing. One of the first tools you&amp;rsquo;ll encounter is the trusty cp command. Fear not, for we&amp;rsquo;re here to unravel its secrets and empower you with the knowledge to copy files and directories like a pro!
What is cp? The cp command stands for &amp;ldquo;copy.&amp;rdquo; It&amp;rsquo;s your go-to utility for duplicating files and directories within the Linux environment.</description>
    </item>
    <item>
      <title>Linux for Beginners: Creating Directories with the `mkdir` Command</title>
      <link>https://crankytechdad.com/docs/linux-mkdir-utility/</link>
      <pubDate>Tue, 06 Feb 2024 15:55:11 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-mkdir-utility/</guid>
      <description>Linux for Beginners: Mastering the mkdir Command If you&amp;rsquo;re new to the world of Linux, you&amp;rsquo;ve probably encountered a plethora of commands that seem cryptic and intimidating. Fear not! In this beginner-friendly guide, we&amp;rsquo;ll demystify one of the most fundamental commands: mkdir.
What is mkdir? mkdir stands for &amp;ldquo;make directory.&amp;rdquo; It&amp;rsquo;s like a magic wand for creating folders super easily. Whether you&amp;rsquo;re organizing your files, setting up a project structure, or just want to keep things neat and tidy, mkdir is your trusty companion.</description>
    </item>
    <item>
      <title>Linux for Beginners: Navigatiting Linux from the Terminal with the CD Command</title>
      <link>https://crankytechdad.com/docs/linux-cd-utility/</link>
      <pubDate>Tue, 06 Feb 2024 15:17:08 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/linux-cd-utility/</guid>
      <description>Introduction: Welcome to the vast and powerful world of Linux! As a beginner, diving into the realm of command-line interfaces might seem intimidating, but fear not. In this guide, we&amp;rsquo;ll focus on an essential command that will be your trusty companion on this journey – the &amp;lsquo;cd&amp;rsquo; command. Whether you&amp;rsquo;re a newcomer to Linux or just looking to strengthen your command-line skills, this post is tailored just for you.
Understanding the Basics: What is the &amp;lsquo;cd&amp;rsquo; command?</description>
    </item>
    <item>
      <title>Linux for Beginners: A Deep Dive into the ls Command</title>
      <link>https://crankytechdad.com/docs/ls-command/</link>
      <pubDate>Mon, 05 Feb 2024 23:52:41 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/ls-command/</guid>
      <description>Linux for Beginners: A Deep Dive into the ls Command Introduction Welcome back to our Linux for Beginners series! Today, we&amp;rsquo;re going to take a deep dive into one of the most fundamental commands in the Linux operating system: the ls command.
Understanding the ls Command In Linux, the ls command, short for list, is used to view the contents of a directory. It&amp;rsquo;s one of the first commands you&amp;rsquo;ll learn as a beginner, and it&amp;rsquo;s one you&amp;rsquo;ll use frequently as you navigate the file system.</description>
    </item>
    <item>
      <title>Linux for Beginners: Understanding Man Pages</title>
      <link>https://crankytechdad.com/docs/man-page/</link>
      <pubDate>Mon, 05 Feb 2024 23:32:59 -0500</pubDate>
      <guid>https://crankytechdad.com/docs/man-page/</guid>
      <description>Linux for Beginners: Understanding Man Pages Introduction Welcome to the world of Linux! If you&amp;rsquo;re a beginner, you might have heard about man pages. But what are they? How do they work? Let&amp;rsquo;s dive in and explore.
What are Man Pages? Man pages, short for manual pages, are the built-in documentation in Unix and Unix-like operating systems, including Linux. They provide comprehensive details about the commands and functions available in your system.</description>
    </item>
  </channel>
</rss>
