<?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: Ashfall</title>
    <description>The latest articles on DEV Community by Ashfall (@cyn4sh).</description>
    <link>https://dev.to/cyn4sh</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4134072%2F17a51608-40a9-4250-82c2-b73bea0c1430.jpg</url>
      <title>DEV Community: Ashfall</title>
      <link>https://dev.to/cyn4sh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cyn4sh"/>
    <language>en</language>
    <item>
      <title>My Weekly Tech Digest: What I Learned in Linux Essentials with Akwannya Hub</title>
      <dc:creator>Ashfall</dc:creator>
      <pubDate>Sun, 20 Sep 2026 12:55:35 +0000</pubDate>
      <link>https://dev.to/cyn4sh/my-weekly-tech-digest-what-i-learned-in-linux-essentials-with-akwannya-hub-mgp</link>
      <guid>https://dev.to/cyn4sh/my-weekly-tech-digest-what-i-learned-in-linux-essentials-with-akwannya-hub-mgp</guid>
      <description>&lt;p&gt;This week, I dove deep into the core concepts of the Linux Essentials course organized by Akwannya Hub. Here is a quick breakdown of everything I covered, from low-level kernel concepts to cloud infrastructure!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fundamentals &amp;amp; System Architecture

&lt;ul&gt;
&lt;li&gt;Open Source &amp;amp; Licensing: I explored how Free and Open Source Software (FOSS) guarantees the freedom to inspect and modify code, comparing copyleft licenses like GNU GPL with permissive ones like MIT and BSD.&lt;/li&gt;
&lt;li&gt;File System Hierarchy (FHS): I learned how Linux organizes everything under a single root (/), managing configuration files in /etc, dynamic data in /var, essential tools in /bin, and personal files in /home.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Networking, Services &amp;amp; Core Utilities

&lt;ul&gt;
&lt;li&gt;Mail &amp;amp; File Sharing Services: I looked into how MTAs (Postfix, Sendmail) and MDAs route and store local mail, while NFS and Samba handle cross-platform file sharing across Linux and Windows networks.&lt;/li&gt;
&lt;li&gt;Directory Services &amp;amp; Configuration: I learned how DNS resolves hostnames, LDAP manages centralized user permissions, and DHCP automates IP address assignment.&lt;/li&gt;
&lt;li&gt;Shells &amp;amp; Editors: I practiced navigating the default Bash shell environment and using text editors—comparing low-friction tools like Nano with terminal-heavy editors like Vim.&lt;/li&gt;
&lt;li&gt;Package Management: I explored distribution workflows, comparing .deb packages using apt on Debian-based systems against .rpm packages managed via dnf or yum on Red Hat distributions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Development &amp;amp; Execution Models

&lt;ul&gt;
&lt;li&gt;Compiled Languages: I studied how C powers the Linux kernel for maximum speed, how C++ adds object-oriented structure, and how Java uses intermediate bytecode executed within a Java Virtual Machine (JVM) for cross-platform portability.&lt;/li&gt;
&lt;li&gt;Interpreted &amp;amp; Scripting Languages: I reviewed scripting tools built for quick development iterations, including Python (for web apps via Django and statistical analysis), JavaScript (web runtimes), PHP (dynamic platforms like WordPress), Ruby (automation with Puppet/Chef), and Perl (text manipulation).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Security, Privacy &amp;amp; Cloud Infrastructure

&lt;ul&gt;
&lt;li&gt;Identity &amp;amp; Privacy Control: I covered best practices for restricting the root account, enforcing Two-Factor Authentication (2FA), using password managers, and safeguarding web privacy via HTTPS, VPNs, Tor, and cookie management.&lt;/li&gt;
&lt;li&gt;Cloud &amp;amp; Virtualization: I analyzed cloud deployment models (Public, Private, Community, Hybrid) and why Linux powers ~90% of public cloud workloads. Finally, I looked at the shift from full hardware virtualization via Hypervisors (VMware, VirtualBox) to lightweight Docker containers orchestrated at scale using Kubernetes.
Huge thanks to Akwannya Hub for organizing such a structured learning experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
      <category>productivity</category>
      <category>architecture</category>
    </item>
  </channel>
</rss>
