Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.191.138.59
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle-add.1
1.3
KB
-rw-r--r--
2022-04-12 11:50
bundle-binstubs.1
1.69
KB
-rw-r--r--
2022-04-12 11:50
bundle-check.1
966
B
-rw-r--r--
2022-04-12 11:50
bundle-clean.1
604
B
-rw-r--r--
2022-04-12 11:50
bundle-config.1
20.92
KB
-rw-r--r--
2022-04-12 11:50
bundle-doctor.1
1.14
KB
-rw-r--r--
2022-04-12 11:50
bundle-exec.1
6.6
KB
-rw-r--r--
2022-04-12 11:50
bundle-gem.1
3.17
KB
-rw-r--r--
2022-04-12 11:50
bundle-info.1
449
B
-rw-r--r--
2022-04-12 11:50
bundle-init.1
1.05
KB
-rw-r--r--
2022-04-12 11:50
bundle-inject.1
738
B
-rw-r--r--
2022-04-12 11:50
bundle-install.1
16.38
KB
-rw-r--r--
2022-04-12 11:50
bundle-list.1
871
B
-rw-r--r--
2022-04-12 11:50
bundle-lock.1
3.12
KB
-rw-r--r--
2022-04-12 11:50
bundle-open.1
581
B
-rw-r--r--
2022-04-12 11:50
bundle-outdated.1
3.72
KB
-rw-r--r--
2022-04-12 11:50
bundle-package.1
3.25
KB
-rw-r--r--
2022-04-12 11:50
bundle-platform.1
1.31
KB
-rw-r--r--
2022-04-12 11:50
bundle-pristine.1
1.64
KB
-rw-r--r--
2022-04-12 11:50
bundle-remove.1
849
B
-rw-r--r--
2022-04-12 11:50
bundle-show.1
690
B
-rw-r--r--
2022-04-12 11:50
bundle-update.1
13.59
KB
-rw-r--r--
2022-04-12 11:50
bundle-viz.1
1.08
KB
-rw-r--r--
2022-04-12 11:50
bundle.1
3.42
KB
-rw-r--r--
2022-04-12 11:50
erb.1
3.25
KB
-rw-r--r--
2022-04-12 11:50
irb.1
3.37
KB
-rw-r--r--
2022-04-12 11:50
ri.1
5.22
KB
-rw-r--r--
2022-04-12 11:50
ruby.1
18.63
KB
-rw-r--r--
2022-04-12 11:50
Save
Rename
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "BUNDLE\-PLATFORM" "1" "November 2018" "" "" . .SH "NAME" \fBbundle\-platform\fR \- Displays platform compatibility information . .SH "SYNOPSIS" \fBbundle platform\fR [\-\-ruby] . .SH "DESCRIPTION" \fBplatform\fR will display information from your Gemfile, Gemfile\.lock, and Ruby VM about your platform\. . .P For instance, using this Gemfile(5): . .IP "" 4 . .nf source "https://rubygems\.org" ruby "1\.9\.3" gem "rack" . .fi . .IP "" 0 . .P If you run \fBbundle platform\fR on Ruby 1\.9\.3, it will display the following output: . .IP "" 4 . .nf Your platform is: x86_64\-linux Your app has gems that work on these platforms: * ruby Your Gemfile specifies a Ruby version requirement: * ruby 1\.9\.3 Your current platform satisfies the Ruby version requirement\. . .fi . .IP "" 0 . .P \fBplatform\fR will list all the platforms in your \fBGemfile\.lock\fR as well as the \fBruby\fR directive if applicable from your Gemfile(5)\. It will also let you know if the \fBruby\fR directive requirement has been met\. If \fBruby\fR directive doesn\'t match the running Ruby VM, it will tell you what part does not\. . .SH "OPTIONS" . .TP \fB\-\-ruby\fR It will display the ruby directive information, so you don\'t have to parse it from the Gemfile(5)\.