Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
vim /
vim91 /
syntax /
shared /
Delete
Unzip
Name
Size
Permission
Date
Action
context-data-context.vim
38.27
KB
-rw-r--r--
2026-07-13 17:17
context-data-interfaces.vim
121.95
KB
-rw-r--r--
2026-07-13 17:17
context-data-metafun.vim
9.35
KB
-rw-r--r--
2026-07-13 17:17
context-data-tex.vim
23.11
KB
-rw-r--r--
2026-07-13 17:17
debversions.vim
1.13
KB
-rw-r--r--
2026-07-13 17:17
hgcommitDiff.vim
21.22
KB
-rw-r--r--
2026-07-13 17:17
typescriptcommon.vim
131.3
KB
-rw-r--r--
2026-07-13 17:17
Save
Rename
" Vim syntax file " Language: Debian version information " Maintainer: Debian Vim Maintainers " Last Change: 2023 Nov 01 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim let s:cpo = &cpo set cpo-=C let g:debSharedSupportedVersions = [ \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', \ 'bullseye', 'bookworm', 'trixie', 'forky', \ \ 'focal', 'jammy', 'noble', 'oracular', 'plucky', \ 'devel' \ ] let g:debSharedUnsupportedVersions = [ \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', \ 'jessie', 'stretch', 'buster', \ \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', \ 'trusty', 'utopic', 'vivid', 'wily', 'xenial', 'yakkety', 'zesty', \ 'artful', 'bionic', 'cosmic', 'disco', 'eoan', 'hirsute', \ 'impish', 'kinetic', 'lunar', 'groovy', 'mantic' \ ] let &cpo=s:cpo