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

https://github.com/yungwarlock/bad-apples

Periodically kill unwanted processes running in vm instance
https://github.com/yungwarlock/bad-apples

security virtual-machine

Last synced: over 1 year ago
JSON representation

Periodically kill unwanted processes running in vm instance

Awesome Lists containing this project

README

          

# Bad Apples

Bad apples periodically kills unwanted processes running in vm instance

# Quickstart

Install to your computer

```sh
python setup.py install
```

Running the app
```sh
bad_apples -c bad_apples.txt -d
```

# Setup

Install dev dependencies

```sh
sudo apt install -y devscripts debhelper build-essential dh-python python3-all
```

Build the debian package
```sh
debuild -b -us -uc
```

It will be built at `../`

The packages can then be installed into your VMs using packer, ansible or what you use