Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Submissions/Images/img_Ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Submissions/Images/img_Ubuntu8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions Submissions/submission5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Task 1: VM Deployment

1. **Install VirtualBox:**

Version: VirtualBox 7.1.10 for macOS / Apple Silicon hosts

2. **Deploy a Virtual Machine:**

- Downloaded [Ubuntu](https://ubuntu.com/download/desktop/thank-you?version=24.04.2&architecture=amd64&lts=true)
- Create a new Virtual Machine (VM) using VirtualBox and choose the Ubuntu operating system.

![img.png](Images/img_Ubuntu.png)

- Setting up clipboard and drag'n'drop

![img_Ubuntu2](Images/img_Ubuntu2.png)

- Customize the VM settings, such as the allocated memory, number of CPU cores, and network configuration.

![img.png](Images/img_Ubuntu3.png)

- Running VM

![img.png](Images/img_Ubuntu4.png)

# Task 2: System Information Tools

1. **Processor, RAM, and Network Information:**

I used Ubuntu terminal.
- CPU information:

Command: `lscpu`

Output:

![img.png](Images/img_Ubuntu5.png)

- RAM information:

Command: `free -h`

Output:

![img_2.png](Images/img_Ubuntu6.png)

- Network information:

Command: `ip a`

Output:

![img_3.png](Images/img_Ubuntu7.png)

2. **Operating System Specifications:**

I used Ubuntu terminal.

Command: `cat /etc/os-release`

Output:

![img_1.png](Images/img_Ubuntu8.png)