<?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>Forem: Lucas Vaz</title>
    <description>The latest articles on Forem by Lucas Vaz (@lvazmecheng).</description>
    <link>https://forem.com/lvazmecheng</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%2F3846949%2Fbb9b38ff-b274-423c-a23b-48e1dd2cb9c2.png</url>
      <title>Forem: Lucas Vaz</title>
      <link>https://forem.com/lvazmecheng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/lvazmecheng"/>
    <language>en</language>
    <item>
      <title>📙 Journal Log no. 2 Moving from Linux Unhatched to Essentials ;My DevSecOps Journey</title>
      <dc:creator>Lucas Vaz</dc:creator>
      <pubDate>Tue, 07 Apr 2026 23:07:43 +0000</pubDate>
      <link>https://forem.com/lvazmecheng/journal-log-no-2-moving-from-linux-unhatched-to-essentials-my-devsecops-journey-58oh</link>
      <guid>https://forem.com/lvazmecheng/journal-log-no-2-moving-from-linux-unhatched-to-essentials-my-devsecops-journey-58oh</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Momentum Continues&lt;/strong&gt; A few days ago, I shared that I completed the &lt;strong&gt;Cisco Linux Unhatched&lt;/strong&gt; course. It was a great introduction to the command line, but in DevOps, knowing isn't the same as doing.&lt;/p&gt;

&lt;p&gt;To truly master the next level—&lt;strong&gt;Cisco Linux Essentials&lt;/strong&gt;—I’ve decided to change my approach. I’m moving away from just passing exams and moving toward building a functional, documented portfolio.&lt;/p&gt;




&lt;h2&gt;
  
  
  My New Workflow: The Linux Journey Repository
&lt;/h2&gt;

&lt;p&gt;I’ve launched a new project on GitHub: &lt;code&gt;my-linux-journey&lt;/code&gt;. This isn't just a folder for notes; it’s a structured &lt;strong&gt;Command Library&lt;/strong&gt; and &lt;strong&gt;Automation Lab&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;For every module in the Cisco Essentials course, I am doing three things:&lt;/p&gt;

&lt;p&gt;🧠&lt;strong&gt;Breaking Down the Logic:&lt;/strong&gt; Creating structured &lt;code&gt;.md&lt;/code&gt; files in a &lt;code&gt;linux-toolbox&lt;/code&gt; subfolder. Each command is documented with a real-world scenario and the exact "Why" behind using it.&lt;/p&gt;

&lt;p&gt;🗒️&lt;strong&gt;Verification Logs:&lt;/strong&gt; I’m including actual terminal output to prove the commands were tested in a live environment.&lt;/p&gt;

&lt;p&gt;🤖&lt;strong&gt;Scripting the Solution:&lt;/strong&gt; Instead of manually typing commands repeatedly, I’m writing Bash scripts to perform the tasks associated with each module.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Documentation Matters for DevOps
&lt;/h3&gt;

&lt;p&gt;DevOps is about more than just tools; it’s about &lt;strong&gt;reliability and communication&lt;/strong&gt;. By documenting my progress in public, I’m practicing the soft skills that separate a hobbyist from a professional:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Version Control:&lt;/strong&gt; Using Git to track my learning daily.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Technical Writing:&lt;/strong&gt; Explaining complex Linux permissions and networking in plain English.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Automation Mindset:&lt;/strong&gt; Thinking about how to turn a manual task into a repeatable script.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Follow the Progress
&lt;/h3&gt;

&lt;p&gt;I’m pushing updates to my repository every day as I work through the final chapters of the Essentials course. If you’re a fellow learner or a DevOps pro, I’d love your feedback on my scripts.&lt;/p&gt;

&lt;p&gt;⚠️ &lt;strong&gt;Project Status:&lt;/strong&gt; Initialized April 2026. Currently populating the &lt;code&gt;linux-toolbox&lt;/code&gt; with my first set of Essentials scripts.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Check out my Linux Journey on GitHub:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/lvazmecheng" rel="noopener noreferrer"&gt;
        lvazmecheng
      &lt;/a&gt; / &lt;a href="https://github.com/lvazmecheng/my-linux-journey" rel="noopener noreferrer"&gt;
        my-linux-journey
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Documenting my transition from Cisco Linux Unhatched to Essentials with structured lab notes and Bash automation.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;My Linux Journey 🚀&lt;/h1&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;From Cisco Linux Unhatched to Essentials and beyond. A documented transition into DevSecOps.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;📋 Overview&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;This repository serves as my professional lab journal and automation library. As I progress through the &lt;strong&gt;Cisco Linux Essentials&lt;/strong&gt; curriculum, I am transforming theoretical knowledge into documented references and functional Bash scripts.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;📁 Project Structure&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://github.com/lvazmecheng/my-linux-journey/./linux-toolbox/" rel="noopener noreferrer"&gt;Linux Toolbox&lt;/a&gt;&lt;/strong&gt; - Structured command references and lab notes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://github.com/lvazmecheng/my-linux-journey/./scripts/" rel="noopener noreferrer"&gt;Automation Scripts&lt;/a&gt;&lt;/strong&gt; - Functional Bash scripts designed to automate the tasks practiced in the labs.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🛠 Skills Progress&lt;/h2&gt;

&lt;/div&gt;
&lt;ul class="contains-task-list"&gt;
&lt;li class="task-list-item"&gt;
 &lt;strong&gt;Linux Fundamentals (Unhatched)&lt;/strong&gt; - Initial CLI exposure.&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 &lt;strong&gt;System Administration (Essentials)&lt;/strong&gt; - &lt;em&gt;Current Focus: Permissions, Archiving, and System Logic.&lt;/em&gt;
&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 &lt;strong&gt;Python Automation (Subprocess)&lt;/strong&gt; - &lt;em&gt;Next Milestone: Bridging Linux CLI with Python logic.&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🚀 How to Use This Repo&lt;/h2&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Explore the Toolbox:&lt;/strong&gt; Navigate to the &lt;code&gt;linux-toolbox&lt;/code&gt; folder for documented commands.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run the Scripts:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Clone the repo: &lt;code&gt;git clone https://github.com/lvazmecheng/my-linux-journey.git&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Navigate to the scripts: &lt;code&gt;cd my-linux-journey/scripts&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Make a script executable: &lt;code&gt;chmod +x &amp;lt;script_name&amp;gt;.sh&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="markdown-heading"&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lvazmecheng/my-linux-journey" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;





&lt;h2&gt;
  
  
  🔗 Related Notes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Previous Milestone:&lt;/strong&gt; &lt;a href="https://dev.to/lvazmecheng/journal-log-no-1-linux-unhatched-my-devsecops-journey-a91"&gt;Completed Cisco Linux Unhatched&lt;/a&gt; - This provided my foundation in CLI basics.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next Milestone:&lt;/strong&gt; Once I wrap up Linux Essentials, my next goal is to integrate these Linux skills with Python automation.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>linux</category>
      <category>devops</category>
      <category>bash</category>
      <category>github</category>
    </item>
    <item>
      <title>📙 Journal Log no. 1 Linux Unhatched ; My DevSecOps Journey</title>
      <dc:creator>Lucas Vaz</dc:creator>
      <pubDate>Sat, 04 Apr 2026 19:45:19 +0000</pubDate>
      <link>https://forem.com/lvazmecheng/journal-log-no-1-linux-unhatched-my-devsecops-journey-a91</link>
      <guid>https://forem.com/lvazmecheng/journal-log-no-1-linux-unhatched-my-devsecops-journey-a91</guid>
      <description>&lt;p&gt;I graduated with a B.Eng in Mechanical Engineering in 2018, but my career path has always been driven by the logic of systems. After earning my Google IT Automation with Python Professional Certificate, I realized that the most powerful engines today are built in the cloud.&lt;/p&gt;

&lt;p&gt;I am now officially on my journey toward DevSecOps. This log marks the first step to my goal.&lt;/p&gt;

&lt;h1&gt;
  
  
  📙 Journal Log: 2026-04-05
&lt;/h1&gt;

&lt;h2&gt;
  
  
  🎯 Today's Mission
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Mastering the Fundamentals: Bridging the gap between physical systems thinking and terminal based automation&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Environment &amp;amp; Setup
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Machine/OS:&lt;/strong&gt; NDG Virtual Machine (Ubuntu-based)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Current Directory:&lt;/strong&gt; &lt;code&gt;~/home/sysadmin&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⌨️ Commands &amp;amp; Flags Learned
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Command&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Flag/Context&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ls&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;-l&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Lists files in long format (essential for checking permissions).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;chmod&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;+x&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Changes file access levels—the Digital Locksmith.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;chown&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;user:group&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Changes file ownership; critical for system security.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;sudo&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;(Prefix)&lt;/td&gt;
&lt;td&gt;Executes commands with administrative Root privileges.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;grep&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;-i&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Filters output (Case-insensitive search for patterns).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ifconfig&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;(No flag)&lt;/td&gt;
&lt;td&gt;Displays network interface configuration and IP addresses.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  📂 System Changes / Configurations
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Practiced user management and security configuration &lt;/span&gt;
&lt;span class="nb"&gt;sudo &lt;/span&gt;passwd &lt;span class="o"&gt;[&lt;/span&gt;username] &lt;span class="c"&gt;# Updated user credentials to secure the environment. &lt;/span&gt;
&lt;span class="nb"&gt;sudo chmod &lt;/span&gt;700 secret_file &lt;span class="c"&gt;# Restricted a file so only the owner can access it.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🛑 The "Terminal Wall" (Errors &amp;amp; Fixes)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The Error:&lt;/strong&gt; &lt;code&gt;bash: ./script.sh: Permission denied&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Solution:&lt;/strong&gt; In the physical world, you need a key for a control panel. In Linux, you need execution rights. I ran &lt;code&gt;chmod +x script.sh&lt;/code&gt; and the Permission denied error vanished.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Linux "Aha!" Moment
&lt;/h2&gt;

&lt;p&gt;I realized that &lt;code&gt;chmod&lt;/code&gt; and &lt;code&gt;chown&lt;/code&gt; are the digital versions of &lt;strong&gt;Safety Protocols&lt;/strong&gt; in Mechanical Engineering. In a factory, only authorized personnel have the key to the machine; in Linux, permissions ensure only the right process or user can touch the engine of the OS.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔗 Related Notes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Next Milestone:&lt;/strong&gt; Transitioning from &lt;em&gt;Linux Unhatched&lt;/em&gt; to &lt;strong&gt;Cisco Linux Essentials&lt;/strong&gt; to earn my formal completion certificate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python Integration:&lt;/strong&gt; Exploring how the &lt;code&gt;subprocess&lt;/code&gt; module can automate the &lt;code&gt;grep&lt;/code&gt; and &lt;code&gt;chmod&lt;/code&gt; tasks I practiced today.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devops</category>
      <category>linux</category>
      <category>careerchange</category>
    </item>
  </channel>
</rss>
