Skip to content

APL practical work repository for the Hardware Virtualization course at the National University of La Matanza (@unlam).

License

Notifications You must be signed in to change notification settings

hozlucas28/APL-Practical-Work-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APL Practical Work [2025]

Repository for the APL practical work of the Hardware Virtualization course
- UNLaM (National University of La Matanza) -

Summary • Application structure
Development team • Additional materialLicense • Acknowledgments

Preview

[ Spanish version ]

Summary

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.

Scripts

# 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.

Application structure

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

  • .gitignore - Git configuration file to avoid tracking unwanted files.

  • LICENSE - Repository license.

  • README.md - Markdown file with the general documentation of the repository.

Development team

Additional material

License

This repository is under the MIT License. For more information about what is permitted with the contents of this repository, visit choosealicense.com.

Acknowledgments

We would like to thank the teachers from the UNLaM Hardware Virtualization course for their support and guidance.

About

APL practical work repository for the Hardware Virtualization course at the National University of La Matanza (@unlam).

Topics

Resources

License

Stars

Watchers

Forks

Contributors 5