Homework 1 assugnment due by Tue 2/3/2026.#

Create directory HW_1 on your VD. Complete the exercises below in the directory.

Download file via command wget.#

Download file from URL https://ftp.osuosl.org/pub/midnightcommander/mc-4.8.33.tar.bz2

Command tar.#

Extract all the files from archive mc-4.8.33.tar.bz2

Commans find.#

  • Find files with name Makefile.am in directory mc-4.8.33

  • Find directories with name data.

  • Find and delete directories with name hu.

  • Find the largest file in the directory.

  • Copy directories data recursively into new directory all_data in your HW_1.

Command tar/gzip.#

Archive and compress directory all_data into file all_data.tgz

Virtualization.#

You need to have both kvm1 and rocky9 deployed to be ready for the package management class next week, so complete the steps below if you haven’t done so.

  • 2.7. KVM setup.

  • 2.8. Management user interface, virsh.

  • 2.9. Deployment of an Ubuntu 22.04 appliance VM.

  • 2.10. Basic virsh commands.

  • 2.11. Cloning VMs with virt-clone.

  • (Optional) 2.12. Accessing the virtual drive of a VM.

  • (Optional) 2.13. Increase the size of qcow2 disk.

  • 2.14. Delete VM kvm3.

  • 2.15. Deployment of a Rocky cloud base image.