Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.9 /
site-packages /
tracer /
views /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-02-03 15:09
resource
[ DIR ]
drwxr-xr-x
2026-02-03 15:09
__init__.py
517
B
-rw-r--r--
2023-10-05 00:19
blocks.py
1.03
KB
-rw-r--r--
2023-10-05 00:19
default.py
3.1
KB
-rw-r--r--
2023-10-05 00:19
helper.py
2.86
KB
-rw-r--r--
2023-10-05 00:19
interactive.py
854
B
-rw-r--r--
2023-10-05 00:19
note_for_hidden.py
743
B
-rw-r--r--
2023-10-05 00:19
Save
Rename
from __future__ import print_function from . import View from tracer.resources.lang import _ class NoteForHiddenView(View): def render(self): if not self.args.args.quiet and (self.args.session_count > 0 or self.args.static_count > 0): if self.args.session_count + self.args.static_count == self.args.total_count: self.print(_("There are:")) else: self.print(_("Additionally, there are:")) if self.args.session_count > 0: self.print(" - " + \ _("{0} processes requiring restart of your session (i.e. Logging out & Logging in again)")\ .format(self.args.session_count) ) if self.args.static_count > 0: self.print(" - " + _("{0} processes requiring reboot").format(self.args.static_count))