Server IP : 103.119.228.120 / Your IP : 18.218.95.236 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/zsh/5.0.2/functions/ |
Upload File : |
#compdef linux uml_moo uml_mconsole uml_switch tunctl local curcontext="$curcontext" state st line expl suf ret=1 typeset -A opt_args case $service in uml_moo) _arguments '1:COW file:_files -g "*cow*(-.)"' '2:new backing file:_files' return ;; uml_switch) _arguments \ '-unix[listen on specified pair of sockets]:control socket: :data socket' \ '-hub[act like a hub]' return ;; uml_mconsole) if (( CURRENT == 2 )); then _wanted socket expl 'socket name' compadd {~/.uml,/tmp}/*/mconsole(N=:h:t) && ret=0 elif [[ $words[CURRENT-1] = config ]]; then if [[ -prefix ubd || -prefix eth ]]; then state=option else _wanted device expl device compadd -S '' ubd eth && ret=0 fi elif [[ $words[CURRENT-1] = remove ]]; then _wanted device expl device compadd ubd{0..7} eth{0..9} && ret=0 elif (( CURRENT == 3 )); then _values 'command' \ 'version[print the UML kernel version number]' \ 'help[print help]' \ 'halt[shutdown UML system immediately]' \ 'reboot[reboot the UML system immediately]' \ 'config[add a new device to the virtual machine]' \ 'remove[delete a device from the virtual machine]' \ 'sysrq[perform sysrq action]:key:((r\:turn\ of\ keyboard\ raw\ mode k\:secure\ access\ key b\:reboot o\:shutdown s\:sync u\:remount p\:dump\ registers t\:dump\ tasks m\:dump\ memory e\:SIGTERM\ to\ all i\:SIGKILL\ to\ all l\:SIGKILL\ to\ all\ inc.\ init h\:help {0..9}\:console\ log\ level))' \ 'cad[invoke ctrl-alt-del handler]' \ 'stop[pause the UML]' \ 'go[continue the UML]' \ && ret=0 else _message 'no more arguments' fi ;; linux) _arguments -C \ '(* -)--version[display kernel version number]' \ '(* -)--help[print usage information]' \ '(* -)--showconfig[show kernel configuration]' \ '(-)*:option:->option' && ret=0 ;; tunctl) _arguments \ '(-d)-b[brief output]' \ '-f[specify tun clone device]:tun clone device:_files' \ '(-d)-u[specify owner]:owner:_users' \ '(-b -u -t)-d[specify devicename to delete]:device name:(tap{0..9})' \ '(-d)-t[specify devicename]:device name:(tap{0..9})' return ;; esac while [[ -n $state ]]; do st=$state unset state case $st in option) if compset -P '(ssl|con)[0-9]#='; then state=channel continue elif compset -P con; then _message -e consoles 'console number' return elif compset -P ssl; then _message -e serial 'serial line number' return elif compset -P 'ubd[0-7](|r)(|s)='; then compset -P '*,' _files && return elif compset -P ubd; then _message -e devices 'device number' return elif compset -P 'eth[0-9]##='; then if compset -P 1 '*,'; then _message -e options option else _wanted transports expl transports compadd -S, \ ethertap tuntap daemon mcast slip && return fi return elif compset -P eth; then _message -e ethernet number return fi compadd -n -S '' con ssl ubd eth && ret=0 _values -C -w "option" \ 'mem[specify amount of "physical" memory to allocate]:memory' \ 'iomem[configure file as named IO memory region]:arg:->iomem' \ 'gdb[attach gdb to specified channel]:channel:->channel' \ 'gdb-pid[specify pid of debugger]:debugger pid:_pids' \ 'debugtrace[cause tracing thread to wait for debugger]' \ 'honeypot[put process stacks in the same location as on host]' \ 'debug[start kernel under gdb control]' \ 'root[specify root filesystem]:root device' \ 'umid[specify name for this UML machine]:name' \ 'uml_dir[location to place pid and umid files]:directory:_directories' \ 'initrd[boot from initrd image]:initrd file:_files' \ 'jail[enable protection of kernel memory from processes]' \ '*con[attach a console to a host channel]:channel:->channel' \ '*ssl[attach a serial line to a host channel]:channel:->channel' \ 'fake_ide[create ide0 entries which map onto ubd devices]' \ '*ubd[associate device with host file]' \ 'fakehd[change the ubd device name to "hd"]' \ '*eth[configure a network device]' \ 'ncpus[specify number of virtual processors to start]:processors' \ 'mode[force UML to run in specified mode]:mode:(tt)' \ 'mconsole[request mconsole driver to send a message to socket]:socket' \ 'xterm[specify alternate terminal emulator]:terminal emulator:->xterm' \ 'dsp[specify host dsp device]:dsp device:_files' \ 'mixer[specify host mixer device]:mixer device:_files' \ 'umn[specify ip address for host side of slip device]' && ret=0 ;; iomem) if compset -P '*,'; then _files && ret=0 else _message -e name fi ;; channel) compset -P '*,' || suf=( -S , ) _values -S : ${suf/S/s} "channel" \ pty pts xterm \ 'tty:tty:_files $suf' \ "fd:file descriptor:_file_descriptors $suf" && ret=0 ;; xterm) if compset -P 2 '*,'; then _wanted -x argument expl 'execute switch' compadd - -e -x && ret=0 elif compset -P 1 '*,'; then _wanted -x argument expl 'title switch' compadd -S , - -t -T -title && ret=0 else _wanted command expl 'terminal emulator' _command_names -e -S , && ret=0 fi ;; esac done return ret