OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
mime
/
packages
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2019 03:48:35 PM
rwxr-xr-x
📄
groff-base
243 bytes
12/13/2016 12:20:30 PM
rw-r--r--
📄
imagemagick-6.q16
3.12 KB
02/09/2023 05:11:42 PM
rw-r--r--
📄
info
458 bytes
02/05/2018 02:48:18 PM
rw-r--r--
📄
less
94 bytes
10/22/2007 11:03:49 AM
rw-r--r--
📄
man-db
1.83 KB
04/07/2018 10:39:15 AM
rw-r--r--
📄
mime-support
257 bytes
07/15/2016 12:06:12 PM
rw-r--r--
📄
sensible-utils
97 bytes
11/14/2010 06:36:04 AM
rw-r--r--
📄
tar
327 bytes
07/21/2017 02:35:22 PM
rw-r--r--
📄
unzip
77 bytes
04/22/2017 02:15:01 PM
rw-r--r--
📄
util-linux
90 bytes
02/14/2018 10:20:23 PM
rw-r--r--
📄
vim-common
346 bytes
02/02/2018 08:37:32 PM
rw-r--r--
Editing: man-db
Close
# 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