Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.9 /
site-packages /
procfs /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-05-26 15:45
__init__.py
400
B
-rwxr-xr-x
2025-10-09 20:21
procfs.py
35.5
KB
-rwxr-xr-x
2025-10-09 20:21
utilist.py
862
B
-rwxr-xr-x
2025-10-09 20:21
Save
Rename
#! /usr/bin/python3 # -*- python -*- # -*- coding: utf-8 -*- # SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2008, 2009 Red Hat, Inc. # """ Copyright (c) 2008, 2009 Red Hat Inc. Abstractions to extract information from the Linux kernel /proc files. """ __author__ = "Arnaldo Carvalho de Melo <acme@redhat.com>" __license__ = "GPLv2 License" from .procfs import * from .utilist import *