{"id":344,"date":"2026-04-30T17:53:02","date_gmt":"2026-04-30T17:53:02","guid":{"rendered":"https:\/\/sites.wp.odu.edu\/riecohellams\/?page_id=344"},"modified":"2026-04-30T17:53:02","modified_gmt":"2026-04-30T17:53:02","slug":"lab-review-reflection","status":"publish","type":"page","link":"https:\/\/sites.wp.odu.edu\/riecohellams\/lab-review-reflection\/","title":{"rendered":"Lab Review\/Reflection:"},"content":{"rendered":"\n<p><strong>Lab 1 \u2013 Install Linux VM<\/strong><\/p>\n\n\n\n<p>This lab was about setting up the Linux virtual machine. I installed the VM and made sure it was running correctly so I could use it for the rest of the course.<\/p>\n\n\n\n<p>At first, I had some trouble getting everything to run smoothly and understanding how the virtual machine actually works behind the scenes, especially with things like settings and booting it up correctly. It took some time to follow all the setup steps carefully and make sure everything was configured the right way.<\/p>\n\n\n\n<p>This lab helped me understand how to properly set up a working Linux environment and gave me a strong starting point for the rest of the labs, since everything we did later depended on having the VM working correctly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 2 \u2013 Working with Command Line<\/strong><\/h3>\n\n\n\n<p>In this lab, I practiced using the Linux terminal with commands like <code>ls<\/code>, <code>cd<\/code>, and <code>pwd<\/code>. I learned how to move through directories and find files.<\/p>\n\n\n\n<p>One challenge was remembering all the commands and typing them correctly without mistakes, especially when switching between different directories and trying to understand how file paths work. I also got confused at times when I ended up in the wrong location and had to figure out how to get back.<\/p>\n\n\n\n<p>This lab helped me become more comfortable using the command line and understand how important it is to navigate the system correctly, which is a basic but very important skill in cybersecurity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 3 \u2013 Working with vi Editor<\/strong><\/h3>\n\n\n\n<p>This lab introduced me to the <code>vi<\/code> editor. I learned how to open files, switch between insert mode and command mode, and save changes.<\/p>\n\n\n\n<p>The hardest part was remembering how to switch between modes and exit the editor, because it does not work like normal text editors and can be confusing if you press the wrong keys. I got stuck a few times trying to quit the program and had to retry multiple times.<\/p>\n\n\n\n<p>This lab taught me how to edit files directly in the terminal and showed me why tools like <code>vi<\/code> are important for system administrators who work without a graphical interface.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 4 \u2013 Group and User Management<\/strong><\/h3>\n\n\n\n<p>In this lab, I created and managed users and groups using commands like <code>useradd<\/code>, <code>passwd<\/code>, and <code>groupadd<\/code>.<\/p>\n\n\n\n<p>It was confusing at first to understand how users and groups are connected and how permissions are applied between them, especially when trying to figure out who has access to what. I had to really pay attention to how each command affected the system.<\/p>\n\n\n\n<p>This lab helped me understand how systems manage multiple users and control access, which is very important for maintaining security and preventing unauthorized access.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 5 \u2013 Password Cracking<\/strong><\/h3>\n\n\n\n<p>This lab focused on password security and cracking techniques. I learned how weak passwords can be broken and why strong passwords are important.<\/p>\n\n\n\n<p>One challenge was understanding how the password cracking tools worked and what the results meant, since there were many steps involved and it was not always clear what was happening at first. I had to take my time to understand each part of the process.<\/p>\n\n\n\n<p>This lab helped me understand how attackers can break weak passwords and why it is important to use strong passwords and good security practices to protect systems.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 6 \u2013 File Permissions<\/strong><\/h3>\n\n\n\n<p>In this lab, I learned how to use <code>chmod<\/code>, <code>chown<\/code>, and <code>chgrp<\/code> to change file permissions and ownership.<\/p>\n\n\n\n<p>The hardest part was understanding the numeric values like <code>755<\/code> and how each number controls different permissions for users, groups, and others. It took practice to fully understand how these numbers translate into actual access rights.<\/p>\n\n\n\n<p>This lab helped me understand how Linux protects files and how to properly control access, which is important for keeping sensitive data secure and preventing unauthorized changes.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 7 \u2013 Storage Management<\/strong><\/h3>\n\n\n\n<p>This lab focused on managing storage and disk usage. I used commands like <code>df<\/code> and <code>du<\/code> to check how much space is being used.<\/p>\n\n\n\n<p>One challenge was understanding how storage is organized and how to read the command outputs correctly, since they include a lot of information that is not immediately easy to understand. I had to take time to figure out what each column meant.<\/p>\n\n\n\n<p>This lab helped me understand how to monitor and manage disk space, which is important for keeping a system running efficiently and avoiding problems caused by low storage.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 8 \u2013 Shell Script<\/strong><\/h3>\n\n\n\n<p>In this lab, I created basic shell scripts to automate tasks. I learned how to write simple scripts and run them in the terminal.<\/p>\n\n\n\n<p>It was challenging because even small mistakes in the script, like missing symbols or incorrect syntax, could cause the script to fail completely. I had to carefully check my code and fix errors step by step.<\/p>\n\n\n\n<p>This lab helped me understand how automation works in Linux and how scripts can be used to save time and make repetitive tasks easier.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 9 \u2013 Task Automation<\/strong><\/h3>\n\n\n\n<p>This lab built on scripting by automating tasks. I worked on creating scripts that could perform actions without needing to type commands every time.<\/p>\n\n\n\n<p>One challenge was making sure the script worked correctly in different situations and didn\u2019t break if something unexpected happened. I had to think more carefully about how the script runs.<\/p>\n\n\n\n<p>This lab helped me understand how automation is used in real-world systems to improve efficiency and reduce human error.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 10 \u2013 Networking Basics<\/strong><\/h3>\n\n\n\n<p>In this lab, I worked with networking commands like <code>ifconfig<\/code>, <code>route<\/code>, <code>netstat<\/code>, <code>ping<\/code>, and <code>host<\/code>. I connected my VM using NAT mode and checked things like IP address, routing table, and network connections.<\/p>\n\n\n\n<p>It was difficult at first to understand all the information shown in the terminal, especially with commands like <code>netstat<\/code> that display a lot of detailed network data. I had to take time to identify important parts like IP addresses and connections.<\/p>\n\n\n\n<p>This lab helped me understand how systems connect to networks and how to test and troubleshoot connections, which is a very important skill in cybersecurity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lab 11 \u2013 Basic Network Configuration<\/strong><\/h3>\n\n\n\n<p>In this lab, I continued working with networking by editing system files like <code>\/etc\/hostname<\/code> and <code>\/etc\/resolv.conf<\/code>. I used commands like <code>cat<\/code> and <code>nano<\/code> to view and change configurations.<\/p>\n\n\n\n<p>One challenge was using <code>sudo<\/code> and making sure I edited the files correctly without making mistakes, since changing system files can affect how the entire system works. I had to be careful and double-check my changes.<\/p>\n\n\n\n<p>This lab helped me understand how system configurations control network behavior and how small changes can affect connectivity and system performance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lab 1 \u2013 Install Linux VM This lab was about setting up the Linux virtual machine. I installed the VM and made sure it was running correctly so I could use it for the rest of the course. At first, I had some trouble getting everything to run smoothly and understanding how the virtual machine&#8230; <\/p>\n<div class=\"link-more\"><a href=\"https:\/\/sites.wp.odu.edu\/riecohellams\/lab-review-reflection\/\">Read More<\/a><\/div>\n","protected":false},"author":30386,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/pages\/344"}],"collection":[{"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/users\/30386"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/comments?post=344"}],"version-history":[{"count":1,"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/pages\/344\/revisions"}],"predecessor-version":[{"id":345,"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/pages\/344\/revisions\/345"}],"wp:attachment":[{"href":"https:\/\/sites.wp.odu.edu\/riecohellams\/wp-json\/wp\/v2\/media?parent=344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}