Файловый менеджер - Редактировать - /var/www/html/back/storage/app/public/115/3s58b1/mime.zip
Назад
PK ! e�O�< < debian-viewnu ȯ�� #! /bin/sh dpkg="dpkg" echo "Info for debian package '$1':" dpkg-deb --info $1 echo " " echo "Do you wish to:" echo " - I)nstall the package now," echo " - S)ave it to a file, or" echo " - Q)uit now" echo -n "Your choice (I/S/Q)? " read choice case "$choice" in [iI]) if [ `id --user` -ne 0 ] then echo "Installation of Debian packages needs to be done as root." echo -n "Enter command used to become root (default=sudo): " read sudo if [ -z "$sudo" ]; then sudo="sudo" fi dpkg="$sudo $dpkg" fi echo " " echo "Installing package..." eval "$dpkg --install '$1'" ;; [sS]) echo -n "Save as? " read filename echo "Saving '$filename'..." cat "$1" >$filename ;; esac echo " " echo -n "Done. Press <return> to continue: " read dummy echo " " PK ! ��xAZ Z packages/util-linuxnu �[��� text/plain; more %s; needsterminal; priority=5 text/*; more %s; needsterminal; priority=1 PK ! ��2Z Z packages/lessnu �[��� text/plain; less %s; needsterminal; priority=8 text/*; less %s; needsterminal; priority=2 PK ! � � � packages/infonu �[��� application/x-info; /usr/bin/info -f %s; needsterminal; description=GNU Info document # ASCII text rendition, low priority. # Info prints messages Messages like "info: Writing node (foo.info.gz)..." to # stderr. Discard them, though alas doing so also loses any genuine error # messages. Is there a "quiet" option? application/x-info; /usr/bin/info --subnodes -o /dev/stdout -f %s 2>/dev/null; copiousoutput; description=GNU Info document; priority=1 PK ! #�6;Z Z packages/vim-commonnu �[��� text/plain; view %s; edit=vim %s; compose=vim %s; test=test -x /usr/bin/vim; needsterminal; priority=4 text/*; view %s; edit=vim %s; compose=vim %s; test=test -x /usr/bin/vim; needsterminal; priority=2 text/plain; view %s; edit=vi %s; compose=vi %s; needsterminal; priority=3 text/*; view %s; edit=vi %s; compose=vi %s; needsterminal; priority=1 PK ! <2ɂG G packages/man-dbnu �[��� # priority=6 above the default 5 on the basis that viewing a man page # with man is above average sensible. # # Priority above /usr/lib/mime/packages/groff-base "nroff -mandoc" # since "man" has the advantage of running preprocessors such as tbl # specified in the man page and so gives better results. Eg on # /usr/share/man/man1/gtbl.1.gz (the tbl man page uses tbl). Locale # charset handling in man is probably better too. # # "man -X" is only priority=6 since the gxditview it runs is rather # basic and perhaps something more sophisticated could be higher. The # X entry is before the tty so the X is preferred under X. (The tty # one still works there, in its declared needsterminal.) # # "-X100" seems to make better output than the default -X 75 dpi. # Dunno if that's some font dodginess or matching the X server's # advertised screen size resolution or something. # # "test -e gxditview" because it's in the "groff" package which is # only a Suggests of man-db and so may not be available. application/x-troff-man; /usr/bin/man -X100 -l %s; test=test -n "$DISPLAY" -a -e /usr/bin/gxditview; description=Man page; priority=6 text/troff; /usr/bin/man -X100 -l %s; test=test -n "$DISPLAY" -a -e /usr/bin/gxditview; description=Man page; priority=6 application/x-troff-man; /usr/bin/man -l %s; needsterminal; description=Man page; priority=6 text/troff; /usr/bin/man -l %s; needsterminal; description=Man page; priority=6 # "-Tascii" gives backspace overstriking, so use "col -b" to undo # that. Piping to col also means "man" has a non-tty output and so # does not run its usual "more" etc pager, ensuring this entry is # non-interactive. # application/x-troff-man; /usr/bin/man -Tascii -l %s | col -b; copiousoutput; description=Man page; priority=2 text/troff; /usr/bin/man -Tascii -l %s | col -b; copiousoutput; description=Man page; priority=2 PK ! eC� packages/mailcapnu �[��� application/vnd.debian.binary-package; /usr/lib/mime/debian-view %s; needsterminal; description=Debian GNU/Linux Package; nametemplate=%s.deb; priority=0 #audio/basic; /usr/lib/mime/playaudio %s; description=Basic uLaw Audio; nametemplate=%s.au; priority=0 PK ! lb1�A A packages/tarnu �[��� application/x-tar; /bin/tar tvf %s; print=/bin/tar tvf - | print text/plain:-; copiousoutput ; priority=1 application/x-gtar; /bin/tar tvf %s; print=/bin/tar tvf - | print text/plain:-; copiousoutput ; priority=1 application/x-ustar; /bin/tar tvf %s; print=/bin/tar tvf - | print text/plain:-; copiousoutput ; priority=1 PK ! ��J� � packages/groff-basenu �[��� application/x-troff-man; /usr/bin/nroff -mandoc -Tutf8; copiousoutput; print=/usr/bin/nroff -mandoc -Tutf8 | print text/plain:- text/troff; /usr/bin/nroff -mandoc -Tutf8; copiousoutput; print=/usr/bin/nroff -mandoc -Tutf8 | print text/plain:- PK ! ��M M packages/unzipnu �[��� application/zip; unzip -l %s; nametemplate=%s.zip; copiousoutput; priority=3 PK ! �1� a a packages/sensible-utilsnu �[��� text/html; /usr/bin/sensible-browser %s; description=HTML Text; nametemplate=%s.html; priority=6 PK ! %�+� � mailcapnu �[��� ############################################################################### # # MIME media types and programs that process those types # # Much of this file is generated automatically by the program "update-mime". # Please see the "update-mime" man page for more information. # # Users can add their own rules if they wish by creating a ".mailcap" # file in their home directory. Entries included there will take # precedence over those listed here. # ############################################################################### ############################################################################### # # User section follows: Any entries included in this section will take # precedence over those created by "update-mime". DO NOT CHANGE the # "User Section Begins" and "User Section Ends" lines, or anything outside # of this section! # # ----- User Section Begins ----- # # ----- User Section Ends ----- # ############################################################################### PK ! e�O�< < debian-viewnu ȯ�� PK ! ��xAZ Z w packages/util-linuxnu �[��� PK ! ��2Z Z packages/lessnu �[��� PK ! � � � � packages/infonu �[��� PK ! #�6;Z Z � packages/vim-commonnu �[��� PK ! <2ɂG G K packages/man-dbnu �[��� PK ! eC� � packages/mailcapnu �[��� PK ! lb1�A A packages/tarnu �[��� PK ! ��J� � � packages/groff-basenu �[��� PK ! ��M M � packages/unzipnu �[��� PK ! �1� a a P packages/sensible-utilsnu �[��� PK ! %�+� � � mailcapnu �[��� PK � -
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка