Hackfut Security File Manager
Current Path:
/etc
etc
/
📁
..
📄
.etc.version
(6 B)
📄
DIR_COLORS
(4.43 KB)
📄
aliases
(1021 B)
📁
alternatives
📁
apache2
📄
at.deny
(1 B)
📄
backupmxhosts
(0 B)
📁
bash_completion.d
📄
bashrc
(3.63 KB)
📁
cl.nodejs
📁
cl.php.d
📁
cl.python
📁
cl.selector
📁
cl.selector.conf.d
📁
cpanel
📁
crypto-policies
📁
default
📄
domainusers
(6.16 KB)
📄
environment
(97 B)
📁
environment-modules
📁
fonts
📁
gcrypt
📄
group
(526 B)
📄
host.conf
(9 B)
📄
hosts
(265 B)
📁
imunify360
📄
inputrc
(942 B)
📄
ld.so.cache
(36.57 KB)
📄
ld.so.conf
(28 B)
📁
ld.so.conf.d
📄
localtime
(392 B)
📁
mail
📄
mail.rc
(1.92 KB)
📄
mailcap
(272 B)
📄
mailhelo
(20 B)
📄
mailips
(0 B)
📄
mime.types
(58.94 KB)
📁
modulefiles
📁
motd.d
📄
my.cnf
(885 B)
📁
my.cnf.d
📄
nsswitch.conf
(2.07 KB)
📁
openldap
📁
pam.d
📄
passwd
(1.31 KB)
📁
pki
📄
profile
(2.86 KB)
📁
profile.d
📄
protocols
(6.41 KB)
📄
recent_authed_mail_ips
(1.05 KB)
📄
relayhosts
(1.05 KB)
📄
resolv.conf
(147 B)
📄
rpc
(1.6 KB)
📁
sasl2
📁
scl
📄
screenrc
(6.56 KB)
📁
security
📄
senderverifybypasshosts
(41 B)
📄
services
(676.03 KB)
📄
shadow
(861 B)
📁
skel
📄
skipsmtpcheckhosts
(87 B)
📁
snmp
📄
spammeripblocks
(0 B)
📁
ssh
📁
ssl
📁
sysconfig
📄
trusted-key.key
(375 B)
📄
trustedmailhosts
(48 B)
📄
virc
(1.18 KB)
📄
wgetrc
(4.81 KB)
Editing: virc
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=ucs-bom,utf-8,latin1 endif set nocompatible " Use Vim defaults (much better!) set bs=indent,eol,start " allow backspacing over everything in insert mode "set ai " always set autoindenting on "set backup " keep a backup file set history=50 " keep 50 lines of command line history set ruler " show the cursor position all the time " Only do this part when compiled with support for autocommands if has("autocmd") augroup redhat autocmd! " In text files, always limit the width of text to 78 characters " autocmd BufRead *.txt set tw=78 " When editing a file, always jump to the last cursor position autocmd BufReadPost * \ if line("'\"") > 0 && line ("'\"") <= line("$") | \ exe "normal! g'\"" | \ endif " don't write swapfile on most commonly used directories for NFS mounts or USB sticks autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp " start with spec file template autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec augroup END endif filetype plugin on if &term=="xterm" set t_Co=8 set t_Sb=[4%dm set t_Sf=[3%dm endif
Upload File
Create Folder