Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
lve /
Delete
Unzip
Name
Size
Permission
Date
Action
lve-ctl.h
12.28
KB
-rw-r--r--
2025-03-18 16:18
lve-type.h
2.46
KB
-rw-r--r--
2025-03-18 16:18
secureio.h
2.4
KB
-rw-r--r--
2025-03-18 16:18
setcap.h
480
B
-rw-r--r--
2025-03-18 16:18
Save
Rename
/* Library to set needed capabilities for current process */ #ifndef _SETCAP_H_ #define _SETCAP_H_ #include <sys/types.h> // Switch on CAP_SYS_RESOURCE capabality to switch off disk quotas checking // // Returns 0 if successful // Returns -1 if error has occured int enable_quota_capability(); // Switch off CAP_SYS_RESOURCE capabality to switch off disk quotas checking // // Returns 0 if successful // Returns -1 if error has occured int disable_quota_capability(); #endif