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

https://github.com/machphy/delete_os_malware


https://github.com/machphy/delete_os_malware

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# delete_os_malware

This is a Linux-based `.desktop` auto-launch test project for educational purposes.

## What's Inside

- `delete_test.desktop` – A launcher that runs a script in a terminal
- `delete_test.sh` – A safe script that deletes and re-creates a test folder (`~/test_folder_to_delete`)

## Warning

This project **does NOT contain real malware**. It's for testing `.desktop` behavior and safe file deletion in a controlled environment.

## Usage

1. Make both files executable
2. Place the `.desktop` file in `~/.config/autostart/` to auto-run on login
3. Test and learn how launchers and deletion automation work