Linux premium169.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.209.101 & Your IP : 216.73.216.167
Domains :
Cant Read [ /etc/named.conf ]
User : luxeelil
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
lib /
doctor /
Delete
Unzip
Name
Size
Permission
Date
Action
check-files-permission.js
1.93
KB
-rw-r--r--
2021-03-10 14:36
check-ping.js
407
B
-rw-r--r--
2021-03-10 14:36
get-git-path.js
300
B
-rw-r--r--
2021-03-10 14:36
get-latest-nodejs-version.js
800
B
-rw-r--r--
2021-03-10 14:36
get-latest-npm-version.js
444
B
-rw-r--r--
2021-03-10 14:36
verify-cached-files.js
929
B
-rw-r--r--
2021-03-10 14:36
Save
Rename
var log = require('npmlog') var which = require('which') function getGitPath (cb) { var tracker = log.newItem('getGitPath', 1) tracker.info('getGitPath', 'Finding git in your PATH') which('git', function (err, path) { tracker.finish() cb(err, path) }) } module.exports = getGitPath