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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
alt-nodejs6 /
root /
usr /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
derb
33.34
KB
-rwxr-xr-x
2019-12-13 16:03
genbrk
19.86
KB
-rwxr-xr-x
2019-12-13 16:03
gencfu
15.7
KB
-rwxr-xr-x
2019-12-13 16:03
gencnval
28.16
KB
-rwxr-xr-x
2019-12-13 16:03
gendict
33.66
KB
-rwxr-xr-x
2019-12-13 16:03
genrb
169.82
KB
-rwxr-xr-x
2019-12-13 16:03
gyp
463
B
-rwxr-xr-x
2019-12-13 15:54
icu-config
215
B
-rwxr-xr-x
2019-12-13 16:01
icu-config-64
21.84
KB
-rwxr-xr-x
2019-12-13 16:03
icuinfo
15.73
KB
-rwxr-xr-x
2019-12-13 16:03
makeconv
64.59
KB
-rwxr-xr-x
2019-12-13 16:03
node
16.07
MB
-rwxr-xr-x
2021-09-28 13:15
node_g
21.2
MB
-rwxr-xr-x
2021-09-28 13:15
npm
1.97
KB
-rwxr-xr-x
2021-09-28 13:06
pkgdata
56.75
KB
-rwxr-xr-x
2019-12-13 16:03
uconv
58.99
KB
-rwxr-xr-x
2019-12-13 16:03
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:]))