Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.191.140.36
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
node-gyp /
gyp /
.github /
workflows /
[ HOME SHELL ]
Name
Size
Permission
Action
Python_tests.yml
976
B
-rw-r--r--
node-gyp.yml
1002
B
-rw-r--r--
nodejs-windows.yml
639
B
-rw-r--r--
release-please.yml
341
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : node-gyp.yml
name: node-gyp integration on: [push, pull_request] jobs: test: strategy: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] python: [3.6, 3.9] runs-on: ${{ matrix.os }} steps: - name: Clone gyp-next uses: actions/checkout@v2 with: path: gyp-next - name: Clone nodejs/node-gyp uses: actions/checkout@v2 with: repository: nodejs/node-gyp path: node-gyp - uses: actions/setup-node@v2 with: node-version: 14.x - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} - name: Install dependencies run: | cd node-gyp npm install --no-progress - name: Replace gyp in node-gyp shell: bash run: | rm -rf node-gyp/gyp cp -r gyp-next node-gyp/gyp - name: Run tests run: | cd node-gyp npm test
Close