├── .github └── workflows │ └── mkdocs.yml ├── .gitignore ├── README.md ├── docs ├── about │ ├── contributing │ │ ├── about.md │ │ ├── base-01.md │ │ ├── base-02.md │ │ ├── images │ │ │ └── icon-themes.png │ │ └── index.md │ ├── index.md │ ├── license │ │ ├── deed.md │ │ ├── index.md │ │ └── legalcode.md │ └── words-from-contributor.md ├── advanced │ ├── re-entry │ │ ├── disk-and-fs.md │ │ ├── distro.md │ │ ├── extend.md │ │ ├── index.md │ │ └── repo-and-mirror.md │ ├── shell │ │ ├── assets │ │ │ ├── file-system.png │ │ │ ├── htop.png │ │ │ ├── nano_editor.png │ │ │ └── top.png │ │ ├── base1.md │ │ ├── base2.md │ │ ├── base3.md │ │ ├── base4.md │ │ ├── base5.md │ │ └── index.md │ └── system-admin │ │ ├── firewall.md │ │ ├── images │ │ ├── Nvidia-driver-list.png │ │ └── proxy-network.png │ │ ├── index.md │ │ ├── nvidia-driver.md │ │ ├── package-manager.md │ │ ├── setup-proxy.md │ │ ├── systemctl.md │ │ └── update-sys.md ├── entry │ ├── desktop │ │ ├── apps-gui.md │ │ ├── assets │ │ │ └── Plasma-launcher.png │ │ └── general.md │ ├── installation │ │ ├── assets │ │ │ ├── Kubuntu │ │ │ │ ├── completed.png │ │ │ │ ├── efi.png │ │ │ │ ├── gpt.png │ │ │ │ ├── grub.png │ │ │ │ ├── keyboard.png │ │ │ │ ├── location&time.png │ │ │ │ ├── online-update.png │ │ │ │ ├── partition1.png │ │ │ │ ├── root.png │ │ │ │ ├── swap.png │ │ │ │ ├── username.png │ │ │ │ ├── welcome.png │ │ │ │ └── welcome=again.png │ │ │ ├── fedora │ │ │ │ ├── config-aboutyou.png │ │ │ │ ├── config-end.png │ │ │ │ ├── config-keyword.png │ │ │ │ ├── config-online.png │ │ │ │ ├── config-pra.png │ │ │ │ ├── config-repo.png │ │ │ │ ├── config-welcome.png │ │ │ │ ├── instal-final.png │ │ │ │ ├── install-manual01.png │ │ │ │ ├── install-manual02.png │ │ │ │ ├── install_auto.png │ │ │ │ ├── install_inshort.png │ │ │ │ ├── install_keyboard.png │ │ │ │ ├── install_lang.png │ │ │ │ ├── install_man01.png │ │ │ │ ├── install_man02.png │ │ │ │ ├── install_start.png │ │ │ │ ├── install_timezone.png │ │ │ │ └── install_welcome.png │ │ │ ├── gpg │ │ │ │ ├── 01.svg │ │ │ │ ├── crc-sha.gif │ │ │ │ ├── kleopatra-01.png │ │ │ │ ├── kleopatra-02.png │ │ │ │ ├── kleopatra-03.gif │ │ │ │ ├── kleopatra-04.gif │ │ │ │ └── kleopatra-05.gif │ │ │ ├── misc │ │ │ │ ├── chec-hash-7z-1.png │ │ │ │ ├── check-hash-7z.PNG │ │ │ │ └── check-hash.png │ │ │ ├── openSUSE │ │ │ │ ├── Choose_de_for_linux.png │ │ │ │ ├── Create_account.png │ │ │ │ ├── DVD_install_guide_-_root_account.png │ │ │ │ ├── DVD_installer_guide_overview.png │ │ │ │ ├── DVD_installer_review.png │ │ │ │ ├── DVD_installer_time-ntp.png │ │ │ │ ├── DVD_partitioning_guide_01.png │ │ │ │ ├── DVD_partitioning_guide_02.png │ │ │ │ ├── DVD_partitioning_guide_03.png │ │ │ │ ├── DVD_partitioning_guide_05.png │ │ │ │ ├── Default_partitioning.png │ │ │ │ ├── Online_update_or_not.png │ │ │ │ ├── OpenSUSE_startup.png │ │ │ │ ├── Partitioning_tool.png │ │ │ │ └── Time_and_zones.png │ │ │ ├── silverblue │ │ │ │ ├── 0-install-welcome.png │ │ │ │ ├── 01-install-silverblue.png │ │ │ │ ├── 02-install-summary.png │ │ │ │ ├── 03-install-keyboard.png │ │ │ │ ├── 04-install-language.png │ │ │ │ ├── 05-install-time.png │ │ │ │ ├── 06-install-NTS.png │ │ │ │ ├── 07-install-dest.png │ │ │ │ ├── 08-install-efi.png │ │ │ │ ├── 09-install-boot.png │ │ │ │ ├── 1.png │ │ │ │ ├── 10-install-root.png │ │ │ │ ├── 11-install-home.png │ │ │ │ ├── 12-install-end.png │ │ │ │ ├── 13-install-progress.png │ │ │ │ ├── 14-install-repo.png │ │ │ │ ├── 15-install-user.png │ │ │ │ ├── 16-install-pw.png │ │ │ │ ├── 17-install-gnome.png │ │ │ │ ├── 2.png │ │ │ │ └── 3.jpg │ │ │ └── vm │ │ │ │ ├── vbox-begain.png │ │ │ │ ├── vbox-conf-display.png │ │ │ │ ├── vbox-conf-iso.png │ │ │ │ ├── vbox-conf-reg.png │ │ │ │ ├── vbox-conf-share.png │ │ │ │ ├── vbox-conf-sys.png │ │ │ │ ├── vbox-disk.png │ │ │ │ ├── vbox-extensions.png │ │ │ │ ├── vbox-iso-man.gif │ │ │ │ ├── vbox-net.png │ │ │ │ ├── vbox-snapshot.gif │ │ │ │ ├── vbox-vm1.png │ │ │ │ ├── vbox-vm2.png │ │ │ │ ├── vbox-vm3.png │ │ │ │ ├── vbox-vm4.png │ │ │ │ ├── vm-begain.png │ │ │ │ ├── vm-install-expak.gif │ │ │ │ ├── vm-nano.png │ │ │ │ ├── vm-new01.png │ │ │ │ ├── vm-new02.png │ │ │ │ ├── vm-new03.png │ │ │ │ ├── vm-new04.png │ │ │ │ ├── vm-new05.png │ │ │ │ ├── vm-share-end.png │ │ │ │ └── vm-sharefolder.png │ │ ├── fedora-silverblue.md │ │ ├── fedora.md │ │ ├── opensuse.md │ │ ├── pre-install.md │ │ ├── verify.md │ │ └── virtual-machine.md │ └── prologue │ │ ├── assets │ │ ├── OSlp151_GNOME-Notifications.png │ │ ├── Xfce4.16.png │ │ └── opensuse-kde.png │ │ ├── choose-distro.md │ │ ├── desktop-environment.md │ │ └── switch-to-linux.md ├── help │ ├── contact.md │ ├── faq.md │ └── howto-ask-for-help.md ├── index.md ├── intro.md ├── poweruser │ └── index.md └── solution │ ├── compatibility │ ├── about.md │ ├── distrobox.md │ ├── docker.md │ ├── toolbx.md │ ├── virtual-machine.md │ └── wine.md │ ├── config │ ├── dual-boot.md │ ├── hidpi.md │ └── index.md │ ├── eyecandy │ ├── eyecandy-kde.md │ ├── eyecandy-xfce4.md │ ├── image │ │ └── KDE │ │ │ ├── chrome.png │ │ │ ├── file-manager.png │ │ │ ├── neofetch-02.png │ │ │ ├── neofetch.png │ │ │ ├── settings-01.png │ │ │ ├── settings-02.png │ │ │ └── start.png │ └── index.md │ └── software │ ├── appimage-base.md │ ├── browser.md │ ├── download-manager.md │ ├── flatpak-get-start.md │ ├── images │ └── Flatpak_Install.png │ ├── index.md │ ├── instant-messaging.md │ ├── linux-game.md │ ├── multimedia-editing.md │ └── office-and-email.md ├── mkdocs.yml ├── overrides ├── assets │ └── images │ │ ├── Distro.webp │ │ ├── Flatpak-truck.webp │ │ ├── Freedesktop-logo-for-template.svg │ │ └── linux-de.webp ├── home.html └── partials │ └── comments.html └── requirements.txt /.github/workflows/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/.github/workflows/mkdocs.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | venv/ 2 | site/ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/README.md -------------------------------------------------------------------------------- /docs/about/contributing/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/contributing/about.md -------------------------------------------------------------------------------- /docs/about/contributing/base-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/contributing/base-01.md -------------------------------------------------------------------------------- /docs/about/contributing/base-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/contributing/base-02.md -------------------------------------------------------------------------------- /docs/about/contributing/images/icon-themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/contributing/images/icon-themes.png -------------------------------------------------------------------------------- /docs/about/contributing/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/contributing/index.md -------------------------------------------------------------------------------- /docs/about/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/index.md -------------------------------------------------------------------------------- /docs/about/license/deed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/license/deed.md -------------------------------------------------------------------------------- /docs/about/license/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/license/index.md -------------------------------------------------------------------------------- /docs/about/license/legalcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/license/legalcode.md -------------------------------------------------------------------------------- /docs/about/words-from-contributor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/about/words-from-contributor.md -------------------------------------------------------------------------------- /docs/advanced/re-entry/disk-and-fs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/re-entry/disk-and-fs.md -------------------------------------------------------------------------------- /docs/advanced/re-entry/distro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/re-entry/distro.md -------------------------------------------------------------------------------- /docs/advanced/re-entry/extend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/re-entry/extend.md -------------------------------------------------------------------------------- /docs/advanced/re-entry/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/re-entry/index.md -------------------------------------------------------------------------------- /docs/advanced/re-entry/repo-and-mirror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/re-entry/repo-and-mirror.md -------------------------------------------------------------------------------- /docs/advanced/shell/assets/file-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/assets/file-system.png -------------------------------------------------------------------------------- /docs/advanced/shell/assets/htop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/assets/htop.png -------------------------------------------------------------------------------- /docs/advanced/shell/assets/nano_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/assets/nano_editor.png -------------------------------------------------------------------------------- /docs/advanced/shell/assets/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/assets/top.png -------------------------------------------------------------------------------- /docs/advanced/shell/base1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/base1.md -------------------------------------------------------------------------------- /docs/advanced/shell/base2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/base2.md -------------------------------------------------------------------------------- /docs/advanced/shell/base3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/base3.md -------------------------------------------------------------------------------- /docs/advanced/shell/base4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/base4.md -------------------------------------------------------------------------------- /docs/advanced/shell/base5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/base5.md -------------------------------------------------------------------------------- /docs/advanced/shell/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/shell/index.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/firewall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/firewall.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/images/Nvidia-driver-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/images/Nvidia-driver-list.png -------------------------------------------------------------------------------- /docs/advanced/system-admin/images/proxy-network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/images/proxy-network.png -------------------------------------------------------------------------------- /docs/advanced/system-admin/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/index.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/nvidia-driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/nvidia-driver.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/package-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/package-manager.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/setup-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/setup-proxy.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/systemctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/systemctl.md -------------------------------------------------------------------------------- /docs/advanced/system-admin/update-sys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/advanced/system-admin/update-sys.md -------------------------------------------------------------------------------- /docs/entry/desktop/apps-gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/desktop/apps-gui.md -------------------------------------------------------------------------------- /docs/entry/desktop/assets/Plasma-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/desktop/assets/Plasma-launcher.png -------------------------------------------------------------------------------- /docs/entry/desktop/general.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 总而言之 3 | --- 4 | 5 | -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/completed.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/efi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/efi.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/gpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/gpt.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/grub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/grub.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/keyboard.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/location&time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/location&time.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/online-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/online-update.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/partition1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/partition1.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/root.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/swap.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/username.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/welcome.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/Kubuntu/welcome=again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/Kubuntu/welcome=again.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-aboutyou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-aboutyou.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-end.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-keyword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-keyword.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-online.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-pra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-pra.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-repo.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/config-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/config-welcome.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/instal-final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/instal-final.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install-manual01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install-manual01.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install-manual02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install-manual02.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_auto.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_inshort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_inshort.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_keyboard.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_lang.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_man01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_man01.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_man02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_man02.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_start.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_timezone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_timezone.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/fedora/install_welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/fedora/install_welcome.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/01.svg -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/crc-sha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/crc-sha.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/kleopatra-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/kleopatra-01.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/kleopatra-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/kleopatra-02.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/kleopatra-03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/kleopatra-03.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/kleopatra-04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/kleopatra-04.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/gpg/kleopatra-05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/gpg/kleopatra-05.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/misc/chec-hash-7z-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/misc/chec-hash-7z-1.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/misc/check-hash-7z.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/misc/check-hash-7z.PNG -------------------------------------------------------------------------------- /docs/entry/installation/assets/misc/check-hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/misc/check-hash.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/Choose_de_for_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/Choose_de_for_linux.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/Create_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/Create_account.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_install_guide_-_root_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_install_guide_-_root_account.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_installer_guide_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_installer_guide_overview.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_installer_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_installer_review.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_installer_time-ntp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_installer_time-ntp.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_01.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_02.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_03.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/DVD_partitioning_guide_05.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/Default_partitioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/Default_partitioning.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/Online_update_or_not.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/Online_update_or_not.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/OpenSUSE_startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/OpenSUSE_startup.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/Partitioning_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/Partitioning_tool.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/openSUSE/Time_and_zones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/openSUSE/Time_and_zones.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/0-install-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/0-install-welcome.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/01-install-silverblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/01-install-silverblue.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/02-install-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/02-install-summary.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/03-install-keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/03-install-keyboard.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/04-install-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/04-install-language.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/05-install-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/05-install-time.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/06-install-NTS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/06-install-NTS.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/07-install-dest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/07-install-dest.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/08-install-efi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/08-install-efi.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/09-install-boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/09-install-boot.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/1.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/10-install-root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/10-install-root.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/11-install-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/11-install-home.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/12-install-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/12-install-end.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/13-install-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/13-install-progress.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/14-install-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/14-install-repo.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/15-install-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/15-install-user.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/16-install-pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/16-install-pw.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/17-install-gnome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/17-install-gnome.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/2.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/silverblue/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/silverblue/3.jpg -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-begain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-begain.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-conf-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-conf-display.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-conf-iso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-conf-iso.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-conf-reg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-conf-reg.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-conf-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-conf-share.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-conf-sys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-conf-sys.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-disk.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-extensions.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-iso-man.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-iso-man.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-net.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-snapshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-snapshot.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-vm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-vm1.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-vm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-vm2.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-vm3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-vm3.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vbox-vm4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vbox-vm4.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-begain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-begain.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-install-expak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-install-expak.gif -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-nano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-nano.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-new01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-new01.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-new02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-new02.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-new03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-new03.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-new04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-new04.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-new05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-new05.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-share-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-share-end.png -------------------------------------------------------------------------------- /docs/entry/installation/assets/vm/vm-sharefolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/assets/vm/vm-sharefolder.png -------------------------------------------------------------------------------- /docs/entry/installation/fedora-silverblue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/fedora-silverblue.md -------------------------------------------------------------------------------- /docs/entry/installation/fedora.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/fedora.md -------------------------------------------------------------------------------- /docs/entry/installation/opensuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/opensuse.md -------------------------------------------------------------------------------- /docs/entry/installation/pre-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/pre-install.md -------------------------------------------------------------------------------- /docs/entry/installation/verify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/verify.md -------------------------------------------------------------------------------- /docs/entry/installation/virtual-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/installation/virtual-machine.md -------------------------------------------------------------------------------- /docs/entry/prologue/assets/OSlp151_GNOME-Notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/prologue/assets/OSlp151_GNOME-Notifications.png -------------------------------------------------------------------------------- /docs/entry/prologue/assets/Xfce4.16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/prologue/assets/Xfce4.16.png -------------------------------------------------------------------------------- /docs/entry/prologue/assets/opensuse-kde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/prologue/assets/opensuse-kde.png -------------------------------------------------------------------------------- /docs/entry/prologue/choose-distro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/prologue/choose-distro.md -------------------------------------------------------------------------------- /docs/entry/prologue/desktop-environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/prologue/desktop-environment.md -------------------------------------------------------------------------------- /docs/entry/prologue/switch-to-linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/entry/prologue/switch-to-linux.md -------------------------------------------------------------------------------- /docs/help/contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/help/contact.md -------------------------------------------------------------------------------- /docs/help/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/help/faq.md -------------------------------------------------------------------------------- /docs/help/howto-ask-for-help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/help/howto-ask-for-help.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/intro.md -------------------------------------------------------------------------------- /docs/poweruser/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 概述 3 | --- 4 | 5 | 本节主要阐述与打包相关的内容,以及如何对社群做贡献。 -------------------------------------------------------------------------------- /docs/solution/compatibility/about.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 概述 3 | --- 4 | 5 | ## 关于 6 | 7 | 本节主要阐述和跨系统,跨平台相关的工具和使用指南。 -------------------------------------------------------------------------------- /docs/solution/compatibility/distrobox.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Distrobox 3 | --- -------------------------------------------------------------------------------- /docs/solution/compatibility/docker.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Docker 3 | --- -------------------------------------------------------------------------------- /docs/solution/compatibility/toolbx.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Toolbx 3 | --- -------------------------------------------------------------------------------- /docs/solution/compatibility/virtual-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/compatibility/virtual-machine.md -------------------------------------------------------------------------------- /docs/solution/compatibility/wine.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Wine 3 | --- -------------------------------------------------------------------------------- /docs/solution/config/dual-boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/config/dual-boot.md -------------------------------------------------------------------------------- /docs/solution/config/hidpi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/config/hidpi.md -------------------------------------------------------------------------------- /docs/solution/config/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "概述" 3 | --- 4 | 5 | 本节主要描述一些值得参考的系统配置方案。 -------------------------------------------------------------------------------- /docs/solution/eyecandy/eyecandy-kde.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/eyecandy-kde.md -------------------------------------------------------------------------------- /docs/solution/eyecandy/eyecandy-xfce4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/eyecandy-xfce4.md -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/chrome.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/file-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/file-manager.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/neofetch-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/neofetch-02.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/neofetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/neofetch.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/settings-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/settings-01.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/settings-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/settings-02.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/image/KDE/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/eyecandy/image/KDE/start.png -------------------------------------------------------------------------------- /docs/solution/eyecandy/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "概述" 3 | --- 4 | 5 | 本节主要描述如何美化桌面系统的外观。 -------------------------------------------------------------------------------- /docs/solution/software/appimage-base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/appimage-base.md -------------------------------------------------------------------------------- /docs/solution/software/browser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/browser.md -------------------------------------------------------------------------------- /docs/solution/software/download-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/download-manager.md -------------------------------------------------------------------------------- /docs/solution/software/flatpak-get-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/flatpak-get-start.md -------------------------------------------------------------------------------- /docs/solution/software/images/Flatpak_Install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/images/Flatpak_Install.png -------------------------------------------------------------------------------- /docs/solution/software/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/index.md -------------------------------------------------------------------------------- /docs/solution/software/instant-messaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/instant-messaging.md -------------------------------------------------------------------------------- /docs/solution/software/linux-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/linux-game.md -------------------------------------------------------------------------------- /docs/solution/software/multimedia-editing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/multimedia-editing.md -------------------------------------------------------------------------------- /docs/solution/software/office-and-email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/docs/solution/software/office-and-email.md -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /overrides/assets/images/Distro.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/overrides/assets/images/Distro.webp -------------------------------------------------------------------------------- /overrides/assets/images/Flatpak-truck.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/overrides/assets/images/Flatpak-truck.webp -------------------------------------------------------------------------------- /overrides/assets/images/Freedesktop-logo-for-template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/overrides/assets/images/Freedesktop-logo-for-template.svg -------------------------------------------------------------------------------- /overrides/assets/images/linux-de.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/overrides/assets/images/linux-de.webp -------------------------------------------------------------------------------- /overrides/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/overrides/home.html -------------------------------------------------------------------------------- /overrides/partials/comments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/overrides/partials/comments.html -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxhitchhiker/THGLG/HEAD/requirements.txt --------------------------------------------------------------------------------