An open API service indexing awesome lists of open source software.

https://github.com/imwrdo/operating-systems

OS course on Gdansk University of Technology
https://github.com/imwrdo/operating-systems

bash linux operating-system shell

Last synced: 3 months ago
JSON representation

OS course on Gdansk University of Technology

Awesome Lists containing this project

README

          

# Subject Title: Operating Systems

## About

Welcome to the Operating Systems University Course Repository!
This repository contains completed labs for the Operating Systems course at my Univeresity. Here, you'll find hands-on exercises and projects designed to deepen your understanding of operating systems(especially Linux) concepts and practical applications.

## Projects Description
1. CDLinux.pl Distribution Download Counter
- Folder: smallscripts/Smallscript_1
- Status: Completed and Published
- Description: In this lab, you'll write a script to calculate the total number of downloads for each version of the CDLinux.pl distribution. Downloads via FTP and WWW will be tracked, and multiple downloads from the same IP address for a given distribution version will be counted only once. This exercise enhances your understanding of shell scripting and network programming concepts.
2. BASH Scripting and Find Command
- Folder: smallscripts/Smallscript_2
- Status: Completed and Published
- Description: In this lab, you'll write a BASH script that utilizes the find command. The script will implement a menu-driven interface to perform file and folder searches based on user-defined parameters. This exercise enhances your understanding of shell scripting and practical use of Linux commands.
3. BASH Scripting and Find Command with Zenity
- Folder: smallscripts/Smallscript_3
- Status: Completed and Published
- Description: the same with previous, but with using Zenity