https://github.com/thuzys/system_virtualization_technique
This repository serves as a learning resource for system virtualization principles, providing structured exercises and real-world implementations.
https://github.com/thuzys/system_virtualization_technique
c docker docker-compose systemd
Last synced: 2 months ago
JSON representation
This repository serves as a learning resource for system virtualization principles, providing structured exercises and real-world implementations.
- Host: GitHub
- URL: https://github.com/thuzys/system_virtualization_technique
- Owner: Thuzys
- Created: 2025-02-04T14:07:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T14:19:41.000Z (over 1 year ago)
- Last Synced: 2025-02-04T15:26:44.229Z (over 1 year ago)
- Topics: c, docker, docker-compose, systemd
- Language: C
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVT: System Virtualization Techniques
## Introduction
This project explores various virtualization techniques and concepts, providing hands-on exercises to enhance understanding and practical skills.
## Projects
- **C1: Custom Shell**
A self-made Bash shell to improve terminal comprehension and scripting proficiency.
- **C2: Virtual Memory & Access**
analysis of virtual memory management and access patterns.
- **C3: Systemd Service-Activated Server**
Development of a server that leverages systemd for efficient service activation.
- **C4: Docker Utilization**
Practical applications of Docker for containerization and process isolation.
---
This repository serves as a learning resource for system virtualization principles, providing structured exercises and real-world implementations.