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.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
.nvm /
test /
sourcing /
Delete
Unzip
Name
Size
Permission
Date
Action
Sourcing nvm.sh global alias bug
863
B
-rwxrwxr-x
2025-06-22 16:20
Sourcing nvm.sh should keep version if one is active
592
B
-rwxrwxr-x
2025-06-22 16:20
Sourcing nvm.sh should use the default if available and no nvm node is loaded
1.13
KB
-rwxrwxr-x
2025-06-22 16:20
Sourcing nvm.sh with --install and .nvmrc should install it
850
B
-rwxrwxr-x
2025-06-22 16:20
Sourcing nvm.sh with --install should install the default
1
KB
-rwxrwxr-x
2025-06-22 16:20
Sourcing nvm.sh with --no-use should not use anything
992
B
-rwxrwxr-x
2025-06-22 16:20
Sourcing nvm.sh with no default should return 0
314
B
-rwxrwxr-x
2025-06-22 16:20
setup
373
B
-rwxrwxr-x
2025-06-22 16:20
teardown
112
B
-rwxrwxr-x
2025-06-22 16:20
Save
Rename
#!/bin/sh mkdir -p ../../alias rm -rf ../../alias/default rm -f ../../.nvmrc rm -rf ../../v0.10.7 rm -rf ../../v0.9.7 rm -rf ../../v0.9.12 \. ../../nvm.sh nvm install 0.10.1 || echo >&2 'nvm install 0.10.1 failed' nvm install 0.10.3 || echo >&2 'nvm install 0.10.3 failed' nvm unalias default || 'removing default alias failed' nvm unload || echo >&2 'nvm unload failed'