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 /
ruby40 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle-add.1
2.79
KB
-rw-r--r--
2026-04-24 16:08
bundle-binstubs.1
1.56
KB
-rw-r--r--
2026-04-24 16:08
bundle-cache.1
3.74
KB
-rw-r--r--
2026-04-24 16:08
bundle-check.1
909
B
-rw-r--r--
2026-04-24 16:08
bundle-clean.1
729
B
-rw-r--r--
2026-04-24 16:08
bundle-config.1
20.62
KB
-rw-r--r--
2026-04-24 16:08
bundle-console.1
1.44
KB
-rw-r--r--
2026-04-24 16:08
bundle-doctor.1
2.59
KB
-rw-r--r--
2026-04-24 16:08
bundle-env.1
341
B
-rw-r--r--
2026-04-24 16:08
bundle-exec.1
6.37
KB
-rw-r--r--
2026-04-24 16:08
bundle-fund.1
625
B
-rw-r--r--
2026-04-24 16:08
bundle-gem.1
6.32
KB
-rw-r--r--
2026-04-24 16:08
bundle-help.1
451
B
-rw-r--r--
2026-04-24 16:08
bundle-info.1
527
B
-rw-r--r--
2026-04-24 16:08
bundle-init.1
1.14
KB
-rw-r--r--
2026-04-24 16:08
bundle-install.1
13
KB
-rw-r--r--
2026-04-24 16:08
bundle-issue.1
1.28
KB
-rw-r--r--
2026-04-24 16:08
bundle-licenses.1
314
B
-rw-r--r--
2026-04-24 16:08
bundle-list.1
1.04
KB
-rw-r--r--
2026-04-24 16:08
bundle-lock.1
3.65
KB
-rw-r--r--
2026-04-24 16:08
bundle-open.1
800
B
-rw-r--r--
2026-04-24 16:08
bundle-outdated.1
3.4
KB
-rw-r--r--
2026-04-24 16:08
bundle-platform.1
1.39
KB
-rw-r--r--
2026-04-24 16:08
bundle-plugin.1
2.44
KB
-rw-r--r--
2026-04-24 16:08
bundle-pristine.1
1.62
KB
-rw-r--r--
2026-04-24 16:08
bundle-remove.1
547
B
-rw-r--r--
2026-04-24 16:08
bundle-show.1
680
B
-rw-r--r--
2026-04-24 16:08
bundle-update.1
13.62
KB
-rw-r--r--
2026-04-24 16:08
bundle-version.1
621
B
-rw-r--r--
2026-04-24 16:08
bundle.1
3.44
KB
-rw-r--r--
2026-04-24 16:08
erb.1.gz
1.49
KB
-rw-r--r--
2026-04-24 16:08
ruby.1.gz
8.28
KB
-rw-r--r--
2026-04-24 16:08
Save
Rename
.\" generated with Ronn-NG/v0.10.1 .\" http://github.com/apjanke/ronn-ng/tree/0.10.1 .TH "BUNDLE\-DOCTOR" "1" "February 2026" "" .SH "NAME" \fBbundle\-doctor\fR \- Checks the bundle for common problems .SH "SYNOPSIS" \fBbundle doctor [diagnose]\fR [\-\-quiet] [\-\-gemfile=GEMFILE] [\-\-ssl] .br \fBbundle doctor ssl\fR [\-\-host=HOST] [\-\-tls\-version=TLS\-VERSION] [\-\-verify\-mode=VERIFY\-MODE] .br \fBbundle doctor\fR help [COMMAND] .SH "DESCRIPTION" You can diagnose common Bundler problems with this command such as checking gem environment or SSL/TLS issue\. .SH "SUB\-COMMANDS" .SS "diagnose (default command)" Checks your Gemfile and gem environment for common problems\. If issues are detected, Bundler prints them and exits status 1\. Otherwise, Bundler prints a success message and exits status 0\. .P Examples of common problems caught include: .IP "\(bu" 4 Invalid Bundler settings .IP "\(bu" 4 Mismatched Ruby versions .IP "\(bu" 4 Mismatched platforms .IP "\(bu" 4 Uninstalled gems .IP "\(bu" 4 Missing dependencies .IP "" 0 .P \fBOPTIONS\fR .TP \fB\-\-quiet\fR Only output warnings and errors\. .TP \fB\-\-gemfile=GEMFILE\fR The location of the Gemfile(5) which Bundler should use\. This defaults to a Gemfile(5) in the current working directory\. In general, Bundler will assume that the location of the Gemfile(5) is also the project's root and will try to find \fBGemfile\.lock\fR and \fBvendor/cache\fR relative to this location\. .TP \fB\-\-ssl\fR Diagnose common SSL problems when connecting to https://rubygems\.org\. .IP This flag runs the \fBbundle doctor ssl\fR subcommand with default values underneath\. .SS "ssl" If you've experienced issues related to SSL certificates and/or TLS versions while connecting to https://rubygems\.org, this command can help troubleshoot common problems\. The diagnostic will perform a few checks such as: .IP "\(bu" 4 Verify the Ruby OpenSSL version installed on your system\. .IP "\(bu" 4 Check the OpenSSL library version used for compilation\. .IP "\(bu" 4 Ensure CA certificates are correctly setup on your machine\. .IP "\(bu" 4 Open a TLS connection and verify the outcome\. .IP "" 0 .P \fBOPTIONS\fR .TP \fB\-\-host=HOST\fR Perform the diagnostic on HOST\. Defaults to \fBrubygems\.org\fR\. .TP \fB\-\-tls\-version=TLS\-VERSION\fR Specify the TLS version when opening the connection to HOST\. .IP Accepted values are: \fB1\.1\fR or \fB1\.2\fR\. .TP \fB\-\-verify\-mode=VERIFY\-MODE\fR Specify the TLS verify mode when opening the connection to HOST\. Defaults to \fBSSL_VERIFY_PEER\fR\. .IP Accepted values are: \fBCLIENT_ONCE\fR, \fBFAIL_IF_NO_PEER_CERT\fR, \fBNONE\fR, \fBPEER\fR\.