Roman Belousov

Results 6 issues of Roman Belousov

1. Adds IPv6 support (optional) #6 #39 2. Adds iptables rule at the head of chain #55 3. Removes firewalld for simplicity and because it may not be installed and...

Provides kernel upgrade dialog. Fixes #58 and finally #32 Maybe we need to add `apt upgrade` and `yum update` commands into README instead of these changes because older CentOS versions...

``` # apt install linux-headers-$(uname -r) Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-4.9.0-6-amd64 E: Couldn't find any package by glob...

Compatibility with setuptools 72.0 See https://github.com/pypa/setuptools/issues/931 Closes #94 Currently, v72.0.0 of setuptools is yanked and package is installable with 72.1.0, but I guess better to remove this integration anyway because...

Hello! Setuptools removes previously deprecated `test` command, see https://setuptools.pypa.io/en/stable/history.html#v72-0-0 and https://github.com/pypa/setuptools/issues/931 With a new version of setuptools installation fails with `ModuleNotFoundError: No module named 'setuptools.command.test'`

Drastically decrease memory usage Usually we do not need even 1Gb of shared memory with this patch. Closes #17