Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
usr /
lib /
ruby /
3.0.0 /
bundler /
man /
[ HOME SHELL ]
Name
Size
Permission
Action
bundle-add.1
1.45
KB
-rw-r--r--
bundle-add.1.ronn
1.22
KB
-rw-r--r--
bundle-binstubs.1
1.57
KB
-rw-r--r--
bundle-binstubs.1.ronn
1.38
KB
-rw-r--r--
bundle-cache.1
3.19
KB
-rw-r--r--
bundle-cache.1.ronn
2.87
KB
-rw-r--r--
bundle-check.1
962
B
-rw-r--r--
bundle-check.1.ronn
857
B
-rw-r--r--
bundle-clean.1
600
B
-rw-r--r--
bundle-clean.1.ronn
484
B
-rw-r--r--
bundle-config.1
20.92
KB
-rw-r--r--
bundle-config.1.ronn
18.54
KB
-rw-r--r--
bundle-doctor.1
1.13
KB
-rw-r--r--
bundle-doctor.1.ronn
975
B
-rw-r--r--
bundle-exec.1
6.6
KB
-rw-r--r--
bundle-exec.1.ronn
5.87
KB
-rw-r--r--
bundle-gem.1
4.25
KB
-rw-r--r--
bundle-gem.1.ronn
3.79
KB
-rw-r--r--
bundle-info.1
445
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
734
B
-rw-r--r--
bundle-inject.1.ronn
597
B
-rw-r--r--
bundle-install.1
17.57
KB
-rw-r--r--
bundle-install.1.ronn
16.54
KB
-rw-r--r--
bundle-list.1
961
B
-rw-r--r--
bundle-list.1.ronn
788
B
-rw-r--r--
bundle-lock.1
3.11
KB
-rw-r--r--
bundle-lock.1.ronn
2.97
KB
-rw-r--r--
bundle-open.1
577
B
-rw-r--r--
bundle-open.1.ronn
442
B
-rw-r--r--
bundle-outdated.1
3.72
KB
-rw-r--r--
bundle-outdated.1.ronn
3.46
KB
-rw-r--r--
bundle-platform.1
1.3
KB
-rw-r--r--
bundle-platform.1.ronn
1.12
KB
-rw-r--r--
bundle-pristine.1
1.63
KB
-rw-r--r--
bundle-pristine.1.ronn
1.46
KB
-rw-r--r--
bundle-remove.1
845
B
-rw-r--r--
bundle-remove.1.ronn
730
B
-rw-r--r--
bundle-show.1
686
B
-rw-r--r--
bundle-show.1.ronn
596
B
-rw-r--r--
bundle-update.1
13.55
KB
-rw-r--r--
bundle-update.1.ronn
12.47
KB
-rw-r--r--
bundle-viz.1
1.08
KB
-rw-r--r--
bundle-viz.1.ronn
958
B
-rw-r--r--
bundle.1
3.51
KB
-rw-r--r--
bundle.1.ronn
3.07
KB
-rw-r--r--
gemfile.5
21.4
KB
-rw-r--r--
gemfile.5.ronn
19.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bundle-outdated.1
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "BUNDLE\-OUTDATED" "1" "June 2021" "" "" . .SH "NAME" \fBbundle\-outdated\fR \- List installed gems with newer versions available . .SH "SYNOPSIS" \fBbundle outdated\fR [GEM] [\-\-local] [\-\-pre] [\-\-source] [\-\-strict] [\-\-parseable | \-\-porcelain] [\-\-group=GROUP] [\-\-groups] [\-\-update\-strict] [\-\-patch|\-\-minor|\-\-major] [\-\-filter\-major] [\-\-filter\-minor] [\-\-filter\-patch] [\-\-only\-explicit] . .SH "DESCRIPTION" Outdated lists the names and versions of gems that have a newer version available in the given source\. Calling outdated with [GEM [GEM]] will only check for newer versions of the given gems\. Prerelease gems are ignored by default\. If your gems are up to date, Bundler will exit with a status of 0\. Otherwise, it will exit 1\. . .SH "OPTIONS" . .TP \fB\-\-local\fR Do not attempt to fetch gems remotely and use the gem cache instead\. . .TP \fB\-\-pre\fR Check for newer pre\-release gems\. . .TP \fB\-\-source\fR Check against a specific source\. . .TP \fB\-\-strict\fR Only list newer versions allowed by your Gemfile requirements\. . .TP \fB\-\-parseable\fR, \fB\-\-porcelain\fR Use minimal formatting for more parseable output\. . .TP \fB\-\-group\fR List gems from a specific group\. . .TP \fB\-\-groups\fR List gems organized by groups\. . .TP \fB\-\-update\-strict\fR Strict conservative resolution, do not allow any gem to be updated past latest \-\-patch | \-\-minor| \-\-major\. . .TP \fB\-\-minor\fR Prefer updating only to next minor version\. . .TP \fB\-\-major\fR Prefer updating to next major version (default)\. . .TP \fB\-\-patch\fR Prefer updating only to next patch version\. . .TP \fB\-\-filter\-major\fR Only list major newer versions\. . .TP \fB\-\-filter\-minor\fR Only list minor newer versions\. . .TP \fB\-\-filter\-patch\fR Only list patch newer versions\. . .TP \fB\-\-only\-explicit\fR Only list gems specified in your Gemfile, not their dependencies\. . .SH "PATCH LEVEL OPTIONS" See bundle update(1) \fIbundle\-update\.1\.html\fR for details\. . .P One difference between the patch level options in \fBbundle update\fR and here is the \fB\-\-strict\fR option\. \fB\-\-strict\fR was already an option on outdated before the patch level options were added\. \fB\-\-strict\fR wasn\'t altered, and the \fB\-\-update\-strict\fR option on \fBoutdated\fR reflects what \fB\-\-strict\fR does on \fBbundle update\fR\. . .SH "FILTERING OUTPUT" The 3 filtering options do not affect the resolution of versions, merely what versions are shown in the output\. . .P If the regular output shows the following: . .IP "" 4 . .nf * faker (newest 1\.6\.6, installed 1\.6\.5, requested ~> 1\.4) in groups "development, test" * hashie (newest 3\.4\.6, installed 1\.2\.0, requested = 1\.2\.0) in groups "default" * headless (newest 2\.3\.1, installed 2\.2\.3) in groups "test" . .fi . .IP "" 0 . .P \fB\-\-filter\-major\fR would only show: . .IP "" 4 . .nf * hashie (newest 3\.4\.6, installed 1\.2\.0, requested = 1\.2\.0) in groups "default" . .fi . .IP "" 0 . .P \fB\-\-filter\-minor\fR would only show: . .IP "" 4 . .nf * headless (newest 2\.3\.1, installed 2\.2\.3) in groups "test" . .fi . .IP "" 0 . .P \fB\-\-filter\-patch\fR would only show: . .IP "" 4 . .nf * faker (newest 1\.6\.6, installed 1\.6\.5, requested ~> 1\.4) in groups "development, test" . .fi . .IP "" 0 . .P Filter options can be combined\. \fB\-\-filter\-minor\fR and \fB\-\-filter\-patch\fR would show: . .IP "" 4 . .nf * faker (newest 1\.6\.6, installed 1\.6\.5, requested ~> 1\.4) in groups "development, test" * headless (newest 2\.3\.1, installed 2\.2\.3) in groups "test" . .fi . .IP "" 0 . .P Combining all three \fBfilter\fR options would be the same result as providing none of them\.
Close