├── 00.硬件BIOS配置.md ├── 01.PVE系统安装.md ├── 02.PVE初始化配置.md ├── 03.PVE系统调整.md ├── 04.PVE创建模板虚拟机.md ├── 05.PVE制作虚拟机模板.md ├── 06.PVE制作DNS服务器.md ├── 07.PVE制作TS服务器.md ├── 08.PVE自动备份虚拟机.md ├── LICENSE ├── README.md ├── img ├── p00 │ ├── bios_boot_order.jpeg │ ├── bios_c_states.jpeg │ ├── bios_cpu.jpeg │ ├── bios_cpu_vmx.jpeg │ ├── bios_fast_boot.jpeg │ ├── bios_hardware_ac.jpeg │ ├── bios_hardware_monitor.jpeg │ ├── bios_pch.jpeg │ ├── bios_power.jpeg │ ├── bios_power_control.jpeg │ ├── bios_save.jpeg │ ├── bios_save_yeahhhh.jpeg │ ├── bios_smart_fan.jpeg │ ├── bios_smart_fan_config.jpeg │ ├── bios_turbo_max.jpeg │ └── bios_turbo_options.jpeg ├── p01 │ ├── pve_download_iso.jpeg │ ├── pve_email.jpeg │ ├── pve_etcher.jpeg │ ├── pve_eth.jpeg │ ├── pve_eula.jpeg │ ├── pve_first_boot.jpeg │ ├── pve_hd_choose.jpeg │ ├── pve_hd_fs.jpeg │ ├── pve_install_confirm.jpeg │ ├── pve_install_finish.jpeg │ ├── pve_ip.jpeg │ ├── pve_mobaxterm.png │ ├── pve_option.jpeg │ ├── pve_rufus.jpeg │ ├── pve_sys_info.jpeg │ ├── pve_termius.jpeg │ ├── pve_timezone.jpeg │ ├── pve_ventoy.jpeg │ ├── pve_ventoy_boot.jpeg │ ├── pve_ventoy_boot_mode.jpeg │ └── pve_win_terminal.png ├── p02 │ ├── pve_add_ipv6_dns.jpeg │ ├── pve_br_create.jpeg │ ├── pve_br_last_phyport.jpeg │ ├── pve_br_last_phyport_ipv6.jpeg │ ├── pve_br_nophyport.jpeg │ ├── pve_br_phyport.jpeg │ ├── pve_modify_vmbr0.jpeg │ ├── pve_net_default.jpeg │ ├── pve_net_preview.jpeg │ └── pve_net_schematization.jpeg ├── p04 │ ├── download_generic_image_qcow2.jpeg │ ├── vm_boot.jpeg │ ├── vm_ci_details.jpeg │ ├── vm_ci_dns.jpeg │ ├── vm_ci_dns_ula.jpeg │ ├── vm_ci_network_slaac.jpeg │ ├── vm_ci_network_static.jpeg │ ├── vm_cloudinit.jpeg │ ├── vm_confirm.jpeg │ ├── vm_cpu.jpeg │ ├── vm_delete_cd.jpeg │ ├── vm_enable_hd.jpeg │ ├── vm_hardware_all.jpeg │ ├── vm_hd.jpeg │ ├── vm_hd_resize.jpeg │ ├── vm_hd_scale_up.jpeg │ ├── vm_id.jpeg │ ├── vm_mem.jpeg │ ├── vm_network_port.jpeg │ ├── vm_network_queue.jpeg │ ├── vm_notes.jpeg │ ├── vm_os.jpeg │ ├── vm_rng.jpeg │ ├── vm_rng_details.jpeg │ ├── vm_system.jpeg │ ├── vm_tablet.jpeg │ └── vm_unused_hd.jpeg ├── p05 │ ├── os_login.jpeg │ └── vm_to_template.jpeg ├── p06 │ ├── vm_clone.jpeg │ ├── vm_clone_autostart.jpeg │ ├── vm_clone_autostart_order.jpeg │ ├── vm_clone_ci_slaac.jpeg │ ├── vm_clone_ci_static.jpeg │ └── vm_clone_vmid.jpeg └── p08 │ ├── vm_job_advanced.jpeg │ ├── vm_job_email.jpeg │ ├── vm_job_keep.jpeg │ ├── vm_job_normal.jpeg │ ├── vm_job_notes.jpeg │ ├── vm_job_time.jpeg │ ├── vm_job_time_test.jpeg │ └── vm_new_backup_job.jpeg └── src ├── debian ├── debian_dns_20auto_upgrades.conf ├── debian_dns_50unattended_upgrades.conf ├── debian_dns_99_sysctl.conf ├── debian_dns_dnsmasq.conf ├── debian_dns_dnsmasq_cron.conf ├── debian_dns_smartdns.conf ├── debian_dns_smartdns_cron.conf ├── debian_dns_smartdns_plugin.conf ├── debian_sources.conf ├── debian_ts_20auto_upgrades.conf ├── debian_ts_50unattended_upgrades.conf ├── debian_ts_99_sysctl.conf ├── debian_ts_dnsmasq.conf ├── debian_ts_nftables.conf └── debian_ts_server_modules.conf └── pve ├── pve_20auto_upgrades.conf ├── pve_50unattended_upgrades.conf ├── pve_apt_daily_upgrade.conf ├── pve_cpufrequtils.conf ├── pve_cpupower.conf └── pve_cpupower_service.conf /00.硬件BIOS配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/00.硬件BIOS配置.md -------------------------------------------------------------------------------- /01.PVE系统安装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/01.PVE系统安装.md -------------------------------------------------------------------------------- /02.PVE初始化配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/02.PVE初始化配置.md -------------------------------------------------------------------------------- /03.PVE系统调整.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/03.PVE系统调整.md -------------------------------------------------------------------------------- /04.PVE创建模板虚拟机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/04.PVE创建模板虚拟机.md -------------------------------------------------------------------------------- /05.PVE制作虚拟机模板.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/05.PVE制作虚拟机模板.md -------------------------------------------------------------------------------- /06.PVE制作DNS服务器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/06.PVE制作DNS服务器.md -------------------------------------------------------------------------------- /07.PVE制作TS服务器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/07.PVE制作TS服务器.md -------------------------------------------------------------------------------- /08.PVE自动备份虚拟机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/08.PVE自动备份虚拟机.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/README.md -------------------------------------------------------------------------------- /img/p00/bios_boot_order.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_boot_order.jpeg -------------------------------------------------------------------------------- /img/p00/bios_c_states.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_c_states.jpeg -------------------------------------------------------------------------------- /img/p00/bios_cpu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_cpu.jpeg -------------------------------------------------------------------------------- /img/p00/bios_cpu_vmx.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_cpu_vmx.jpeg -------------------------------------------------------------------------------- /img/p00/bios_fast_boot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_fast_boot.jpeg -------------------------------------------------------------------------------- /img/p00/bios_hardware_ac.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_hardware_ac.jpeg -------------------------------------------------------------------------------- /img/p00/bios_hardware_monitor.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_hardware_monitor.jpeg -------------------------------------------------------------------------------- /img/p00/bios_pch.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_pch.jpeg -------------------------------------------------------------------------------- /img/p00/bios_power.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_power.jpeg -------------------------------------------------------------------------------- /img/p00/bios_power_control.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_power_control.jpeg -------------------------------------------------------------------------------- /img/p00/bios_save.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_save.jpeg -------------------------------------------------------------------------------- /img/p00/bios_save_yeahhhh.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_save_yeahhhh.jpeg -------------------------------------------------------------------------------- /img/p00/bios_smart_fan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_smart_fan.jpeg -------------------------------------------------------------------------------- /img/p00/bios_smart_fan_config.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_smart_fan_config.jpeg -------------------------------------------------------------------------------- /img/p00/bios_turbo_max.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_turbo_max.jpeg -------------------------------------------------------------------------------- /img/p00/bios_turbo_options.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p00/bios_turbo_options.jpeg -------------------------------------------------------------------------------- /img/p01/pve_download_iso.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_download_iso.jpeg -------------------------------------------------------------------------------- /img/p01/pve_email.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_email.jpeg -------------------------------------------------------------------------------- /img/p01/pve_etcher.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_etcher.jpeg -------------------------------------------------------------------------------- /img/p01/pve_eth.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_eth.jpeg -------------------------------------------------------------------------------- /img/p01/pve_eula.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_eula.jpeg -------------------------------------------------------------------------------- /img/p01/pve_first_boot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_first_boot.jpeg -------------------------------------------------------------------------------- /img/p01/pve_hd_choose.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_hd_choose.jpeg -------------------------------------------------------------------------------- /img/p01/pve_hd_fs.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_hd_fs.jpeg -------------------------------------------------------------------------------- /img/p01/pve_install_confirm.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_install_confirm.jpeg -------------------------------------------------------------------------------- /img/p01/pve_install_finish.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_install_finish.jpeg -------------------------------------------------------------------------------- /img/p01/pve_ip.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_ip.jpeg -------------------------------------------------------------------------------- /img/p01/pve_mobaxterm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_mobaxterm.png -------------------------------------------------------------------------------- /img/p01/pve_option.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_option.jpeg -------------------------------------------------------------------------------- /img/p01/pve_rufus.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_rufus.jpeg -------------------------------------------------------------------------------- /img/p01/pve_sys_info.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_sys_info.jpeg -------------------------------------------------------------------------------- /img/p01/pve_termius.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_termius.jpeg -------------------------------------------------------------------------------- /img/p01/pve_timezone.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_timezone.jpeg -------------------------------------------------------------------------------- /img/p01/pve_ventoy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_ventoy.jpeg -------------------------------------------------------------------------------- /img/p01/pve_ventoy_boot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_ventoy_boot.jpeg -------------------------------------------------------------------------------- /img/p01/pve_ventoy_boot_mode.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_ventoy_boot_mode.jpeg -------------------------------------------------------------------------------- /img/p01/pve_win_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p01/pve_win_terminal.png -------------------------------------------------------------------------------- /img/p02/pve_add_ipv6_dns.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_add_ipv6_dns.jpeg -------------------------------------------------------------------------------- /img/p02/pve_br_create.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_br_create.jpeg -------------------------------------------------------------------------------- /img/p02/pve_br_last_phyport.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_br_last_phyport.jpeg -------------------------------------------------------------------------------- /img/p02/pve_br_last_phyport_ipv6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_br_last_phyport_ipv6.jpeg -------------------------------------------------------------------------------- /img/p02/pve_br_nophyport.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_br_nophyport.jpeg -------------------------------------------------------------------------------- /img/p02/pve_br_phyport.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_br_phyport.jpeg -------------------------------------------------------------------------------- /img/p02/pve_modify_vmbr0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_modify_vmbr0.jpeg -------------------------------------------------------------------------------- /img/p02/pve_net_default.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_net_default.jpeg -------------------------------------------------------------------------------- /img/p02/pve_net_preview.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_net_preview.jpeg -------------------------------------------------------------------------------- /img/p02/pve_net_schematization.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p02/pve_net_schematization.jpeg -------------------------------------------------------------------------------- /img/p04/download_generic_image_qcow2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/download_generic_image_qcow2.jpeg -------------------------------------------------------------------------------- /img/p04/vm_boot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_boot.jpeg -------------------------------------------------------------------------------- /img/p04/vm_ci_details.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_ci_details.jpeg -------------------------------------------------------------------------------- /img/p04/vm_ci_dns.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_ci_dns.jpeg -------------------------------------------------------------------------------- /img/p04/vm_ci_dns_ula.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_ci_dns_ula.jpeg -------------------------------------------------------------------------------- /img/p04/vm_ci_network_slaac.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_ci_network_slaac.jpeg -------------------------------------------------------------------------------- /img/p04/vm_ci_network_static.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_ci_network_static.jpeg -------------------------------------------------------------------------------- /img/p04/vm_cloudinit.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_cloudinit.jpeg -------------------------------------------------------------------------------- /img/p04/vm_confirm.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_confirm.jpeg -------------------------------------------------------------------------------- /img/p04/vm_cpu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_cpu.jpeg -------------------------------------------------------------------------------- /img/p04/vm_delete_cd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_delete_cd.jpeg -------------------------------------------------------------------------------- /img/p04/vm_enable_hd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_enable_hd.jpeg -------------------------------------------------------------------------------- /img/p04/vm_hardware_all.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_hardware_all.jpeg -------------------------------------------------------------------------------- /img/p04/vm_hd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_hd.jpeg -------------------------------------------------------------------------------- /img/p04/vm_hd_resize.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_hd_resize.jpeg -------------------------------------------------------------------------------- /img/p04/vm_hd_scale_up.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_hd_scale_up.jpeg -------------------------------------------------------------------------------- /img/p04/vm_id.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_id.jpeg -------------------------------------------------------------------------------- /img/p04/vm_mem.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_mem.jpeg -------------------------------------------------------------------------------- /img/p04/vm_network_port.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_network_port.jpeg -------------------------------------------------------------------------------- /img/p04/vm_network_queue.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_network_queue.jpeg -------------------------------------------------------------------------------- /img/p04/vm_notes.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_notes.jpeg -------------------------------------------------------------------------------- /img/p04/vm_os.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_os.jpeg -------------------------------------------------------------------------------- /img/p04/vm_rng.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_rng.jpeg -------------------------------------------------------------------------------- /img/p04/vm_rng_details.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_rng_details.jpeg -------------------------------------------------------------------------------- /img/p04/vm_system.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_system.jpeg -------------------------------------------------------------------------------- /img/p04/vm_tablet.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_tablet.jpeg -------------------------------------------------------------------------------- /img/p04/vm_unused_hd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p04/vm_unused_hd.jpeg -------------------------------------------------------------------------------- /img/p05/os_login.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p05/os_login.jpeg -------------------------------------------------------------------------------- /img/p05/vm_to_template.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p05/vm_to_template.jpeg -------------------------------------------------------------------------------- /img/p06/vm_clone.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p06/vm_clone.jpeg -------------------------------------------------------------------------------- /img/p06/vm_clone_autostart.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p06/vm_clone_autostart.jpeg -------------------------------------------------------------------------------- /img/p06/vm_clone_autostart_order.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p06/vm_clone_autostart_order.jpeg -------------------------------------------------------------------------------- /img/p06/vm_clone_ci_slaac.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p06/vm_clone_ci_slaac.jpeg -------------------------------------------------------------------------------- /img/p06/vm_clone_ci_static.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p06/vm_clone_ci_static.jpeg -------------------------------------------------------------------------------- /img/p06/vm_clone_vmid.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p06/vm_clone_vmid.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_advanced.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_advanced.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_email.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_email.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_keep.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_keep.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_normal.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_normal.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_notes.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_notes.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_time.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_time.jpeg -------------------------------------------------------------------------------- /img/p08/vm_job_time_test.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_job_time_test.jpeg -------------------------------------------------------------------------------- /img/p08/vm_new_backup_job.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/img/p08/vm_new_backup_job.jpeg -------------------------------------------------------------------------------- /src/debian/debian_dns_20auto_upgrades.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_20auto_upgrades.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_50unattended_upgrades.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_50unattended_upgrades.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_99_sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_99_sysctl.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_dnsmasq.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_dnsmasq_cron.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_dnsmasq_cron.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_smartdns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_smartdns.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_smartdns_cron.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_smartdns_cron.conf -------------------------------------------------------------------------------- /src/debian/debian_dns_smartdns_plugin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_dns_smartdns_plugin.conf -------------------------------------------------------------------------------- /src/debian/debian_sources.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_sources.conf -------------------------------------------------------------------------------- /src/debian/debian_ts_20auto_upgrades.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_ts_20auto_upgrades.conf -------------------------------------------------------------------------------- /src/debian/debian_ts_50unattended_upgrades.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_ts_50unattended_upgrades.conf -------------------------------------------------------------------------------- /src/debian/debian_ts_99_sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_ts_99_sysctl.conf -------------------------------------------------------------------------------- /src/debian/debian_ts_dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_ts_dnsmasq.conf -------------------------------------------------------------------------------- /src/debian/debian_ts_nftables.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_ts_nftables.conf -------------------------------------------------------------------------------- /src/debian/debian_ts_server_modules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/debian/debian_ts_server_modules.conf -------------------------------------------------------------------------------- /src/pve/pve_20auto_upgrades.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/pve/pve_20auto_upgrades.conf -------------------------------------------------------------------------------- /src/pve/pve_50unattended_upgrades.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/pve/pve_50unattended_upgrades.conf -------------------------------------------------------------------------------- /src/pve/pve_apt_daily_upgrade.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/pve/pve_apt_daily_upgrade.conf -------------------------------------------------------------------------------- /src/pve/pve_cpufrequtils.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/pve/pve_cpufrequtils.conf -------------------------------------------------------------------------------- /src/pve/pve_cpupower.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/pve/pve_cpupower.conf -------------------------------------------------------------------------------- /src/pve/pve_cpupower_service.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CallMeR/pve_configuration_notes/HEAD/src/pve/pve_cpupower_service.conf --------------------------------------------------------------------------------