Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.145.84.203
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby31 /
share /
gems /
gems /
bundler-2.3.27 /
lib /
bundler /
man /
[ HOME SHELL ]
Name
Size
Permission
Action
bundle-add.1
1.8
KB
-rw-r--r--
bundle-add.1.ronn
1.52
KB
-rw-r--r--
bundle-binstubs.1
1.58
KB
-rw-r--r--
bundle-binstubs.1.ronn
1.38
KB
-rw-r--r--
bundle-cache.1
3.38
KB
-rw-r--r--
bundle-cache.1.ronn
3.03
KB
-rw-r--r--
bundle-check.1
965
B
-rw-r--r--
bundle-check.1.ronn
857
B
-rw-r--r--
bundle-clean.1
738
B
-rw-r--r--
bundle-clean.1.ronn
624
B
-rw-r--r--
bundle-config.1
21.48
KB
-rw-r--r--
bundle-config.1.ronn
19.03
KB
-rw-r--r--
bundle-console.1
1.64
KB
-rw-r--r--
bundle-console.1.ronn
1.42
KB
-rw-r--r--
bundle-doctor.1
1.14
KB
-rw-r--r--
bundle-doctor.1.ronn
975
B
-rw-r--r--
bundle-exec.1
6.59
KB
-rw-r--r--
bundle-exec.1.ronn
5.86
KB
-rw-r--r--
bundle-gem.1
5.02
KB
-rw-r--r--
bundle-gem.1.ronn
4.52
KB
-rw-r--r--
bundle-help.1
454
B
-rw-r--r--
bundle-help.1.ronn
349
B
-rw-r--r--
bundle-info.1
448
B
-rw-r--r--
bundle-info.1.ronn
369
B
-rw-r--r--
bundle-init.1
1.05
KB
-rw-r--r--
bundle-init.1.ronn
939
B
-rw-r--r--
bundle-inject.1
845
B
-rw-r--r--
bundle-inject.1.ronn
693
B
-rw-r--r--
bundle-install.1
17.88
KB
-rw-r--r--
bundle-install.1.ronn
16.84
KB
-rw-r--r--
bundle-list.1
964
B
-rw-r--r--
bundle-list.1.ronn
788
B
-rw-r--r--
bundle-lock.1
3.12
KB
-rw-r--r--
bundle-lock.1.ronn
2.97
KB
-rw-r--r--
bundle-open.1
580
B
-rw-r--r--
bundle-open.1.ronn
442
B
-rw-r--r--
bundle-outdated.1
3.28
KB
-rw-r--r--
bundle-outdated.1.ronn
3.05
KB
-rw-r--r--
bundle-platform.1
1.43
KB
-rw-r--r--
bundle-platform.1.ronn
1.21
KB
-rw-r--r--
bundle-plugin.1
2.27
KB
-rw-r--r--
bundle-plugin.1.ronn
1.86
KB
-rw-r--r--
bundle-pristine.1
1.64
KB
-rw-r--r--
bundle-pristine.1.ronn
1.46
KB
-rw-r--r--
bundle-remove.1
848
B
-rw-r--r--
bundle-remove.1.ronn
730
B
-rw-r--r--
bundle-show.1
689
B
-rw-r--r--
bundle-show.1.ronn
596
B
-rw-r--r--
bundle-update.1
13.58
KB
-rw-r--r--
bundle-update.1.ronn
12.5
KB
-rw-r--r--
bundle-version.1
641
B
-rw-r--r--
bundle-version.1.ronn
473
B
-rw-r--r--
bundle-viz.1
1.22
KB
-rw-r--r--
bundle-viz.1.ronn
1.06
KB
-rw-r--r--
bundle.1
3.75
KB
-rw-r--r--
bundle.1.ronn
3.29
KB
-rw-r--r--
gemfile.5
22.51
KB
-rw-r--r--
gemfile.5.ronn
20.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bundle-cache.1.ronn
bundle-cache(1) -- Package your needed `.gem` files into your application =========================================================================== ## SYNOPSIS `bundle cache` alias: `package`, `pack` ## DESCRIPTION Copy all of the `.gem` files needed to run the application into the `vendor/cache` directory. In the future, when running [bundle install(1)][bundle-install], use the gems in the cache in preference to the ones on `rubygems.org`. ## GIT AND PATH GEMS The `bundle cache` command can also package `:git` and `:path` dependencies besides .gem files. This needs to be explicitly enabled via the `--all` option. Once used, the `--all` option will be remembered. ## SUPPORT FOR MULTIPLE PLATFORMS When using gems that have different packages for different platforms, Bundler supports caching of gems for other platforms where the Gemfile has been resolved (i.e. present in the lockfile) in `vendor/cache`. This needs to be enabled via the `--all-platforms` option. This setting will be remembered in your local bundler configuration. ## REMOTE FETCHING By default, if you run `bundle install(1)`](bundle-install.1.html) after running [bundle cache(1)](bundle-cache.1.html), bundler will still connect to `rubygems.org` to check whether a platform-specific gem exists for any of the gems in `vendor/cache`. For instance, consider this Gemfile(5): source "https://rubygems.org" gem "nokogiri" If you run `bundle cache` under C Ruby, bundler will retrieve the version of `nokogiri` for the `"ruby"` platform. If you deploy to JRuby and run `bundle install`, bundler is forced to check to see whether a `"java"` platformed `nokogiri` exists. Even though the `nokogiri` gem for the Ruby platform is _technically_ acceptable on JRuby, it has a C extension that does not run on JRuby. As a result, bundler will, by default, still connect to `rubygems.org` to check whether it has a version of one of your gems more specific to your platform. This problem is also not limited to the `"java"` platform. A similar (common) problem can happen when developing on Windows and deploying to Linux, or even when developing on OSX and deploying to Linux. If you know for sure that the gems packaged in `vendor/cache` are appropriate for the platform you are on, you can run `bundle install --local` to skip checking for more appropriate gems, and use the ones in `vendor/cache`. One way to be sure that you have the right platformed versions of all your gems is to run `bundle cache` on an identical machine and check in the gems. For instance, you can run `bundle cache` on an identical staging box during your staging process, and check in the `vendor/cache` before deploying to production. By default, [bundle cache(1)](bundle-cache.1.html) fetches and also installs the gems to the default location. To package the dependencies to `vendor/cache` without installing them to the local install location, you can run `bundle cache --no-install`. ## HISTORY In Bundler 2.1, `cache` took in the functionalities of `package` and now `package` and `pack` are aliases of `cache`.
Close