├── 0x00-shell_basics ├── 0-current_working_directory ├── 1-listit ├── 10-back ├── 100-lets_move ├── 101-clean_emacs ├── 102-tree ├── 103-commas ├── 11-lists ├── 12-file_type ├── 13-symbolic_link ├── 14-copy_html ├── 2-bring_me_home ├── 3-listfiles ├── 4-listmorefiles ├── 5-listfilesdigitonly ├── 6-firstdirectory ├── 7-movethatfile ├── 8-firstdelete ├── 9-firstdirdeletion ├── README.md ├── ls └── school.mgc ├── 0x01-shell_permissions ├── 0-iam_betty ├── 1-who_am_i ├── 10-mirror_permissions ├── 100-change_owner_and_group ├── 101-symbolic_link_permissions ├── 102-if_only ├── 103-Star_Wars ├── 11-directories_permissions ├── 12-directory_permissions ├── 13-change_group ├── 2-groups ├── 3-new_owner ├── 4-empty ├── 5-execute ├── 6-multiple_permissions ├── 7-everybody ├── 8-James_Bond ├── 9-John_Doe └── README.md ├── 0x02-shell_redirections ├── 0-hello_world ├── 1-confused_smiley ├── 10-no_more_js ├── 100-empty_casks ├── 101-gifs ├── 102-acrostic ├── 103-the_biggest_fan ├── 11-directories ├── 12-newest_files ├── 13-unique ├── 14-findthatword ├── 15-countthatword ├── 16-whatsnext ├── 17-hidethisword ├── 18-letteronly ├── 19-AZ ├── 2-hellofile ├── 20-hiago ├── 21-reverse ├── 22-users_and_homes ├── 3-twofiles ├── 4-lastlines ├── 5-firstlines ├── 6-third_line ├── 7-file ├── 8-cwd_state ├── 9-duplicate_last_line └── README.md ├── 0x03-shell_variables_expansions ├── 0-alias ├── 1-hello_you ├── 10-love_exponent_breath ├── 100-decimal_to_hexadecimal ├── 101-rot13 ├── 102-odd ├── 103-water_and_stir ├── 11-binary_to_decimal ├── 12-combinations ├── 13-print_float ├── 2-path ├── 3-paths ├── 4-global_variables ├── 5-local_variables ├── 6-create_local_variable ├── 7-create_global_variable ├── 8-true_knowledge ├── 9-divide_and_rule └── README.md ├── 0x04-loops_conditions_and_parsing ├── 0-RSA_public_key.pub ├── 1-for_best_school ├── 10-fizzbuzz ├── 100-read_and_cut ├── 101-tell_the_story_of_passwd ├── 102-lets_parse_apache_logs ├── 103-dig_the-data ├── 2-while_best_school ├── 3-until_best_school ├── 4-if_9_say_hi ├── 5-4_bad_luck_8_is_your_chance ├── 6-superstitious_numbers ├── 7-clock ├── 8-for_ls ├── 9-to_file_or_not_to_file └── README.md ├── 0x05-processes_and_signals ├── 0-what-is-my-pid ├── 1-list_your_processes ├── 100-process_and_pid_file ├── 101-manage_my_process ├── 101-manage_my_process, ├── 102-zombie.c ├── 2-show_your_bash_pid ├── 3-show_your_bash_pid_made_easy ├── 4-to_infinity_and_beyond ├── 5-dont_stop_me_now ├── 6-stop_me_if_you_can ├── 7-highlander ├── 8-beheaded_process ├── README.md ├── manage_my_process └── zombie ├── 0x06-regular_expressions ├── .README.md.swo ├── .README.md.swp ├── 0-simply_match_school.rb ├── 1-repetition_token_0.rb ├── 100-textme.rb ├── 2-repetition_token_1.rb ├── 3-repetition_token_2.rb ├── 4-repetition_token_3.rb ├── 5-beginning_and_end.rb ├── 6-phone_number.rb ├── 7-OMG_WHY_ARE_YOU_SHOUTING.rb └── README.md ├── 0x07-networking_basics ├── 0-OSI_model ├── 1-types_of_network ├── 2-MAC_and_IP_address ├── 3-UDP_and_TCP ├── 4-TCP_and_UDP_ports ├── 5-is_the_host_on_the_network └── README.md ├── 0x08-networking_basics_2 ├── 0-change_your_home_IP ├── 1-show_attached_IPs ├── 100-port_listening_on_localhost └── README.md ├── 0x09-web_infrastructure_design ├── 0-simple_web_stack.JPG ├── 1-distributed_web_infrastructure.JPG ├── 2-secured_and_monitored_web_infrastructure.JPG ├── 3-scale_up.JPG └── README.md ├── 0x0A-configuration_management ├── 0-create_a_file.pp ├── 1-install_a_package.pp ├── 2-execute_a_command.pp ├── README.md └── testenv │ ├── bin │ ├── Activate.ps1 │ ├── activate │ ├── activate.csh │ ├── activate.fish │ ├── easy_install │ ├── easy_install-3.8 │ ├── flask │ ├── pip │ ├── pip3 │ ├── pip3.8 │ ├── python │ └── python3 │ ├── lib │ └── python3.8 │ │ └── site-packages │ │ ├── Flask-2.1.0.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ ├── entry_points.txt │ │ └── top_level.txt │ │ ├── Jinja2-3.1.3.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ ├── entry_points.txt │ │ └── top_level.txt │ │ ├── MarkupSafe-2.1.5.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ └── top_level.txt │ │ ├── __pycache__ │ │ └── easy_install.cpython-38.pyc │ │ ├── blinker-1.7.0.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ └── WHEEL │ │ ├── blinker │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _saferef.cpython-38.pyc │ │ │ ├── _utilities.cpython-38.pyc │ │ │ └── base.cpython-38.pyc │ │ ├── _saferef.py │ │ ├── _utilities.py │ │ ├── base.py │ │ └── py.typed │ │ ├── click-8.1.7.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ └── top_level.txt │ │ ├── click │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _compat.cpython-38.pyc │ │ │ ├── _termui_impl.cpython-38.pyc │ │ │ ├── _textwrap.cpython-38.pyc │ │ │ ├── _winconsole.cpython-38.pyc │ │ │ ├── core.cpython-38.pyc │ │ │ ├── decorators.cpython-38.pyc │ │ │ ├── exceptions.cpython-38.pyc │ │ │ ├── formatting.cpython-38.pyc │ │ │ ├── globals.cpython-38.pyc │ │ │ ├── parser.cpython-38.pyc │ │ │ ├── shell_completion.cpython-38.pyc │ │ │ ├── termui.cpython-38.pyc │ │ │ ├── testing.cpython-38.pyc │ │ │ ├── types.cpython-38.pyc │ │ │ └── utils.cpython-38.pyc │ │ ├── _compat.py │ │ ├── _termui_impl.py │ │ ├── _textwrap.py │ │ ├── _winconsole.py │ │ ├── core.py │ │ ├── decorators.py │ │ ├── exceptions.py │ │ ├── formatting.py │ │ ├── globals.py │ │ ├── parser.py │ │ ├── py.typed │ │ ├── shell_completion.py │ │ ├── termui.py │ │ ├── testing.py │ │ ├── types.py │ │ └── utils.py │ │ ├── easy_install.py │ │ ├── flask │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __main__.cpython-38.pyc │ │ │ ├── app.cpython-38.pyc │ │ │ ├── blueprints.cpython-38.pyc │ │ │ ├── cli.cpython-38.pyc │ │ │ ├── config.cpython-38.pyc │ │ │ ├── ctx.cpython-38.pyc │ │ │ ├── debughelpers.cpython-38.pyc │ │ │ ├── globals.cpython-38.pyc │ │ │ ├── helpers.cpython-38.pyc │ │ │ ├── logging.cpython-38.pyc │ │ │ ├── scaffold.cpython-38.pyc │ │ │ ├── sessions.cpython-38.pyc │ │ │ ├── signals.cpython-38.pyc │ │ │ ├── templating.cpython-38.pyc │ │ │ ├── testing.cpython-38.pyc │ │ │ ├── typing.cpython-38.pyc │ │ │ ├── views.cpython-38.pyc │ │ │ └── wrappers.cpython-38.pyc │ │ ├── app.py │ │ ├── blueprints.py │ │ ├── cli.py │ │ ├── config.py │ │ ├── ctx.py │ │ ├── debughelpers.py │ │ ├── globals.py │ │ ├── helpers.py │ │ ├── json │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── tag.cpython-38.pyc │ │ │ └── tag.py │ │ ├── logging.py │ │ ├── py.typed │ │ ├── scaffold.py │ │ ├── sessions.py │ │ ├── signals.py │ │ ├── templating.py │ │ ├── testing.py │ │ ├── typing.py │ │ ├── views.py │ │ └── wrappers.py │ │ ├── importlib_metadata-7.1.0.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ └── top_level.txt │ │ ├── importlib_metadata │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _adapters.cpython-38.pyc │ │ │ ├── _collections.cpython-38.pyc │ │ │ ├── _compat.cpython-38.pyc │ │ │ ├── _functools.cpython-38.pyc │ │ │ ├── _itertools.cpython-38.pyc │ │ │ ├── _meta.cpython-38.pyc │ │ │ ├── _text.cpython-38.pyc │ │ │ └── diagnose.cpython-38.pyc │ │ ├── _adapters.py │ │ ├── _collections.py │ │ ├── _compat.py │ │ ├── _functools.py │ │ ├── _itertools.py │ │ ├── _meta.py │ │ ├── _text.py │ │ ├── compat │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── py39.cpython-38.pyc │ │ │ └── py39.py │ │ ├── diagnose.py │ │ └── py.typed │ │ ├── itsdangerous-2.1.2.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ └── top_level.txt │ │ ├── itsdangerous │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _json.cpython-38.pyc │ │ │ ├── encoding.cpython-38.pyc │ │ │ ├── exc.cpython-38.pyc │ │ │ ├── serializer.cpython-38.pyc │ │ │ ├── signer.cpython-38.pyc │ │ │ ├── timed.cpython-38.pyc │ │ │ └── url_safe.cpython-38.pyc │ │ ├── _json.py │ │ ├── encoding.py │ │ ├── exc.py │ │ ├── py.typed │ │ ├── serializer.py │ │ ├── signer.py │ │ ├── timed.py │ │ └── url_safe.py │ │ ├── jinja2 │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _identifier.cpython-38.pyc │ │ │ ├── async_utils.cpython-38.pyc │ │ │ ├── bccache.cpython-38.pyc │ │ │ ├── compiler.cpython-38.pyc │ │ │ ├── constants.cpython-38.pyc │ │ │ ├── debug.cpython-38.pyc │ │ │ ├── defaults.cpython-38.pyc │ │ │ ├── environment.cpython-38.pyc │ │ │ ├── exceptions.cpython-38.pyc │ │ │ ├── ext.cpython-38.pyc │ │ │ ├── filters.cpython-38.pyc │ │ │ ├── idtracking.cpython-38.pyc │ │ │ ├── lexer.cpython-38.pyc │ │ │ ├── loaders.cpython-38.pyc │ │ │ ├── meta.cpython-38.pyc │ │ │ ├── nativetypes.cpython-38.pyc │ │ │ ├── nodes.cpython-38.pyc │ │ │ ├── optimizer.cpython-38.pyc │ │ │ ├── parser.cpython-38.pyc │ │ │ ├── runtime.cpython-38.pyc │ │ │ ├── sandbox.cpython-38.pyc │ │ │ ├── tests.cpython-38.pyc │ │ │ ├── utils.cpython-38.pyc │ │ │ └── visitor.cpython-38.pyc │ │ ├── _identifier.py │ │ ├── async_utils.py │ │ ├── bccache.py │ │ ├── compiler.py │ │ ├── constants.py │ │ ├── debug.py │ │ ├── defaults.py │ │ ├── environment.py │ │ ├── exceptions.py │ │ ├── ext.py │ │ ├── filters.py │ │ ├── idtracking.py │ │ ├── lexer.py │ │ ├── loaders.py │ │ ├── meta.py │ │ ├── nativetypes.py │ │ ├── nodes.py │ │ ├── optimizer.py │ │ ├── parser.py │ │ ├── py.typed │ │ ├── runtime.py │ │ ├── sandbox.py │ │ ├── tests.py │ │ ├── utils.py │ │ └── visitor.py │ │ ├── markupsafe │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ └── _native.cpython-38.pyc │ │ ├── _native.py │ │ ├── _speedups.c │ │ ├── _speedups.cpython-38-x86_64-linux-gnu.so │ │ ├── _speedups.pyi │ │ └── py.typed │ │ ├── pip-20.0.2.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.txt │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ ├── entry_points.txt │ │ └── top_level.txt │ │ ├── pip │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ └── __main__.cpython-38.pyc │ │ ├── _internal │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── build_env.cpython-38.pyc │ │ │ │ ├── cache.cpython-38.pyc │ │ │ │ ├── configuration.cpython-38.pyc │ │ │ │ ├── exceptions.cpython-38.pyc │ │ │ │ ├── legacy_resolve.cpython-38.pyc │ │ │ │ ├── locations.cpython-38.pyc │ │ │ │ ├── main.cpython-38.pyc │ │ │ │ ├── pep425tags.cpython-38.pyc │ │ │ │ ├── pyproject.cpython-38.pyc │ │ │ │ ├── self_outdated_check.cpython-38.pyc │ │ │ │ └── wheel_builder.cpython-38.pyc │ │ │ ├── build_env.py │ │ │ ├── cache.py │ │ │ ├── cli │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── autocompletion.cpython-38.pyc │ │ │ │ │ ├── base_command.cpython-38.pyc │ │ │ │ │ ├── cmdoptions.cpython-38.pyc │ │ │ │ │ ├── command_context.cpython-38.pyc │ │ │ │ │ ├── main.cpython-38.pyc │ │ │ │ │ ├── main_parser.cpython-38.pyc │ │ │ │ │ ├── parser.cpython-38.pyc │ │ │ │ │ ├── req_command.cpython-38.pyc │ │ │ │ │ └── status_codes.cpython-38.pyc │ │ │ │ ├── autocompletion.py │ │ │ │ ├── base_command.py │ │ │ │ ├── cmdoptions.py │ │ │ │ ├── command_context.py │ │ │ │ ├── main.py │ │ │ │ ├── main_parser.py │ │ │ │ ├── parser.py │ │ │ │ ├── req_command.py │ │ │ │ └── status_codes.py │ │ │ ├── commands │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── check.cpython-38.pyc │ │ │ │ │ ├── completion.cpython-38.pyc │ │ │ │ │ ├── configuration.cpython-38.pyc │ │ │ │ │ ├── debug.cpython-38.pyc │ │ │ │ │ ├── download.cpython-38.pyc │ │ │ │ │ ├── freeze.cpython-38.pyc │ │ │ │ │ ├── hash.cpython-38.pyc │ │ │ │ │ ├── help.cpython-38.pyc │ │ │ │ │ ├── install.cpython-38.pyc │ │ │ │ │ ├── list.cpython-38.pyc │ │ │ │ │ ├── search.cpython-38.pyc │ │ │ │ │ ├── show.cpython-38.pyc │ │ │ │ │ ├── uninstall.cpython-38.pyc │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ ├── check.py │ │ │ │ ├── completion.py │ │ │ │ ├── configuration.py │ │ │ │ ├── debug.py │ │ │ │ ├── download.py │ │ │ │ ├── freeze.py │ │ │ │ ├── hash.py │ │ │ │ ├── help.py │ │ │ │ ├── install.py │ │ │ │ ├── list.py │ │ │ │ ├── search.py │ │ │ │ ├── show.py │ │ │ │ ├── uninstall.py │ │ │ │ └── wheel.py │ │ │ ├── configuration.py │ │ │ ├── distributions │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── base.cpython-38.pyc │ │ │ │ │ ├── installed.cpython-38.pyc │ │ │ │ │ ├── sdist.cpython-38.pyc │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ ├── base.py │ │ │ │ ├── installed.py │ │ │ │ ├── sdist.py │ │ │ │ └── wheel.py │ │ │ ├── exceptions.py │ │ │ ├── index │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── collector.cpython-38.pyc │ │ │ │ │ └── package_finder.cpython-38.pyc │ │ │ │ ├── collector.py │ │ │ │ └── package_finder.py │ │ │ ├── legacy_resolve.py │ │ │ ├── locations.py │ │ │ ├── main.py │ │ │ ├── models │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── candidate.cpython-38.pyc │ │ │ │ │ ├── format_control.cpython-38.pyc │ │ │ │ │ ├── index.cpython-38.pyc │ │ │ │ │ ├── link.cpython-38.pyc │ │ │ │ │ ├── scheme.cpython-38.pyc │ │ │ │ │ ├── search_scope.cpython-38.pyc │ │ │ │ │ ├── selection_prefs.cpython-38.pyc │ │ │ │ │ ├── target_python.cpython-38.pyc │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ ├── candidate.py │ │ │ │ ├── format_control.py │ │ │ │ ├── index.py │ │ │ │ ├── link.py │ │ │ │ ├── scheme.py │ │ │ │ ├── search_scope.py │ │ │ │ ├── selection_prefs.py │ │ │ │ ├── target_python.py │ │ │ │ └── wheel.py │ │ │ ├── network │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── auth.cpython-38.pyc │ │ │ │ │ ├── cache.cpython-38.pyc │ │ │ │ │ ├── download.cpython-38.pyc │ │ │ │ │ ├── session.cpython-38.pyc │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ └── xmlrpc.cpython-38.pyc │ │ │ │ ├── auth.py │ │ │ │ ├── cache.py │ │ │ │ ├── download.py │ │ │ │ ├── session.py │ │ │ │ ├── utils.py │ │ │ │ └── xmlrpc.py │ │ │ ├── operations │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── check.cpython-38.pyc │ │ │ │ │ ├── freeze.cpython-38.pyc │ │ │ │ │ └── prepare.cpython-38.pyc │ │ │ │ ├── build │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── metadata.cpython-38.pyc │ │ │ │ │ │ ├── metadata_legacy.cpython-38.pyc │ │ │ │ │ │ ├── wheel.cpython-38.pyc │ │ │ │ │ │ └── wheel_legacy.cpython-38.pyc │ │ │ │ │ ├── metadata.py │ │ │ │ │ ├── metadata_legacy.py │ │ │ │ │ ├── wheel.py │ │ │ │ │ └── wheel_legacy.py │ │ │ │ ├── check.py │ │ │ │ ├── freeze.py │ │ │ │ ├── install │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── editable_legacy.cpython-38.pyc │ │ │ │ │ │ ├── legacy.cpython-38.pyc │ │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ │ ├── editable_legacy.py │ │ │ │ │ ├── legacy.py │ │ │ │ │ └── wheel.py │ │ │ │ └── prepare.py │ │ │ ├── pep425tags.py │ │ │ ├── pyproject.py │ │ │ ├── req │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── constructors.cpython-38.pyc │ │ │ │ │ ├── req_file.cpython-38.pyc │ │ │ │ │ ├── req_install.cpython-38.pyc │ │ │ │ │ ├── req_set.cpython-38.pyc │ │ │ │ │ ├── req_tracker.cpython-38.pyc │ │ │ │ │ └── req_uninstall.cpython-38.pyc │ │ │ │ ├── constructors.py │ │ │ │ ├── req_file.py │ │ │ │ ├── req_install.py │ │ │ │ ├── req_set.py │ │ │ │ ├── req_tracker.py │ │ │ │ └── req_uninstall.py │ │ │ ├── self_outdated_check.py │ │ │ ├── utils │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── appdirs.cpython-38.pyc │ │ │ │ │ ├── compat.cpython-38.pyc │ │ │ │ │ ├── deprecation.cpython-38.pyc │ │ │ │ │ ├── distutils_args.cpython-38.pyc │ │ │ │ │ ├── encoding.cpython-38.pyc │ │ │ │ │ ├── entrypoints.cpython-38.pyc │ │ │ │ │ ├── filesystem.cpython-38.pyc │ │ │ │ │ ├── filetypes.cpython-38.pyc │ │ │ │ │ ├── glibc.cpython-38.pyc │ │ │ │ │ ├── hashes.cpython-38.pyc │ │ │ │ │ ├── inject_securetransport.cpython-38.pyc │ │ │ │ │ ├── logging.cpython-38.pyc │ │ │ │ │ ├── marker_files.cpython-38.pyc │ │ │ │ │ ├── misc.cpython-38.pyc │ │ │ │ │ ├── models.cpython-38.pyc │ │ │ │ │ ├── packaging.cpython-38.pyc │ │ │ │ │ ├── pkg_resources.cpython-38.pyc │ │ │ │ │ ├── setuptools_build.cpython-38.pyc │ │ │ │ │ ├── subprocess.cpython-38.pyc │ │ │ │ │ ├── temp_dir.cpython-38.pyc │ │ │ │ │ ├── typing.cpython-38.pyc │ │ │ │ │ ├── ui.cpython-38.pyc │ │ │ │ │ ├── unpacking.cpython-38.pyc │ │ │ │ │ ├── urls.cpython-38.pyc │ │ │ │ │ ├── virtualenv.cpython-38.pyc │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ ├── appdirs.py │ │ │ │ ├── compat.py │ │ │ │ ├── deprecation.py │ │ │ │ ├── distutils_args.py │ │ │ │ ├── encoding.py │ │ │ │ ├── entrypoints.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── filetypes.py │ │ │ │ ├── glibc.py │ │ │ │ ├── hashes.py │ │ │ │ ├── inject_securetransport.py │ │ │ │ ├── logging.py │ │ │ │ ├── marker_files.py │ │ │ │ ├── misc.py │ │ │ │ ├── models.py │ │ │ │ ├── packaging.py │ │ │ │ ├── pkg_resources.py │ │ │ │ ├── setuptools_build.py │ │ │ │ ├── subprocess.py │ │ │ │ ├── temp_dir.py │ │ │ │ ├── typing.py │ │ │ │ ├── ui.py │ │ │ │ ├── unpacking.py │ │ │ │ ├── urls.py │ │ │ │ ├── virtualenv.py │ │ │ │ └── wheel.py │ │ │ ├── vcs │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── bazaar.cpython-38.pyc │ │ │ │ │ ├── git.cpython-38.pyc │ │ │ │ │ ├── mercurial.cpython-38.pyc │ │ │ │ │ ├── subversion.cpython-38.pyc │ │ │ │ │ └── versioncontrol.cpython-38.pyc │ │ │ │ ├── bazaar.py │ │ │ │ ├── git.py │ │ │ │ ├── mercurial.py │ │ │ │ ├── subversion.py │ │ │ │ └── versioncontrol.py │ │ │ └── wheel_builder.py │ │ └── _vendor │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ └── __init__.cpython-38.pyc │ │ ├── pkg_resources-0.0.0.dist-info │ │ ├── AUTHORS.txt │ │ ├── INSTALLER │ │ ├── LICENSE.txt │ │ ├── METADATA │ │ ├── RECORD │ │ └── WHEEL │ │ ├── pkg_resources │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ └── py31compat.cpython-38.pyc │ │ ├── _vendor │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── appdirs.cpython-38.pyc │ │ │ │ ├── pyparsing.cpython-38.pyc │ │ │ │ └── six.cpython-38.pyc │ │ │ ├── appdirs.py │ │ │ ├── packaging │ │ │ │ ├── __about__.py │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __about__.cpython-38.pyc │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── _compat.cpython-38.pyc │ │ │ │ │ ├── _structures.cpython-38.pyc │ │ │ │ │ ├── markers.cpython-38.pyc │ │ │ │ │ ├── requirements.cpython-38.pyc │ │ │ │ │ ├── specifiers.cpython-38.pyc │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ └── version.cpython-38.pyc │ │ │ │ ├── _compat.py │ │ │ │ ├── _structures.py │ │ │ │ ├── markers.py │ │ │ │ ├── requirements.py │ │ │ │ ├── specifiers.py │ │ │ │ ├── utils.py │ │ │ │ └── version.py │ │ │ ├── pyparsing.py │ │ │ └── six.py │ │ ├── extern │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ │ └── __init__.cpython-38.pyc │ │ └── py31compat.py │ │ ├── setuptools-44.0.0.dist-info │ │ ├── AUTHORS.txt │ │ ├── INSTALLER │ │ ├── LICENSE.txt │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ ├── dependency_links.txt │ │ ├── entry_points.txt │ │ ├── top_level.txt │ │ └── zip-safe │ │ ├── setuptools │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _deprecation_warning.cpython-38.pyc │ │ │ ├── _imp.cpython-38.pyc │ │ │ ├── archive_util.cpython-38.pyc │ │ │ ├── build_meta.cpython-38.pyc │ │ │ ├── config.cpython-38.pyc │ │ │ ├── dep_util.cpython-38.pyc │ │ │ ├── depends.cpython-38.pyc │ │ │ ├── dist.cpython-38.pyc │ │ │ ├── errors.cpython-38.pyc │ │ │ ├── extension.cpython-38.pyc │ │ │ ├── glob.cpython-38.pyc │ │ │ ├── installer.cpython-38.pyc │ │ │ ├── launch.cpython-38.pyc │ │ │ ├── lib2to3_ex.cpython-38.pyc │ │ │ ├── monkey.cpython-38.pyc │ │ │ ├── msvc.cpython-38.pyc │ │ │ ├── namespaces.cpython-38.pyc │ │ │ ├── package_index.cpython-38.pyc │ │ │ ├── py27compat.cpython-38.pyc │ │ │ ├── py31compat.cpython-38.pyc │ │ │ ├── py33compat.cpython-38.pyc │ │ │ ├── py34compat.cpython-38.pyc │ │ │ ├── sandbox.cpython-38.pyc │ │ │ ├── site-patch.cpython-38.pyc │ │ │ ├── ssl_support.cpython-38.pyc │ │ │ ├── unicode_utils.cpython-38.pyc │ │ │ ├── version.cpython-38.pyc │ │ │ ├── wheel.cpython-38.pyc │ │ │ └── windows_support.cpython-38.pyc │ │ ├── _deprecation_warning.py │ │ ├── _imp.py │ │ ├── _vendor │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── ordered_set.cpython-38.pyc │ │ │ │ ├── pyparsing.cpython-38.pyc │ │ │ │ └── six.cpython-38.pyc │ │ │ ├── ordered_set.py │ │ │ ├── packaging │ │ │ │ ├── __about__.py │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __about__.cpython-38.pyc │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── _compat.cpython-38.pyc │ │ │ │ │ ├── _structures.cpython-38.pyc │ │ │ │ │ ├── markers.cpython-38.pyc │ │ │ │ │ ├── requirements.cpython-38.pyc │ │ │ │ │ ├── specifiers.cpython-38.pyc │ │ │ │ │ ├── tags.cpython-38.pyc │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ └── version.cpython-38.pyc │ │ │ │ ├── _compat.py │ │ │ │ ├── _structures.py │ │ │ │ ├── markers.py │ │ │ │ ├── requirements.py │ │ │ │ ├── specifiers.py │ │ │ │ ├── tags.py │ │ │ │ ├── utils.py │ │ │ │ └── version.py │ │ │ ├── pyparsing.py │ │ │ └── six.py │ │ ├── archive_util.py │ │ ├── build_meta.py │ │ ├── cli-32.exe │ │ ├── cli-64.exe │ │ ├── cli.exe │ │ ├── command │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── alias.cpython-38.pyc │ │ │ │ ├── bdist_egg.cpython-38.pyc │ │ │ │ ├── bdist_rpm.cpython-38.pyc │ │ │ │ ├── bdist_wininst.cpython-38.pyc │ │ │ │ ├── build_clib.cpython-38.pyc │ │ │ │ ├── build_ext.cpython-38.pyc │ │ │ │ ├── build_py.cpython-38.pyc │ │ │ │ ├── develop.cpython-38.pyc │ │ │ │ ├── dist_info.cpython-38.pyc │ │ │ │ ├── easy_install.cpython-38.pyc │ │ │ │ ├── egg_info.cpython-38.pyc │ │ │ │ ├── install.cpython-38.pyc │ │ │ │ ├── install_egg_info.cpython-38.pyc │ │ │ │ ├── install_lib.cpython-38.pyc │ │ │ │ ├── install_scripts.cpython-38.pyc │ │ │ │ ├── py36compat.cpython-38.pyc │ │ │ │ ├── register.cpython-38.pyc │ │ │ │ ├── rotate.cpython-38.pyc │ │ │ │ ├── saveopts.cpython-38.pyc │ │ │ │ ├── sdist.cpython-38.pyc │ │ │ │ ├── setopt.cpython-38.pyc │ │ │ │ ├── test.cpython-38.pyc │ │ │ │ ├── upload.cpython-38.pyc │ │ │ │ └── upload_docs.cpython-38.pyc │ │ │ ├── alias.py │ │ │ ├── bdist_egg.py │ │ │ ├── bdist_rpm.py │ │ │ ├── bdist_wininst.py │ │ │ ├── build_clib.py │ │ │ ├── build_ext.py │ │ │ ├── build_py.py │ │ │ ├── develop.py │ │ │ ├── dist_info.py │ │ │ ├── easy_install.py │ │ │ ├── egg_info.py │ │ │ ├── install.py │ │ │ ├── install_egg_info.py │ │ │ ├── install_lib.py │ │ │ ├── install_scripts.py │ │ │ ├── launcher manifest.xml │ │ │ ├── py36compat.py │ │ │ ├── register.py │ │ │ ├── rotate.py │ │ │ ├── saveopts.py │ │ │ ├── sdist.py │ │ │ ├── setopt.py │ │ │ ├── test.py │ │ │ ├── upload.py │ │ │ └── upload_docs.py │ │ ├── config.py │ │ ├── dep_util.py │ │ ├── depends.py │ │ ├── dist.py │ │ ├── errors.py │ │ ├── extension.py │ │ ├── extern │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ │ └── __init__.cpython-38.pyc │ │ ├── glob.py │ │ ├── gui-32.exe │ │ ├── gui-64.exe │ │ ├── gui.exe │ │ ├── installer.py │ │ ├── launch.py │ │ ├── lib2to3_ex.py │ │ ├── monkey.py │ │ ├── msvc.py │ │ ├── namespaces.py │ │ ├── package_index.py │ │ ├── py27compat.py │ │ ├── py31compat.py │ │ ├── py33compat.py │ │ ├── py34compat.py │ │ ├── sandbox.py │ │ ├── script (dev).tmpl │ │ ├── script.tmpl │ │ ├── site-patch.py │ │ ├── ssl_support.py │ │ ├── unicode_utils.py │ │ ├── version.py │ │ ├── wheel.py │ │ └── windows_support.py │ │ ├── werkzeug-3.0.1.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE.rst │ │ ├── METADATA │ │ ├── RECORD │ │ └── WHEEL │ │ ├── werkzeug │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── _internal.cpython-38.pyc │ │ │ ├── _reloader.cpython-38.pyc │ │ │ ├── exceptions.cpython-38.pyc │ │ │ ├── formparser.cpython-38.pyc │ │ │ ├── http.cpython-38.pyc │ │ │ ├── local.cpython-38.pyc │ │ │ ├── security.cpython-38.pyc │ │ │ ├── serving.cpython-38.pyc │ │ │ ├── test.cpython-38.pyc │ │ │ ├── testapp.cpython-38.pyc │ │ │ ├── urls.cpython-38.pyc │ │ │ ├── user_agent.cpython-38.pyc │ │ │ ├── utils.cpython-38.pyc │ │ │ └── wsgi.cpython-38.pyc │ │ ├── _internal.py │ │ ├── _reloader.py │ │ ├── datastructures │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── accept.cpython-38.pyc │ │ │ │ ├── auth.cpython-38.pyc │ │ │ │ ├── cache_control.cpython-38.pyc │ │ │ │ ├── csp.cpython-38.pyc │ │ │ │ ├── etag.cpython-38.pyc │ │ │ │ ├── file_storage.cpython-38.pyc │ │ │ │ ├── headers.cpython-38.pyc │ │ │ │ ├── mixins.cpython-38.pyc │ │ │ │ ├── range.cpython-38.pyc │ │ │ │ └── structures.cpython-38.pyc │ │ │ ├── accept.py │ │ │ ├── accept.pyi │ │ │ ├── auth.py │ │ │ ├── cache_control.py │ │ │ ├── cache_control.pyi │ │ │ ├── csp.py │ │ │ ├── csp.pyi │ │ │ ├── etag.py │ │ │ ├── etag.pyi │ │ │ ├── file_storage.py │ │ │ ├── file_storage.pyi │ │ │ ├── headers.py │ │ │ ├── headers.pyi │ │ │ ├── mixins.py │ │ │ ├── mixins.pyi │ │ │ ├── range.py │ │ │ ├── range.pyi │ │ │ ├── structures.py │ │ │ └── structures.pyi │ │ ├── debug │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── console.cpython-38.pyc │ │ │ │ ├── repr.cpython-38.pyc │ │ │ │ └── tbtools.cpython-38.pyc │ │ │ ├── console.py │ │ │ ├── repr.py │ │ │ ├── shared │ │ │ │ ├── ICON_LICENSE.md │ │ │ │ ├── console.png │ │ │ │ ├── debugger.js │ │ │ │ ├── less.png │ │ │ │ ├── more.png │ │ │ │ └── style.css │ │ │ └── tbtools.py │ │ ├── exceptions.py │ │ ├── formparser.py │ │ ├── http.py │ │ ├── local.py │ │ ├── middleware │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── dispatcher.cpython-38.pyc │ │ │ │ ├── http_proxy.cpython-38.pyc │ │ │ │ ├── lint.cpython-38.pyc │ │ │ │ ├── profiler.cpython-38.pyc │ │ │ │ ├── proxy_fix.cpython-38.pyc │ │ │ │ └── shared_data.cpython-38.pyc │ │ │ ├── dispatcher.py │ │ │ ├── http_proxy.py │ │ │ ├── lint.py │ │ │ ├── profiler.py │ │ │ ├── proxy_fix.py │ │ │ └── shared_data.py │ │ ├── py.typed │ │ ├── routing │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── converters.cpython-38.pyc │ │ │ │ ├── exceptions.cpython-38.pyc │ │ │ │ ├── map.cpython-38.pyc │ │ │ │ ├── matcher.cpython-38.pyc │ │ │ │ └── rules.cpython-38.pyc │ │ │ ├── converters.py │ │ │ ├── exceptions.py │ │ │ ├── map.py │ │ │ ├── matcher.py │ │ │ └── rules.py │ │ ├── sansio │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── http.cpython-38.pyc │ │ │ │ ├── multipart.cpython-38.pyc │ │ │ │ ├── request.cpython-38.pyc │ │ │ │ ├── response.cpython-38.pyc │ │ │ │ └── utils.cpython-38.pyc │ │ │ ├── http.py │ │ │ ├── multipart.py │ │ │ ├── request.py │ │ │ ├── response.py │ │ │ └── utils.py │ │ ├── security.py │ │ ├── serving.py │ │ ├── test.py │ │ ├── testapp.py │ │ ├── urls.py │ │ ├── user_agent.py │ │ ├── utils.py │ │ ├── wrappers │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── request.cpython-38.pyc │ │ │ │ └── response.cpython-38.pyc │ │ │ ├── request.py │ │ │ └── response.py │ │ └── wsgi.py │ │ ├── zipp-3.18.1.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE │ │ ├── METADATA │ │ ├── RECORD │ │ ├── WHEEL │ │ └── top_level.txt │ │ └── zipp │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-38.pyc │ │ └── glob.cpython-38.pyc │ │ ├── compat │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ └── py310.cpython-38.pyc │ │ └── py310.py │ │ └── glob.py │ ├── lib64 │ ├── pyvenv.cfg │ └── share │ └── python-wheels │ ├── CacheControl-0.12.6-py2.py3-none-any.whl │ ├── appdirs-1.4.3-py2.py3-none-any.whl │ ├── certifi-2019.11.28-py2.py3-none-any.whl │ ├── chardet-3.0.4-py2.py3-none-any.whl │ ├── colorama-0.4.3-py2.py3-none-any.whl │ ├── contextlib2-0.6.0-py2.py3-none-any.whl │ ├── distlib-0.3.0-py2.py3-none-any.whl │ ├── distro-1.4.0-py2.py3-none-any.whl │ ├── html5lib-1.0.1-py2.py3-none-any.whl │ ├── idna-2.8-py2.py3-none-any.whl │ ├── ipaddr-2.2.0-py2.py3-none-any.whl │ ├── lockfile-0.12.2-py2.py3-none-any.whl │ ├── msgpack-0.6.2-py2.py3-none-any.whl │ ├── packaging-20.3-py2.py3-none-any.whl │ ├── pep517-0.8.2-py2.py3-none-any.whl │ ├── pip-20.0.2-py2.py3-none-any.whl │ ├── pkg_resources-0.0.0-py2.py3-none-any.whl │ ├── progress-1.5-py2.py3-none-any.whl │ ├── pyparsing-2.4.6-py2.py3-none-any.whl │ ├── requests-2.22.0-py2.py3-none-any.whl │ ├── retrying-1.3.3-py2.py3-none-any.whl │ ├── setuptools-44.0.0-py2.py3-none-any.whl │ ├── six-1.14.0-py2.py3-none-any.whl │ ├── toml-0.10.0-py2.py3-none-any.whl │ ├── urllib3-1.25.8-py2.py3-none-any.whl │ ├── webencodings-0.5.1-py2.py3-none-any.whl │ └── wheel-0.34.2-py2.py3-none-any.whl ├── 0x0B-ssh ├── 0-use_a_private_key ├── 1-create_ssh_key_pair ├── 100-puppet_ssh_config.pp ├── 2-ssh_config ├── Ema_This_is_the_Instractions ├── Ema_do_this ├── README.md ├── config ├── lb-01 ├── school ├── school.pub ├── web-01 └── web-02 ├── 0x0C-web_server ├── 0-transfer_file ├── 1-install_nginx_web_server ├── 2-setup_a_domain_name ├── 3-redirection ├── 4-not_found_page_404 ├── 7-puppet_install_nginx_web_server.pp └── README.md ├── 0x0D-web_stack_debugging_0 ├── 0-give_me_a_page └── README.md ├── 0x0E-web_stack_debugging_1 ├── 0-nginx_likes_port_80 ├── 1-debugging_made_short └── README.md ├── 0x0F-load_balancer ├── 0-custom_http_response_header ├── 1-install_load_balancer ├── 2-puppet_custom_http_response_header.pp ├── README.md ├── lb-01 ├── web-01 └── web-02 ├── 0x10-https_ssl ├── 0-world_wide_web ├── 1-haproxy_ssl_termination ├── 100-redirect_http_to_https ├── README.md └── commandlog ├── 0x11-what_happens_when_your_type_google_com_in_your_browser_and_press_enter ├── 0-blog_post ├── 1-what_happen_when_diagram ├── 2-contribution-to_what-happens-when_github_answer └── README.md ├── 0x12-web_stack_debugging_2 ├── 0-iamsomeoneelse ├── 1-run_nginx_as_nginx ├── 100-fix_in_7_lines_or_less └── README.md ├── 0x13-firewall ├── 0-block_all_incoming_traffic_but ├── 100-port_forwarding └── README.md ├── 0x14-mysql ├── 4-mysql_configuration_primary ├── 4-mysql_configuration_replica ├── 5-mysql_backup └── README.md ├── 0x15-api ├── 0-gather_data_from_an_API.py ├── 1-export_to_CSV.py ├── 2-export_to_JSON.py ├── 2.csv ├── 2.json ├── 3-dictionary_of_list_of_dictionaries.py ├── README.md └── todo_all_employees.json ├── 0x16-api_advanced ├── 0-main.py ├── 0-subs.py ├── 1-top_ten.py ├── 100-count.py ├── 2-recurse.py └── README.md ├── 0x17-web_stack_debugging_3 ├── 0-strace_is_your_friend.pp └── README.md ├── 0x18-webstack_monitoring └── README.md ├── 0x1A-application_server ├── 2-app_server-nginx_config ├── 3-app_server-nginx_config ├── 4-app_server-nginx_config ├── 5-app_server-nginx_config └── README.md ├── 0x1B-web_stack_debugging_4 ├── 0-the_sky_is_the_limit_not.pp ├── 1-user_limit.pp └── README.md ├── README.md ├── command_line_for_the_win ├── 0-first_9_tasks.jpg,0-first_9_tasks.png ├── 1-next_9_tasks.jpg,1-next_9_tasks.png ├── 2-next_9_tasks.jpg,2-next_9_tasks.png └── README.md ├── lb-01 ├── web-01 └── web-02 /0x00-shell_basics/0-current_working_directory: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | pwd 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/1-listit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/10-back: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd - 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/100-lets_move: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mv [[:upper:]]* /tmp/u 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/101-clean_emacs: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rm *~ 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/102-tree: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mkdir -p welcome/to/school 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/103-commas: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -xamp 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/11-lists: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -la . .. /boot 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/12-file_type: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | file /tmp/iamafile 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/13-symbolic_link: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ln -s /bin/ls __ls__ 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/14-copy_html: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cp -nu *.html .. 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/2-bring_me_home: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ~ 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/3-listfiles: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -l 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/4-listmorefiles: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -la 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/5-listfilesdigitonly: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -al 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/6-firstdirectory: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mkdir /tmp/my_first_directory 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/7-movethatfile: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mv /tmp/betty /tmp/my_first_directory 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/8-firstdelete: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rm /tmp/my_first_directory/betty 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/9-firstdirdeletion: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rmdir /tmp/my_first_directory 3 | -------------------------------------------------------------------------------- /0x00-shell_basics/README.md: -------------------------------------------------------------------------------- 1 | 0x00-shell_basics dir readme -------------------------------------------------------------------------------- /0x00-shell_basics/ls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x00-shell_basics/ls -------------------------------------------------------------------------------- /0x00-shell_basics/school.mgc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /0x01-shell_permissions/0-iam_betty: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | su betty 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/1-who_am_i: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | whoami 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/10-mirror_permissions: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod --reference=olleh hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/100-change_owner_and_group: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chown vincent:staff * 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/101-symbolic_link_permissions: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chown -h vincent:staff _hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/102-if_only: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chown --from=guillaume betty hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/103-Star_Wars: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | telnet towel.blinkenlights.nl 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/11-directories_permissions: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod -R +111 */ 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/12-directory_permissions: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | mkdir -m 751 my_dir 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/13-change_group: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chgrp school hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/2-groups: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | groups 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/3-new_owner: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chown betty hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/4-empty: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | touch hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/5-execute: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod u+x hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/6-multiple_permissions: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod ug+x,o+r hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/7-everybody: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod ugo+x hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/8-James_Bond: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod 007 hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/9-John_Doe: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | chmod 753 hello 3 | -------------------------------------------------------------------------------- /0x01-shell_permissions/README.md: -------------------------------------------------------------------------------- 1 | this is for 0x01-shell_permissions readme file -------------------------------------------------------------------------------- /0x02-shell_redirections/0-hello_world: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo 'Hello, World' 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/1-confused_smiley: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo "\"(Ôo)'" 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/10-no_more_js: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | find . -type f -name '*.js' -delete 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/100-empty_casks: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | find . -empty -printf %f'\n' 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/101-gifs: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | find . -type f -name \*.gif -printf "%f\n" | LC_ALL=C sort -f | rev | cut -b 5- | rev 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/102-acrostic: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cut -c 1 | paste -s -d '' 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/103-the_biggest_fan: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | tail -n +2 | cut -f -1 | sort -k 1 | uniq -c | sort -rnk 1 | head -n 11 | rev | cut -d ' ' -f -1 | rev 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/11-directories: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | find . -type d -path './*' -print | wc -l 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/12-newest_files: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -t | head 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/13-unique: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | sort | uniq -u 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/14-findthatword: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | grep -i "root" /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/15-countthatword: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | grep -c "bin" /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/16-whatsnext: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | grep -iA 3 "root" /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/17-hidethisword: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | grep -v "bin" /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/18-letteronly: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | grep '^[A-Za-z]' /etc/ssh/sshd_config 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/19-AZ: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | tr Ac Ze 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/2-hellofile: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cat /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/20-hiago: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | tr -d cC 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/21-reverse: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rev 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/22-users_and_homes: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cut -d':' -f1,6 /etc/passwd | sort 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/3-twofiles: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cat /etc/passwd /etc/hosts 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/4-lastlines: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | tail /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/5-firstlines: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | head /etc/passwd 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/6-third_line: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | head --lines=3 iacta | tail --lines=1 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/7-file: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo "Best School" > "\*\\\'\"Best School\"\'\\\*$\?\*\*\*\*\*:)" 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/8-cwd_state: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ls -la >> ls_cwd_content 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/9-duplicate_last_line: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | tail --lines=1 iacta >> iacta 3 | -------------------------------------------------------------------------------- /0x02-shell_redirections/README.md: -------------------------------------------------------------------------------- 1 | this is for th shell redairection -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/0-alias: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | alias ls="rm *" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/1-hello_you: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo "hello $USER" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/10-love_exponent_breath: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo $(($BREATH**$LOVE))"" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/100-decimal_to_hexadecimal: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | printf '%x\n' $DECIMAL 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/101-rot13: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | tr 'A-Za-z' 'N-ZA-Mn-za-m]' 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/102-odd: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | perl -lne 'print if $. %2==1' 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/103-water_and_stir: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | printf '%o\n' $((5#$( echo $WATER | tr water 01234) + 5#$( echo $STIR | tr stir. 01234))) | tr 01234567 bestchol 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/11-binary_to_decimal: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo $((2#$BINARY)) 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/12-combinations: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | printf "%s\n" {a..z}{a..z} | grep -v "oo" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/13-print_float: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | printf "%.2f\n" $NUM 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/2-path: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export PATH="$PATH:/action" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/3-paths: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo $PATH | tr -s ":" "\n"| wc -l 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/4-global_variables: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | printenv 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/5-local_variables: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/6-create_local_variable: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | BEST=School 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/7-create_global_variable: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export BEST=School 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/8-true_knowledge: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo $(($TRUEKNOWLEDGE+128))"" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/9-divide_and_rule: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo $(($POWER/$DIVIDE))"" 3 | -------------------------------------------------------------------------------- /0x03-shell_variables_expansions/README.md: -------------------------------------------------------------------------------- 1 | shell variable readme file -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/1-for_best_school: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # display "Best School" 10 times with echo in for loop 3 | 4 | for (( i=0; i<10; i++ )) 5 | do 6 | echo "Best School" 7 | done 8 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/100-read_and_cut: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Displays `/etc/passwd`username, user id, and user directory. 3 | 4 | while read passwd; do 5 | echo "$passwd" | cut -d ':' -f1,3,6 6 | done < "/etc/passwd" 7 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/102-lets_parse_apache_logs: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Parses Apache log files in list format line by line. 3 | # then Displays the IP and HTTP status code. 4 | 5 | awk '{print $1 " " $9}' apache-access.log 6 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/103-dig_the-data: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Parses Apache log files in list format line by line. 3 | # Groups visitors by IP and HTTP status code and display. 4 | 5 | awk '{ print $1 " " $9}' apache-access.log | sort | uniq -c | sort -rn 6 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/2-while_best_school: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # display "Best School" 10 times with echo in while loop 3 | 4 | counter=1 5 | while [ $counter -le 10 ] 6 | do 7 | echo "Best School" 8 | counter=$(( counter + 1 )) 9 | done 10 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/3-until_best_school: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # display "Best School" 10 times with echo in using until 3 | 4 | counter=0 5 | until [ $counter -gt 9 ] 6 | do 7 | echo "Best School" 8 | ((counter++)) 9 | done 10 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/4-if_9_say_hi: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # display "Best School" and print "Hi" at 9th counter 3 | 4 | counter=0 5 | while [ $counter -lt 10 ] 6 | do 7 | if [ $counter -eq 9 ] 8 | then 9 | echo "Hi" 10 | fi 11 | echo "Best School" 12 | ((counter++)) 13 | done 14 | -------------------------------------------------------------------------------- /0x04-loops_conditions_and_parsing/8-for_ls: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | #Creating a script that lists files from existin file 3 | 4 | files="$(ls)" 5 | for file in $files; 6 | do 7 | echo "$file" | cut -f 2- -d '-' 8 | done 9 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/0-what-is-my-pid: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Displays Bash script that displays its own PID. 3 | 4 | echo $$ 5 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/1-list_your_processes: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Display in a user-oriented format. 3 | # Must show all processes, for all users. 4 | # including those which might not have a TTY. 5 | 6 | ps -auxf 7 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/2-show_your_bash_pid: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Displays a list of current running processes with the bash keyword. 3 | # The third line of your script must be # shellcheck disable=SC2009 4 | 5 | ps -aux | grep bash 6 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/3-show_your_bash_pid_made_easy: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # displays the PID, along with the process name 3 | # of processes whose name contain the word bash. 4 | 5 | pgrep bash -l 6 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/4-to_infinity_and_beyond: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Displays To infinity and beyond indefinitely. 3 | # In between each iteration of the loop, add a sleep 2. 4 | 5 | while true 6 | do 7 | echo "To infinity and beyond" 8 | sleep 2 9 | done 10 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/5-dont_stop_me_now: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Write a Bash script that stops 4-to_infinity_and_beyond process. 3 | 4 | kill "$(pgrep -f 4-to_infinity_and_beyond)" 5 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/6-stop_me_if_you_can: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Write a Bash script that stops 4-to_infinity_and_beyond process. 3 | 4 | pkill -f 4-to_infinity_and_beyond 5 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/7-highlander: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # With a sleep 2 in between each iteration. 3 | # Displays I am invincible!!! when receiving a SIGTERM signal. 4 | 5 | while true 6 | do 7 | echo "To infinity and beyond" 8 | sleep 2 9 | trap 'echo "I am invincible"' SIGTERM 10 | done 11 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/8-beheaded_process: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Write a Bash script that kills the process 7-highlander. 3 | 4 | pkill -f -SIGKILL 7-highlander 5 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/manage_my_process: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Indefinitely writes "I am alive" to the file /tmp/my_process. 3 | 4 | while true 5 | do 6 | echo "I am alive!" >> /tmp/my_process 7 | sleep 2 8 | done 9 | 10 | -------------------------------------------------------------------------------- /0x05-processes_and_signals/zombie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x05-processes_and_signals/zombie -------------------------------------------------------------------------------- /0x06-regular_expressions/.README.md.swo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x06-regular_expressions/.README.md.swo -------------------------------------------------------------------------------- /0x06-regular_expressions/.README.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x06-regular_expressions/.README.md.swp -------------------------------------------------------------------------------- /0x06-regular_expressions/0-simply_match_school.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/School/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/1-repetition_token_0.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/hbt{2,5}n/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/100-textme.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/\[from:(.*?)\] \[to:(.*?)\] \[flags:(.*?)\]/).join(",") 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/2-repetition_token_1.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/hb?t?n/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/3-repetition_token_2.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/hbt+n/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/4-repetition_token_3.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/hbt*n/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/5-beginning_and_end.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/^h.n$/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/6-phone_number.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/^\d{10,10}$/).join 4 | -------------------------------------------------------------------------------- /0x06-regular_expressions/7-OMG_WHY_ARE_YOU_SHOUTING.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | puts ARGV[0].scan(/[A-Z]*/).join 4 | -------------------------------------------------------------------------------- /0x07-networking_basics/0-OSI_model: -------------------------------------------------------------------------------- 1 | 2 2 | 2 3 | -------------------------------------------------------------------------------- /0x07-networking_basics/1-types_of_network: -------------------------------------------------------------------------------- 1 | 3 2 | 2 3 | 1 4 | -------------------------------------------------------------------------------- /0x07-networking_basics/2-MAC_and_IP_address: -------------------------------------------------------------------------------- 1 | 2 2 | 1 3 | -------------------------------------------------------------------------------- /0x07-networking_basics/3-UDP_and_TCP: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 1 4 | -------------------------------------------------------------------------------- /0x07-networking_basics/4-TCP_and_UDP_ports: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Displays listening ports. From the listening sockets. 3 | # the PID and name of the program to each socket belongs. 4 | 5 | netstat -l --program 6 | -------------------------------------------------------------------------------- /0x07-networking_basics/5-is_the_host_on_the_network: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Pings an IP address as an argument 5 times and reverse it. 3 | 4 | if [ $# -eq 0 ] 5 | then 6 | echo "Usage: 5-is_the_host_on_the_network {IP_ADDRESS}" 7 | else 8 | ping -c 5 "$1" 9 | fi 10 | -------------------------------------------------------------------------------- /0x08-networking_basics_2/0-change_your_home_IP: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Updates hostfile and change localhost to 127.0.0.2 and facebook.com to 8.8.8.8 3 | 4 | cp /etc/hosts ~/hosts.new 5 | sed -i 's/127.0.0.1/127.0.0.2/' ~/hosts.new 6 | sed -i '2i8.8.8.8 facebook.com' ~/hosts.new 7 | cp -f ~/hosts.new /etc/hosts 8 | -------------------------------------------------------------------------------- /0x08-networking_basics_2/1-show_attached_IPs: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Bash script that displays all active IPv4 on the machine executed on. 3 | 4 | ifconfig | grep -Eo "inet (addr:)?([0-9]*\.){3}[0-9]*" | cut -b 11- 5 | -------------------------------------------------------------------------------- /0x08-networking_basics_2/100-port_listening_on_localhost: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Write a Bash script that listens on port 98 on localhost. 3 | # Connecting to localhost on port 98 using telnet and typing some text. 4 | 5 | nc -l 98 6 | -------------------------------------------------------------------------------- /0x09-web_infrastructure_design/0-simple_web_stack.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x09-web_infrastructure_design/0-simple_web_stack.JPG -------------------------------------------------------------------------------- /0x09-web_infrastructure_design/1-distributed_web_infrastructure.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x09-web_infrastructure_design/1-distributed_web_infrastructure.JPG -------------------------------------------------------------------------------- /0x09-web_infrastructure_design/2-secured_and_monitored_web_infrastructure.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x09-web_infrastructure_design/2-secured_and_monitored_web_infrastructure.JPG -------------------------------------------------------------------------------- /0x09-web_infrastructure_design/3-scale_up.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x09-web_infrastructure_design/3-scale_up.JPG -------------------------------------------------------------------------------- /0x0A-configuration_management/0-create_a_file.pp: -------------------------------------------------------------------------------- 1 | # create a file in /tmp 2 | 3 | file { '/tmp/school': 4 | ensure => 'present', 5 | path => '/tmp/school', 6 | mode => '0744', 7 | owner => 'www-data', 8 | group => 'www-data', 9 | content => 'I love Puppet' 10 | } 11 | -------------------------------------------------------------------------------- /0x0A-configuration_management/1-install_a_package.pp: -------------------------------------------------------------------------------- 1 | # install flask from pip3 2 | 3 | package { 'flask': 4 | ensure => '2.1.0', 5 | provider => 'pip3' 6 | } 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/2-execute_a_command.pp: -------------------------------------------------------------------------------- 1 | # Using Puppet, kills a process named killmenow 2 | 3 | exec { 'pkill': 4 | path => '/usr/bin/', 5 | command => 'pkill killmenow' 6 | } 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/bin/flask: -------------------------------------------------------------------------------- 1 | #!/root/alx-system_engineering-devops/0x0A-configuration_management/testenv/bin/python3 2 | # -*- coding: utf-8 -*- 3 | import re 4 | import sys 5 | from flask.cli import main 6 | if __name__ == '__main__': 7 | sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 | sys.exit(main()) 9 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/bin/python: -------------------------------------------------------------------------------- 1 | python3 -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/bin/python3: -------------------------------------------------------------------------------- 1 | /usr/bin/python3 -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Flask-2.1.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Flask-2.1.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.37.1) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Flask-2.1.0.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | flask = flask.cli:main 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Flask-2.1.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | flask 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Jinja2-3.1.3.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Jinja2-3.1.3.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.42.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Jinja2-3.1.3.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [babel.extractors] 2 | jinja2 = jinja2.ext:babel_extract[i18n] 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/Jinja2-3.1.3.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | jinja2 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.42.0) 3 | Root-Is-Purelib: false 4 | Tag: cp38-cp38-manylinux_2_17_x86_64 5 | Tag: cp38-cp38-manylinux2014_x86_64 6 | 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | markupsafe 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/__pycache__/easy_install.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/__pycache__/easy_install.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker-1.7.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker-1.7.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: flit 3.9.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/_saferef.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/_saferef.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/_utilities.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/_utilities.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/base.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/__pycache__/base.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/blinker/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click-8.1.7.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click-8.1.7.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.41.1) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click-8.1.7.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | click 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_termui_impl.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_termui_impl.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_textwrap.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_textwrap.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_winconsole.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/_winconsole.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/core.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/core.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/decorators.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/decorators.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/exceptions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/exceptions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/formatting.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/formatting.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/globals.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/globals.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/parser.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/parser.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/shell_completion.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/shell_completion.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/termui.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/termui.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/testing.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/testing.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/types.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/types.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/click/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/easy_install.py: -------------------------------------------------------------------------------- 1 | """Run the EasyInstall command""" 2 | 3 | if __name__ == '__main__': 4 | from setuptools.command.easy_install import main 5 | main() 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__main__.py: -------------------------------------------------------------------------------- 1 | from .cli import main 2 | 3 | main() 4 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/__main__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/__main__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/app.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/app.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/blueprints.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/blueprints.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/cli.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/cli.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/config.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/config.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/ctx.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/ctx.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/debughelpers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/debughelpers.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/globals.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/globals.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/helpers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/helpers.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/logging.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/logging.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/scaffold.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/scaffold.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/sessions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/sessions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/signals.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/signals.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/templating.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/templating.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/testing.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/testing.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/typing.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/typing.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/views.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/views.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/wrappers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/__pycache__/wrappers.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/json/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/json/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/json/__pycache__/tag.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/json/__pycache__/tag.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/flask/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata-7.1.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata-7.1.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata-7.1.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | importlib_metadata 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_adapters.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_adapters.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_collections.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_collections.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_functools.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_functools.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_itertools.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_itertools.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_meta.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_meta.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_text.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_text.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/diagnose.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/__pycache__/diagnose.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/compat/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/compat/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/py39.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/py39.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/importlib_metadata/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous-2.1.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous-2.1.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.37.1) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous-2.1.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | itsdangerous 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/_json.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/_json.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/encoding.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/encoding.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/exc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/exc.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/serializer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/serializer.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/signer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/signer.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/timed.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/timed.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/url_safe.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/__pycache__/url_safe.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/itsdangerous/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/_identifier.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/_identifier.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/async_utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/async_utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/bccache.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/bccache.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/compiler.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/compiler.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/constants.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/constants.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/debug.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/debug.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/defaults.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/defaults.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/environment.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/environment.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/exceptions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/exceptions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/ext.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/ext.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/filters.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/filters.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/idtracking.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/idtracking.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/lexer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/lexer.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/loaders.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/loaders.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/meta.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/meta.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/nativetypes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/nativetypes.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/nodes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/nodes.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/optimizer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/optimizer.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/parser.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/parser.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/runtime.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/runtime.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/sandbox.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/sandbox.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/tests.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/tests.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/visitor.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/__pycache__/visitor.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/jinja2/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/__pycache__/_native.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/__pycache__/_native.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/_speedups.cpython-38-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/_speedups.cpython-38-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/markupsafe/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip-20.0.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip-20.0.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.34.2) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip-20.0.2.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | pip = pip._internal.cli.main:main 3 | pip3 = pip._internal.cli.main:main 4 | pip3.8 = pip._internal.cli.main:main 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip-20.0.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/legacy_resolve.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/legacy_resolve.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__init__.py: -------------------------------------------------------------------------------- 1 | """Subpackage containing all of pip's command line interface related code 2 | """ 3 | 4 | # This file intentionally does not import submodules 5 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py: -------------------------------------------------------------------------------- 1 | from __future__ import absolute_import 2 | 3 | SUCCESS = 0 4 | ERROR = 1 5 | UNKNOWN_ERROR = 2 6 | VIRTUALENV_NOT_FOUND = 3 7 | PREVIOUS_BUILD_DIR_ERROR = 4 8 | NO_MATCHES_FOUND = 23 9 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/index/__init__.py: -------------------------------------------------------------------------------- 1 | """Index interaction code 2 | """ 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__init__.py: -------------------------------------------------------------------------------- 1 | """A package that contains models that represent entities. 2 | """ 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/wheel.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/wheel.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__init__.py: -------------------------------------------------------------------------------- 1 | """Contains purely network-related utilities. 2 | """ 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/download.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/download.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py: -------------------------------------------------------------------------------- 1 | """For modules related to installing packages. 2 | """ 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/marker_files.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/marker_files.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/pkg_resources.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/pkg_resources.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/METADATA: -------------------------------------------------------------------------------- 1 | Metadata-Version: 2.1 2 | Name: pkg_resources 3 | Version: 0.0.0 4 | Summary: UNKNOWN 5 | Home-page: UNKNOWN 6 | Author: UNKNOWN 7 | Author-email: UNKNOWN 8 | License: UNKNOWN 9 | Platform: UNKNOWN 10 | 11 | UNKNOWN 12 | 13 | 14 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.34.2) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.34.2) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d 2 | https://files.pythonhosted.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2 3 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | easy_install 2 | pkg_resources 3 | setuptools 4 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/errors.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/errors.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_deprecation_warning.py: -------------------------------------------------------------------------------- 1 | class SetuptoolsDeprecationWarning(Warning): 2 | """ 3 | Base class for warning deprecations in ``setuptools`` 4 | 5 | This class is not derived from ``DeprecationWarning``, and as such is 6 | visible by default. 7 | """ 8 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/cli-32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/cli-32.exe -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/cli-64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/cli-64.exe -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/cli.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/cli.exe -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/gui-32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/gui-32.exe -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/gui-64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/gui-64.exe -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/gui.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/gui.exe -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/script (dev).tmpl: -------------------------------------------------------------------------------- 1 | # EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r 2 | __requires__ = %(spec)r 3 | __import__('pkg_resources').require(%(spec)r) 4 | __file__ = %(dev_path)r 5 | with open(__file__) as f: 6 | exec(compile(f.read(), __file__, 'exec')) 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/script.tmpl: -------------------------------------------------------------------------------- 1 | # EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r 2 | __requires__ = %(spec)r 3 | __import__('pkg_resources').run_script(%(spec)r, %(script_name)r) 4 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/setuptools/version.py: -------------------------------------------------------------------------------- 1 | import pkg_resources 2 | 3 | try: 4 | __version__ = pkg_resources.get_distribution('setuptools').version 5 | except Exception: 6 | __version__ = 'unknown' 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug-3.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug-3.0.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: flit 3.9.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/_internal.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/_internal.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/_reloader.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/_reloader.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/exceptions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/exceptions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/formparser.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/formparser.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/http.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/http.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/local.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/local.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/security.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/security.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/serving.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/serving.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/test.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/test.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/testapp.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/testapp.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/user_agent.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/user_agent.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/wsgi.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/__pycache__/wsgi.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/accept.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/accept.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/auth.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/auth.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/csp.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/csp.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/etag.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/etag.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/mixins.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/mixins.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/range.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/datastructures/__pycache__/range.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/console.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/console.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/repr.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/repr.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/ICON_LICENSE.md: -------------------------------------------------------------------------------- 1 | Silk icon set 1.3 by Mark James 2 | 3 | http://www.famfamfam.com/lab/icons/silk/ 4 | 5 | License: [CC-BY-2.5](https://creativecommons.org/licenses/by/2.5/) 6 | or [CC-BY-3.0](https://creativecommons.org/licenses/by/3.0/) 7 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/console.png -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/less.png -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/debug/shared/more.png -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/lint.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/lint.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/py.typed -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/converters.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/converters.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/exceptions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/exceptions.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/map.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/map.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/matcher.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/matcher.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/rules.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/routing/__pycache__/rules.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/http.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/http.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/request.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/request.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/response.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/response.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/sansio/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__init__.py: -------------------------------------------------------------------------------- 1 | from .request import Request as Request 2 | from .response import Response as Response 3 | from .response import ResponseStream 4 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/request.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/request.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/response.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/response.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp-3.18.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp-3.18.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp-3.18.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | zipp 2 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/__pycache__/glob.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/__pycache__/glob.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/compat/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/compat/__init__.py -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/compat/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/compat/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/compat/__pycache__/py310.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/lib/python3.8/site-packages/zipp/compat/__pycache__/py310.cpython-38.pyc -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/lib64: -------------------------------------------------------------------------------- 1 | lib -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/pyvenv.cfg: -------------------------------------------------------------------------------- 1 | home = /usr/bin 2 | include-system-site-packages = false 3 | version = 3.8.10 4 | -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/CacheControl-0.12.6-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/CacheControl-0.12.6-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/appdirs-1.4.3-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/appdirs-1.4.3-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/certifi-2019.11.28-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/certifi-2019.11.28-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/chardet-3.0.4-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/chardet-3.0.4-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/colorama-0.4.3-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/colorama-0.4.3-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/contextlib2-0.6.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/contextlib2-0.6.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/distlib-0.3.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/distlib-0.3.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/distro-1.4.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/distro-1.4.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/html5lib-1.0.1-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/html5lib-1.0.1-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/idna-2.8-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/idna-2.8-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/ipaddr-2.2.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/ipaddr-2.2.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/lockfile-0.12.2-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/lockfile-0.12.2-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/msgpack-0.6.2-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/msgpack-0.6.2-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/packaging-20.3-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/packaging-20.3-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/pip-20.0.2-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/pip-20.0.2-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/progress-1.5-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/progress-1.5-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/pyparsing-2.4.6-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/pyparsing-2.4.6-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/requests-2.22.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/requests-2.22.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/retrying-1.3.3-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/retrying-1.3.3-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/setuptools-44.0.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/setuptools-44.0.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/six-1.14.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/six-1.14.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/toml-0.10.0-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/toml-0.10.0-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/webencodings-0.5.1-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/webencodings-0.5.1-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0A-configuration_management/testenv/share/python-wheels/wheel-0.34.2-py2.py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/0x0A-configuration_management/testenv/share/python-wheels/wheel-0.34.2-py2.py3-none-any.whl -------------------------------------------------------------------------------- /0x0B-ssh/0-use_a_private_key: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Bash script that uses ssh to connect to my server using the 3 | # private key ~/.ssh/school with the user ubuntu 4 | ssh ubuntu@ -i ~/.ssh/school 5 | -------------------------------------------------------------------------------- /0x0B-ssh/1-create_ssh_key_pair: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Bash script that creates a RSA key pair 3 | # Name of the created private key must be school 4 | # Number of bits in the created key to be created 4096 5 | # The created key must be protected by the passphrase betty 6 | 7 | ssh-keygen -t rsa -b 4096 -f school -P betty 8 | -------------------------------------------------------------------------------- /0x0B-ssh/100-puppet_ssh_config.pp: -------------------------------------------------------------------------------- 1 | # set up your client SSH configuration file so that you can 2 | # connect to a server without typing a password 3 | 4 | exec { 'echo': 5 | path => 'usr/bin:/bin', 6 | command => 'echo " IdentityFile ~/.ssh/school\n PasswordAuthentication no" >> /etc/ssh/ssh_config', 7 | returns => [0,1], 8 | } 9 | -------------------------------------------------------------------------------- /0x0B-ssh/lb-01: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # lb-01 login 3 | 4 | eval "$(ssh-agent)" 5 | ssh-add ~/.ssh/school 6 | 7 | ssh ubuntu@100.25.16.118 8 | -------------------------------------------------------------------------------- /0x0B-ssh/web-01: -------------------------------------------------------------------------------- 1 | 2 | #!/usr/bin/env bash 3 | # web-01 login 4 | 5 | eval "$(ssh-agent)" 6 | ssh-add ~/.ssh/school 7 | 8 | ssh ubuntu@54.158.180.95 9 | -------------------------------------------------------------------------------- /0x0B-ssh/web-02: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # web-02 login 3 | 4 | eval "$(ssh-agent)" 5 | ssh-add ~/.ssh/school 6 | 7 | ssh ubuntu@100.26.10.90 8 | -------------------------------------------------------------------------------- /0x0C-web_server/2-setup_a_domain_name: -------------------------------------------------------------------------------- 1 | ema2tel.tech 2 | -------------------------------------------------------------------------------- /0x0D-web_stack_debugging_0/0-give_me_a_page: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # fixes an apache server in a container 3 | 4 | service apache2 start 5 | -------------------------------------------------------------------------------- /0x0E-web_stack_debugging_1/0-nginx_likes_port_80: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # script to link sites-enabled to sites-available and restart nginx 3 | 4 | sudo rm /etc/nginx/sites-enabled/default 5 | ln -s /etc/nginx/sites-available/default /etc/nginx/sites-enabled/default 6 | sudo service nginx start 7 | -------------------------------------------------------------------------------- /0x0E-web_stack_debugging_1/1-debugging_made_short: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # script to link sites-enabled to sites-available and start nginx without running status 3 | ln -sf /etc/nginx/sites-available/default /etc/nginx/sites-enabled/default 4 | sudo service nginx start 5 | rm /run/nginx.pid 6 | -------------------------------------------------------------------------------- /0x0F-load_balancer/lb-01: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # lb-01 login 3 | 4 | eval "$(ssh-agent)" 5 | ssh-add ~/.ssh/school 6 | 7 | ssh ubuntu@100.25.16.118 8 | -------------------------------------------------------------------------------- /0x0F-load_balancer/web-01: -------------------------------------------------------------------------------- 1 | 2 | #!/usr/bin/env bash 3 | # web-01 login 4 | 5 | eval "$(ssh-agent)" 6 | ssh-add ~/.ssh/school 7 | 8 | ssh ubuntu@54.158.180.95 9 | -------------------------------------------------------------------------------- /0x0F-load_balancer/web-02: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # web-02 login 3 | 4 | eval "$(ssh-agent)" 5 | ssh-add ~/.ssh/school 6 | 7 | ssh ubuntu@100.26.10.90 8 | -------------------------------------------------------------------------------- /0x11-what_happens_when_your_type_google_com_in_your_browser_and_press_enter/0-blog_post: -------------------------------------------------------------------------------- 1 | https://medium.com/@amankflom23/what-happens-when-you-type-google-com-in-your-browser-and-press-enter-28b1a2d2ccba 2 | -------------------------------------------------------------------------------- /0x11-what_happens_when_your_type_google_com_in_your_browser_and_press_enter/1-what_happen_when_diagram: -------------------------------------------------------------------------------- 1 | https://drive.google.com/file/d/1ffUqw1SsEmH8NBej_v4gKbkH5Xs1_0Sd/view?usp=sharing 2 | -------------------------------------------------------------------------------- /0x11-what_happens_when_your_type_google_com_in_your_browser_and_press_enter/2-contribution-to_what-happens-when_github_answer: -------------------------------------------------------------------------------- 1 | 2-contribution-to_what-happens-when_github_answer 2 | -------------------------------------------------------------------------------- /0x12-web_stack_debugging_2/0-iamsomeoneelse: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Runs the whoami command under the user passed as argument. 3 | sudo -u "$1" whoami 4 | -------------------------------------------------------------------------------- /0x14-mysql/5-mysql_backup: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # generates a MySQL dump and creates a compressed archive out of it. 3 | date=$(date +'%d-%m-%y.') 4 | mysqldump --all-databases -uroot -p"$1" > backup.sql 5 | tar -cvzf "$date.tar.gz" backup.sql 6 | -------------------------------------------------------------------------------- /0x1B-web_stack_debugging_4/1-user_limit.pp: -------------------------------------------------------------------------------- 1 | # Change the OS configuration so that it is possible to login with the 2 | # holberton user and open a file without any error message. 3 | 4 | exec {'OS security config': 5 | command => 'sed -i "s/holberton/foo/" /etc/security/limits.conf', 6 | path => '/usr/bin/env/:/bin/:/usr/bin/:/usr/sbin/' 7 | } 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 0x00-shell_basics directory readme -------------------------------------------------------------------------------- /command_line_for_the_win/0-first_9_tasks.jpg,0-first_9_tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/command_line_for_the_win/0-first_9_tasks.jpg,0-first_9_tasks.png -------------------------------------------------------------------------------- /command_line_for_the_win/1-next_9_tasks.jpg,1-next_9_tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/command_line_for_the_win/1-next_9_tasks.jpg,1-next_9_tasks.png -------------------------------------------------------------------------------- /command_line_for_the_win/2-next_9_tasks.jpg,2-next_9_tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emakiflom/alx-system_engineering-devops/96cf21a3fb15c71ffa25154e837b0e2143bbab82/command_line_for_the_win/2-next_9_tasks.jpg,2-next_9_tasks.png -------------------------------------------------------------------------------- /lb-01: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # lb-01 login 3 | 4 | eval "$(ssh-agent)" 5 | ssh-add ~/.ssh/school 6 | 7 | ssh ubuntu@100.25.16.118 8 | -------------------------------------------------------------------------------- /web-01: -------------------------------------------------------------------------------- 1 | 2 | #!/usr/bin/env bash 3 | # web-01 login 4 | 5 | eval "$(ssh-agent)" 6 | ssh-add ~/.ssh/school 7 | 8 | ssh ubuntu@54.158.180.95 9 | -------------------------------------------------------------------------------- /web-02: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # web-02 login 3 | 4 | eval "$(ssh-agent)" 5 | ssh-add ~/.ssh/school 6 | 7 | ssh ubuntu@100.26.10.90 8 | --------------------------------------------------------------------------------