Linux tr1.turkishost.com 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
LiteSpeed
Server IP : 194.146.50.96 & Your IP : 216.73.216.1
Domains :
Cant Read [ /etc/named.conf ]
User : lakemima
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
rpm /
redhat /
Delete
Unzip
Name
Size
Permission
Date
Action
brp-fix-pyc-reproducibility
560
B
-rwxr-xr-x
2025-10-30 13:48
brp-ldconfig
417
B
-rwxr-xr-x
2025-10-30 13:48
brp-mangle-shebangs
4.41
KB
-rwxr-xr-x
2025-10-30 13:48
brp-python-bytecompile
5.64
KB
-rwxr-xr-x
2025-10-30 13:48
brp-strip-lto
575
B
-rwxr-xr-x
2025-10-30 13:48
compileall2.py
21.59
KB
-rw-r--r--
2024-10-01 15:46
config.guess
42.91
KB
-rwxr-xr-x
2025-10-30 13:48
config.sub
35.46
KB
-rwxr-xr-x
2025-10-30 13:48
dist.sh
1.94
KB
-rwxr-xr-x
2025-10-30 13:48
find-provides
1.19
KB
-rwxr-xr-x
2025-10-30 13:48
find-requires
1013
B
-rwxr-xr-x
2025-10-30 13:48
gpgverify
3.54
KB
-rwxr-xr-x
2025-10-30 13:48
kmodtool
9.03
KB
-rwxr-xr-x
2025-09-17 10:11
macros
15.85
KB
-rw-r--r--
2025-10-30 13:48
redhat-annobin-cc1
89
B
-r--r--r--
2025-10-30 13:48
redhat-annobin-plugin-select.sh
6.05
KB
-rwxr-xr-x
2025-10-30 13:48
redhat-annobin-select-annobin-built-plugin
89
B
-r--r--r--
2025-10-30 13:48
redhat-annobin-select-gcc-built-plugin
93
B
-r--r--r--
2025-10-30 13:48
redhat-hardened-cc1
153
B
-r--r--r--
2025-10-30 13:48
redhat-hardened-clang.cfg
6
B
-r--r--r--
2025-10-30 13:48
redhat-hardened-ld
47
B
-r--r--r--
2025-10-30 13:48
rpmrc
5.52
KB
-rw-r--r--
2025-10-30 13:48
rpmsort
2.11
KB
-rwxr-xr-x
2025-09-17 10:11
Save
Rename
#!/usr/bin/sh -efu # Force creating of DSO symlinks. # If using normal root, avoid changing anything. if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then exit 0 fi # Create an empty config file for ldconfig to shut up a warning config=$(mktemp -p "$RPM_BUILD_ROOT") /sbin/ldconfig -f $(basename "$config") -N -r "$RPM_BUILD_ROOT" rm -f "$config" # TODO: warn if it created new symlinks and guide people.