[Livelessons] Linux Under the Hood Formation en Anglais MP4

seeders: 3
leechers: 0
Added 8 years ago by Ismailakira in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

[Livelessons] Linux Under the Hood Formation en Anglais MP4 (Size: 35.65 GB)
  00001 Linux_Under_the_Hood_-_Introduction.mp4 168.41 MB
  00002 Learning_objectives.mp4 44.6 MB
  00003 1.1_Understanding_the_stack.mp4 417.34 MB
  00004 1.2_Understanding_the_role_of_the_kernel.mp4 436.87 MB
  00005 1.3_Understanding_drivers_kernel_modules_and_device_files.mp4 469.81 MB
  00006 1.4_Understanding_glibc.mp4 221.77 MB
  00007 1.5_Understanding_the_Linux_shell.mp4 221.78 MB
  00008 1.6_Understanding_file_descriptors.mp4 200.59 MB
  00009 Learning_objectives.mp4 65.67 MB
  00010 2.1_Understanding_C_programs_-_From_source_code_to_binary.mp4 410.95 MB
  00011 2.2_Understanding_the_role_of_git.mp4 130.58 MB
  00012 2.3_Do_you_need_to_know_how_to_read_C.mp4 278.48 MB
  00013 2.4_Understanding_compilers_and_Makefiles.mp4 530.91 MB
  00014 2.5_Understanding_the_need_for_libraries.mp4 449.33 MB
  00015 2.6_Reading_bash_and_other_scripts.mp4 312.69 MB
  00016 Learning_objectives.mp4 58.35 MB
  00017 3.1_Explaining_what_is_involved_-_opening_a_file_for_read.mp4 44.76 MB
  00018 3.2_Understanding_system_calls.mp4 188.72 MB
  00019 3.3_Reading_about_system_calls_in_man.mp4 175.62 MB
  00020 3.4_Understanding_library_calls.mp4 100.58 MB
  00021 3.5_Understanding_the_strict_separation_between_user_and_kernel_land.mp4 438.85 MB
  00022 3.6_Using_strace_and_ltrace.mp4 293.96 MB
  00023 3.7_Understanding_signals.mp4 128.56 MB
  00024 Learning_objectives.mp4 49.49 MB
  00025 4.1_Generic_overview_of_the_boot_procedure_from_BIOS_to_shell.mp4 237.27 MB
  00026 4.2_The_first_step_-_UEFI_or_BIOS.mp4 590.89 MB
  00027 4.3_The_next_step_-_GRUB_GRUB2_LILO_syslinux_or_something_else.mp4 450.36 MB
  00028 4.4_Configuring_GRUB2.mp4 820.11 MB
  00029 4.5_Understanding_and_modifying_initramfs.mp4 693.91 MB
  00030 4.6_Understanding_init_upstart_systemd.mp4 670.87 MB
  00031 4.7_Understanding_systemd_and_rsyslog_logging.mp4 583.47 MB
  00032 4.8_Understanding_systemd_unit_files.mp4 312.23 MB
  00033 4.9_Understanding_systemd_targets.mp4 490.42 MB
  00034 4.10_Demo_-_Creating_a_.service_unit_file.mp4 162.63 MB
  00035 4.11_Using_systemd_sockets.mp4 164.57 MB
  00036 4.12_Analyzing_systemd_performance.mp4 122.31 MB
  00037 Learning_objectives.mp4 77.72 MB
  00038 5.1_Understanding_Linux_storage.mp4 205.12 MB
  00039 5.2_Understanding_partitions_-_MBR_or_GPTand_creating_partitions.mp4 331.56 MB
  00040 5.3_Understanding_flexible_storage_-_LVM.mp4 306.43 MB
  00041 5.4_Creating_LVM_logical_volumes.mp4 621.71 MB
  00042 5.5_Understanding_device_mapper.mp4 266.95 MB
  00043 5.6_Creating_device_mapper_storage_with_dmsetup.mp4 188.37 MB
  00044 5.7_Understanding_filesystems_and_the_VFS.mp4 159.27 MB
  00045 5.8_About_POSIX_and_non-POSIX_file_systems.mp4 657.93 MB
  00046 5.9_Intro_to_btrfs.mp4 559.64 MB
  00047 5.10_Understanding_inode_and_block_allocation.mp4 390.32 MB
  00048 5.11_Understanding_FUSE_file_systems.mp4 282.71 MB
  00049 5.12_Understanding_iSCSI_storage.mp4 236.9 MB
  00050 5.13_Configuring_iSCSI_storage.mp4 554.5 MB
  00051 5.14_Understanding_working_with_flash_media.mp4 138.19 MB
  00052 Learning_objectives.mp4 48.2 MB
  00053 6.1_Understanding_and_monitoring_Linux_memory_allocation.mp4 635.07 MB
  00054 6.2_Understanding_and_monitoring_page_cache.mp4 367.32 MB
  00055 6.3_Understanding_active_and_inactive_memory.mp4 623.52 MB
  00056 6.4_Understanding_the_need_to_swap.mp4 295.23 MB
  00057 6.5_Configuring_and_monitoring_swap_space.mp4 201.87 MB
  00058 6.6_Managing_dirty_memory.mp4 215.22 MB
  00059 6.7_Understanding_cache_usage.mp4 115.94 MB
  00060 6.8_Understanding_memory_leaks.mp4 104.1 MB
  00061 Learning_objectives.mp4 89.13 MB
  00062 7.1_Understanding_how_a_process_is_created.mp4 97.58 MB
  00063 7.2_Understanding_processes_and_threads.mp4 391.26 MB
  00064 7.3_Killing_a_zombie.mp4 235.85 MB
  00065 7.4_Understanding_priorities_schedulers_and_nice_values.mp4 528.85 MB
  00066 7.5_Understanding_inter-process_communication_sockets_and_pipes.mp4 353.9 MB
  00067 7.6_Understanding_the_D-Bus_message_interface.mp4 164.49 MB
  00068 7.7_Monitoring_processes_through_proc.mp4 251.21 MB
  00069 Learning_objectives.mp4 58.1 MB
  00070 8.1_Understanding_DAC.mp4 99.61 MB
  00071 8.2_Understanding_owner-based_permissions_and_file_modes.mp4 737.09 MB
  00072 8.3_Understanding_capabilities.mp4 204.91 MB
  00073 8.4_The_need_for_MAC.mp4 208.23 MB
  00074 8.5_MAC_solutions_overview.mp4 91.21 MB
  00075 8.6_Configuring_SELinux_file_access.mp4 487.14 MB
  00076 8.7_Configuring_SELinux_port_access.mp4 105.44 MB
  00077 8.8_Monitoring_SELinux.mp4 826.04 MB
  00078 8.9_Handling_SELinux_exceptions.mp4 415.25 MB
  00079 Learning_objectives.mp4 47.25 MB
  00080 9.1_Understanding_Linux_kernel_device_interfaces.mp4 478.9 MB
  00081 9.2_Monitoring_hardware_availability.mp4 378.04 MB
  00082 9.3_Getting_hardware_information_from_sysfs.mp4 322.55 MB
  00083 9.4_Understanding_udev.mp4 441.85 MB
  00084 9.5_Applying_udev_rules.mp4 184.05 MB
  00085 Learning_objectives.mp4 49.53 MB
  00086 10.1_Building_your_own_kernel.mp4 549.49 MB
  00087 10.2_Managing_kernel_modules.mp4 515.17 MB
  00088 10.3_Understanding_proc.mp4 754.14 MB
  00089 10.4_Using_sysctl.mp4 408.2 MB
  00090 Learning_objectives.mp4 97.42 MB
  00091 11.1_Understanding_Linux_network_device_names.mp4 175.46 MB
  00092 11.2_Understanding_the_OSI_model.mp4 243.34 MB
  00093 11.3_Transforming_data_into_packets.mp4 374 MB
  00094 11.4_Understanding_IP.mp4 356.02 MB
  00095 11.5_Choosing_the_right_protocol.mp4 157.32 MB
  00096 11.6_Reading_packet_headers.mp4 723.77 MB
  00097 11.7_Understanding_network_buffers.mp4 320.05 MB
  00098 11.8_Optimizing_data_flow.mp4 143.58 MB
  00099 11.9_Understanding_network_configuration_management.mp4 573.79 MB
  00100 11.10_Understanding_network_link_aggregation.mp4 287.97 MB
  00101 11.11_Using_netcat.mp4 122.81 MB
  00102 Learning_objectives.mp4 48.9 MB
  00103 12.1_Defining_the_problem.mp4 146.72 MB
  00104 12.2_Understanding_current_performance.mp4 1.2 GB
  00105 12.3_Tracing_and_profiling_application_behavior.mp4 263.69 MB
  00106 12.4_Manipulating_process_scheduling.mp4 198.66 MB
  00107 12.5_Analyzing_and_optimizing_memory_issues.mp4 257.47 MB
  00108 12.6_Analyzing_and_optimizing_I_O_issues.mp4 434.32 MB
  00109 12.7_Analyzing_and_optimizing_network_issues.mp4 204.99 MB
  00110 12.8_Using_cgroups_in_systemd.mp4 556.16 MB
  00111 Learning_objectives.mp4 70.84 MB
  00112 13.1_Understanding_containers.mp4 147.57 MB
  00113 13.2_Working_with_Docker_containers.mp4 529.01 MB
  00114 13.3_Understanding_object_storage.mp4 360.33 MB
  00115 13.4_Using_the_cloud_as_an_operating_system_replacement.mp4 237.05 MB
  00116 Linux_Under_the_Hood_-_Summary.mp4 53.85 MB
  ▲ 116 total files

Description


linux-under-the-hood-video-course.png?

Niveau de formation :
Débutant jusqu'à Intermédiaire 
Auteur : Sander Van Vugt
Éditeur : Pearson IT Education
Nombre de fichiers :116
Formats : MP4
Rés: 1280 x 720
Date de parution : 2017
Taille : 35.6 Go

Plus de 9 heures d'instruction vidéo

Apprenez tout sur les internes de Linux et comment Linux fonctionne vraiment.

Linux Under the Hood est un projet vidéo unique qui se concentre sur les
composants internes de Linux, afin que vous puissiez tirer le meilleur
parti du système d'exploitation Linux. Bien que la plupart des livres et des vidéos sur Linux expliquent comment
accomplir des tâches sous Linux, ce cours vidéo va au-delà du comment et
de la plongée dans le pourquoi. Ainsi, au lieu d'apprendre à utiliser les commandes et à configurer les
services, vous examinerez ce qui se passe dans Linux lorsque vous
effectuez des tâches. Nous allons approfondir le système d'exploitation Linux d'une manière
compréhensible pour tous ceux qui ont déjà travaillé un peu avec Linux. Il n'y a pas besoin d'être un expert ou d'avoir un background en langage de programmation C; la seule chose qui est requise est un peu d'expérience avec le système
d'exploitation Linux et un désir d'apprendre vraiment le comprendre.

Ce cours offre 13 leçons qui couvrent tout ce que le public a besoin de savoir pour comprendre comment fonctionne Linux. L'approche de ce cours vidéo met l'accent sur l'enseignement de concepts réels. Une quantité minimale de diapositives sera utilisée, la plupart des vidéos
plongeant dans les composants internes et les concepts de Linux en
utilisant des explications de tableau blanc et des screencasts en ligne
de commande.

Les leçons vidéo couvrent les sujets suivants:



  1. How Linux is organized
  1. About C code, scripts and compiled programs
  2. Understanding Linux commands and how they work
  3. Understanding the Linux boot procedure
  4. Understanding Linux storage
  5. Understanding memory management
  6. Understanding processes
  7. Security
  8. Hardware initialization
  9. Looking closer at the kernel
  10. Understanding networking
  11. Performance optimization
  12. The future of Linux

Related Torrents

torrent name size uploader age seed leech
1
0
0
1