Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.9 /
site-packages /
dnf /
cli /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-39.opt-1.pyc
527
B
-rw-r--r--
2025-03-12 10:54
__init__.cpython-39.pyc
527
B
-rw-r--r--
2025-03-12 10:54
aliases.cpython-39.opt-1.pyc
5.36
KB
-rw-r--r--
2025-03-12 10:54
aliases.cpython-39.pyc
5.36
KB
-rw-r--r--
2025-03-12 10:54
cli.cpython-39.opt-1.pyc
31.17
KB
-rw-r--r--
2025-03-12 10:54
cli.cpython-39.pyc
31.23
KB
-rw-r--r--
2025-03-12 10:54
completion_helper.cpython-39.opt-1.pyc
8.23
KB
-rw-r--r--
2025-03-12 10:54
completion_helper.cpython-39.pyc
8.23
KB
-rw-r--r--
2025-03-12 10:54
demand.cpython-39.opt-1.pyc
1.56
KB
-rw-r--r--
2025-03-12 10:54
demand.cpython-39.pyc
1.56
KB
-rw-r--r--
2025-03-12 10:54
format.cpython-39.opt-1.pyc
2.31
KB
-rw-r--r--
2025-03-12 10:54
format.cpython-39.pyc
2.31
KB
-rw-r--r--
2025-03-12 10:54
main.cpython-39.opt-1.pyc
5.32
KB
-rw-r--r--
2025-03-12 10:54
main.cpython-39.pyc
5.32
KB
-rw-r--r--
2025-03-12 10:54
option_parser.cpython-39.opt-1.pyc
16.9
KB
-rw-r--r--
2025-03-12 10:54
option_parser.cpython-39.pyc
16.9
KB
-rw-r--r--
2025-03-12 10:54
output.cpython-39.opt-1.pyc
55.47
KB
-rw-r--r--
2025-03-12 10:54
output.cpython-39.pyc
55.54
KB
-rw-r--r--
2025-03-12 10:54
progress.cpython-39.opt-1.pyc
4.56
KB
-rw-r--r--
2025-03-12 10:54
progress.cpython-39.pyc
4.56
KB
-rw-r--r--
2025-03-12 10:54
term.cpython-39.opt-1.pyc
11.52
KB
-rw-r--r--
2025-03-12 10:54
term.cpython-39.pyc
11.54
KB
-rw-r--r--
2025-03-12 10:54
utils.cpython-39.opt-1.pyc
3.17
KB
-rw-r--r--
2025-03-12 10:54
utils.cpython-39.pyc
3.17
KB
-rw-r--r--
2025-03-12 10:54
Save
Rename
a �!c� � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlZ ddl Z ddlZddlZe� ejd �Ze �d�Zd d � Zdd� Zd d� Zdd� ZdS )z/Various utility functions, and a utility class.� )�absolute_import)�unicode_literals)� format_number)�_N� SC_CLK_TCK�dnfc C s t | �t S )z�Convert a number of jiffies to seconds. How many jiffies are in a second is system-dependent, e.g. 100 jiffies = 1 second is common. :param jiffies: a number of jiffies :return: the equivalent number of seconds )�int�_USER_HZ)Zjiffies� r �1/usr/lib/python3.9/site-packages/dnf/cli/utils.py�jiffies_to_seconds s r c C sj | dkr0d| d | d d | d d | d f S | dkrVd| d | d d | d f S d| d | d f S )a Return a human-readable string representation of the length of a time interval given in seconds. :param seconds: the length of the time interval in seconds :return: a human-readable string representation of the length of the time interval i�Q z%d day(s) %d:%02d:%02di � �<