Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 68.65.122.53 & Your IP : 216.73.217.46
Domains :
Cant Read [ /etc/named.conf ]
User : vacazsti
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle
571
B
-rwxr-xr-x
2026-04-07 14:12
bundler
573
B
-rwxr-xr-x
2026-04-07 14:12
erb
532
B
-rwxr-xr-x
2026-04-07 14:12
gem
229
B
-rwxr-xr-x
2026-04-07 14:12
rackup
550
B
-rwxr-xr-x
2023-09-20 13:25
rake
538
B
-rwxr-xr-x
2026-04-07 14:12
rdoc
538
B
-rwxr-xr-x
2026-04-07 14:12
ri
534
B
-rwxr-xr-x
2026-04-07 14:12
ruby
7.96
KB
-rwxr-xr-x
2026-04-07 14:13
syntax_suggest
598
B
-rwxr-xr-x
2026-04-07 14:12
Save
Rename
#!/opt/alt/ruby32/bin/ruby # # This file was generated by RubyGems. # # The application 'bundler' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" str = ARGV.first if str str = str.b[/\A_(.*)_\z/, 1] if str and Gem::Version.correct?(str) version = str ENV['BUNDLER_VERSION'] = str ARGV.shift end end if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('bundler', 'bundle', version) else gem "bundler", version load Gem.bin_path("bundler", "bundle", version) end