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.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
.nvm /
test /
install_script /
Delete
Unzip
Name
Size
Permission
Date
Action
install_nvm_from_git
4.03
KB
-rwxrwxr-x
2025-06-22 16:20
nvm_check_global_modules
1.94
KB
-rwxrwxr-x
2025-06-22 16:20
nvm_detect_profile
3.94
KB
-rwxrwxr-x
2025-06-22 16:20
nvm_do_install
645
B
-rwxrwxr-x
2025-06-22 16:20
nvm_download
527
B
-rw-rw-r--
2025-06-22 16:20
nvm_install_dir
677
B
-rwxrwxr-x
2025-06-22 16:20
nvm_install_with_aliased_dot
454
B
-rwxrwxr-x
2025-06-22 16:20
nvm_install_with_node_version
303
B
-rwxrwxr-x
2025-06-22 16:20
nvm_profile_is_bash_or_zsh
817
B
-rwxrwxr-x
2025-06-22 16:20
nvm_reset
1.34
KB
-rwxrwxr-x
2025-06-22 16:20
nvm_source
3.04
KB
-rwxrwxr-x
2025-06-22 16:20
Save
Rename
#!/bin/sh cleanup () { unset -f safe_type die cleanup } die () { echo "$@" ; cleanup ; exit 1; } safe_type() { type "$1" } # precondition: the names should be unset ! safe_type nvm_do_install || die 'nvm_do_install is still available' ! safe_type nvm_has || die 'nvm_has is still available' ! safe_type nvm_download || die 'nvm_download is still available' ! safe_type install_nvm_as_script || die 'install_nvm_as_script is still available' ! safe_type install_nvm_from_git || die 'install_nvm_from_git is still available' ! safe_type nvm_reset || die 'nvm_reset is still available' ! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available' NVM_ENV=testing \. ../../install.sh # Check nvm_reset exists safe_type nvm_reset || die 'nvm_reset is not available' # Apply nvm_reset nvm_reset || die 'nvm_reset failed' # The names should be unset ! safe_type nvm_do_install || die 'nvm_do_install is still available' ! safe_type nvm_has || die 'nvm_has is still available' ! safe_type nvm_download || die 'nvm_download is still available' ! safe_type install_nvm_as_script || die 'install_nvm_as_script is still available' ! safe_type install_nvm_from_git || die 'install_nvm_from_git is still available' ! safe_type nvm_reset || die 'nvm_reset is still available' ! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available' cleanup