Repository for the APL practical work of the Hardware Virtualization course
- UNLaM (National University of La Matanza) -
Summary •
Application structure
Development team •
Additional material •
License •
Acknowledgments
This repository contains the APL practical work for the Hardware Virtualization course at the National University of La Matanza (UNLaM). This practical work consists of developing a series of five scripts in Bash and PowerShell, learning how to create scripts to automate tasks.
# | Topic | ||
---|---|---|---|
1 | Customer satisfaction survey results analysis | Bash | PowerShell |
2 | Route analysis in a transport map | Bash | PowerShell |
3 | Event counting in system logs | Bash | PowerShell |
4 | Code security analysis in Git repositories | Bash | PowerShell |
5 | Country information search tool | Bash | PowerShell |
Tip
If you want to see the exercise instructions check out the README.md
file within the desired exercise folder.
APL-Practical-Work-2025/
│
├── docs/
│ ├── assets/ (...)
│ │
│ └── translations/
│ ├── en/ (...)
│ └── es/ (...)
│
├── src/
│ ├── bash/
│ │ ├── exercise-01/ (...)
│ │ ├── exercise-02/ (...)
│ │ ├── exercise-03/ (...)
│ │ ├── exercise-04/ (...)
│ │ └── exercise-05/ (...)
│ │
│ └── powerShell/
│ ├── exercise-01/ (...)
│ ├── exercise-02/ (...)
│ ├── exercise-03/ (...)
│ ├── exercise-04/ (...)
│ └── exercise-05/ (...)
│
├── .gitignore
├── LICENSE
└── README.md
-
docs - Files related to the documentation.
- assets - Editable documents, images, PDFs, etc.
- translations - Translations of
.md
(Markdown) files.
-
src - Script files
- bash - Bash scripts.
- powerShell - PowerShell scripts.
-
.gitignore - Git configuration file to avoid tracking unwanted files.
-
LICENSE - Repository license.
-
README.md - Markdown file with the general documentation of the repository.
This repository is under the MIT License. For more information about what is permitted with the contents of this repository, visit choosealicense.com.
We would like to thank the teachers from the UNLaM Hardware Virtualization course for their support and guidance.