Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ipfs*/
Binary file added submitions/lab7/1.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 submitions/lab7/2.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 submitions/lab7/3.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 submitions/lab7/4.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 submitions/lab7/5.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 submitions/lab7/6.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 submitions/lab7/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions submitions/lab7/submition7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Lab7

## Task 1

1. install VirtualBox
```nix
# configuyration.nix
virtualisation.virtualbox.host.enable = true;
```
- virtualbox version
```
Oracle VM VirtualBox VM Selector v7.0.18
Copyright (C) 2005-2024 Oracle and/or its affiliates
```
2. add vbox group to user
```nix
# configuration.nix
users.users.wat4er.extraGroups = [ ... "vboxusers" ];
```

3. ubuntu instalation
- most of configuration is still default
- So we have
- 2 CPU cores (instead of 1)
- 2GB of RAM
- 25GB of disk space

![alt text](1.png)
![alt text](2.png)
![alt text](3.png)

## Task 2

1. cpu
`cat /proc/cpuinfo`
![alt text](5.png)

2. memory
`cat /proc/meminfo`
![alt text](6.png)

3. OS
`cat /etc/os-release`
![alt text](7.png)

4. `inxi -F`
![alt text](4.png)