One Hat Cyber Team
Your IP :
3.143.9.5
Server IP :
104.21.48.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File:
libpython3.10-minimal:amd64.postrm
#! /bin/sh set -e if [ "$1" = "purge" ]; then pc=$(dpkg-query -f '${db:Status-Abbrev} ${binary:Package}\n' -W libpython3.10-minimal \ | grep -v '^.n' | wc -l) if [ "$pc" -lt 1 ]; then find /usr/lib/python3.10 -depth -type d -name __pycache__ \ | xargs -r rm -rf rm -f /etc/python3.10/sitecustomize.py rm -rf /etc/python3.10/__pycache__ if [ -d /etc/python3.10 ]; then rmdir --ignore-fail-on-non-empty /etc/python3.10 fi fi fi exit 0
Simpan