Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
zsh /
functions /
Completion /
X /
[ HOME SHELL ]
Name
Size
Permission
Action
_acroread
3.42
KB
-rw-r--r--
_code
2.54
KB
-rw-r--r--
_dcop
2.88
KB
-rw-r--r--
_eog
1.26
KB
-rw-r--r--
_evince
1.61
KB
-rw-r--r--
_geany
1.97
KB
-rw-r--r--
_gnome-gv
139
B
-rw-r--r--
_gqview
619
B
-rw-r--r--
_gv
1.28
KB
-rw-r--r--
_kdeconnect
1.87
KB
-rw-r--r--
_kfmclient
3.19
KB
-rw-r--r--
_matlab
1.4
KB
-rw-r--r--
_mozilla
4.67
KB
-rw-r--r--
_mplayer
8.15
KB
-rw-r--r--
_mupdf
733
B
-rw-r--r--
_nautilus
538
B
-rw-r--r--
_nedit
2.8
KB
-rw-r--r--
_netscape
2.87
KB
-rw-r--r--
_okular
332
B
-rw-r--r--
_pdftk
1.34
KB
-rw-r--r--
_qiv
3.9
KB
-rw-r--r--
_rdesktop
3.71
KB
-rw-r--r--
_setxkbmap
2.54
KB
-rw-r--r--
_sublimetext
605
B
-rw-r--r--
_urxvt
2.76
KB
-rw-r--r--
_vnc
4.06
KB
-rw-r--r--
_x_arguments
600
B
-rw-r--r--
_x_borderwidth
125
B
-rw-r--r--
_x_color
1007
B
-rw-r--r--
_x_colormapid
396
B
-rw-r--r--
_x_cursor
409
B
-rw-r--r--
_x_display
75
B
-rw-r--r--
_x_extension
484
B
-rw-r--r--
_x_font
286
B
-rw-r--r--
_x_geometry
125
B
-rw-r--r--
_x_keysym
615
B
-rw-r--r--
_x_locale
120
B
-rw-r--r--
_x_modifier
153
B
-rw-r--r--
_x_name
116
B
-rw-r--r--
_x_resource
124
B
-rw-r--r--
_x_selection_timeout
130
B
-rw-r--r--
_x_title
118
B
-rw-r--r--
_x_utils
6.33
KB
-rw-r--r--
_x_visual
272
B
-rw-r--r--
_x_window
402
B
-rw-r--r--
_xauth
2.52
KB
-rw-r--r--
_xautolock
631
B
-rw-r--r--
_xclip
1.03
KB
-rw-r--r--
_xdvi
1.66
KB
-rw-r--r--
_xfig
1.93
KB
-rw-r--r--
_xft_fonts
1.32
KB
-rw-r--r--
_xloadimage
3.81
KB
-rw-r--r--
_xmodmap
2.22
KB
-rw-r--r--
_xournal
126
B
-rw-r--r--
_xpdf
1.72
KB
-rw-r--r--
_xrandr
2.61
KB
-rw-r--r--
_xscreensaver
823
B
-rw-r--r--
_xset
5.08
KB
-rw-r--r--
_xt_arguments
1.7
KB
-rw-r--r--
_xt_session_id
40
B
-rw-r--r--
_xterm
1.19
KB
-rw-r--r--
_xv
2.43
KB
-rw-r--r--
_xwit
4.63
KB
-rw-r--r--
_zeal
1.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _xloadimage
#compdef xli xloadimage xsetbg xview local rc ipath extension filter type args if rc=( ${(f)"$($words[1] -path)"} ); then # xli filter=( .Z ) args=( '-cache[force caching of entire input]' "-delete[enable deleting images with 'x' key]" '-dispgamma[specify gamma correction]' '-fillscreen[use whole screen, zooming image]' '-focus[take keyboard focus]' '-path[display image path and suffixes]' -dumpcore '*-iscale[scale image]:scale factor' '*-c'{,olor}'dither[dither image]' '*-expand[expand image to 24-bit]' '*-xpm[specify xpm color map]:color context key:((m\:mono g4\:4\ level\ gray g\:gray c\:color))' ) else # xloadimage rc=( ${(f)"$($words[1] -configuration)"} ) filter=( ${${(Q)rc[4,-1]%% -*}# } ) type=( ${(f)"$($words[1] -supported)"} ) args=( '-configuration[display image path, suffixes and filters]' '-dump[dump image into file]:image type:( '${(F)${(M)type:#*Yes*}%% *}' ):filename:_files' -slideshow '*-type[force type of image]:type name:( '${(F)type[3,-1]%% *}' )' '*-shrink[shrink image to fit display]' '*-tile[tile image to fill display]' '*-global[following option applies to all images]' ) fi ipath=( . ${=${(M)rc:#*path:*}#*:} ) extension=( ${=${(M)rc:#*extensions:*}#*:} ) # set default file extensions if there are none (( $#extension )) || extension=( .gif .jpg .jpeg .png .rle .csun .msun .sun .face .xbm .bm .fbm .pcx .ppm .pgm .pbm .tga .xpm ) # all options are valid after -help so no exclusion lists below _x_arguments "$args[@]" \ '-default[set root background to default]' \ '-fit[use default visual and colormap]' \ '-fullscreen[use whole screen, surrounding image with border]' \ "-goto[specify image to display at end]:image name:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})(-.)'" \ '(*)-help[display information on options]' \ '-identity[identify supplied images instead of displaying]' \ '-install[forcibly install image colormap on focus]' \ '-list[list images]' \ '-onroot[display to root window]' \ '-path[display image path and suffixes]' \ '-pixmap[force the use of a pixmap as backing-store]' \ '-private[force use of a private colormap]' \ '-quiet[quiet operation]' \ '-supported[list supported image types]' \ '-verbose[verbose operation]' \ '-version[display version info]' \ '-view[view image in window]' \ '-visual[force use of a specific visual]:visual:_x_visual' \ '-windowid[set background pixmap of specific window]:window id:_x_window' \ -fork -debug \ '*-border[specify background color]:background color:_x_color' \ '*-brighten[brighten/darken image]:percentage multiplier' \ '*-colors[specify maximum colors in image]:colors' \ '*-delay[delay before advancing to next image]:seconds' \ '*-dither[dither color image to mono]' \ '*-gamma[specify gamma of display image was intended for]:gamma' \ '*-gr'{a,e}'y[convert image to grayscale]' \ '*-idelay[specify delay for this image]' \ '*-smooth[smooth a color image]' \ '*-xzoom[zoom X axis of image]:percentage' \ '*-yzoon[zoom Y axis of image]:percentage' \ '*-zoom:percentage' \ '*-newoptions[reset options]' \ '*-at[specify coordinates to load next image at]' \ '*-background[specify background color for next image]:color:_x_color' \ '*-center[center next image on base image]' \ '*-clip:X,Y,W,H' \ '*-foreground[specify foreground color for next image]:color:_x_color' \ '*-halftone[force halftone dithering]' \ '*-invert[invert a monochrome image]' \ '*-merge[merge image onto the base image]' \ "*-name[specify image name]:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})(-.)'" \ '*-normalize' \ '*-rotate[rotate image clockwise]:degrees of rotation:(90 180 270)' \ "*:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filter})(-.)'"
Close